|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.prosysopc.ua.UaBrowsePath
public class UaBrowsePath
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static UaBrowsePath |
from(org.opcfoundation.ua.builtintypes.ExpandedNodeId startingNode,
UaQualifiedName... pathElements)
|
static UaBrowsePath |
from(org.opcfoundation.ua.builtintypes.ExpandedNodeId startingNode,
UaRelativePath relativePath)
|
static UaBrowsePath |
from(UaNodeId startingNode,
UaQualifiedName... pathElements)
|
static UaBrowsePath |
from(UaNodeId startingNode,
UaRelativePath relativePath)
|
UaRelativePath |
getRelativePath()
|
UaNodeId |
getStartingNode()
|
int |
hashCode()
|
org.opcfoundation.ua.core.BrowsePath |
toBrowsePath(org.opcfoundation.ua.common.NamespaceTable namespaceTable,
org.opcfoundation.ua.builtintypes.ExpandedNodeId referenceType,
boolean isInverse,
boolean includeSubTypes)
Converts this UaBrowsePath to BrowsePath using a NamespaceTable to
convert uris to indexes. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static UaBrowsePath from(org.opcfoundation.ua.builtintypes.ExpandedNodeId startingNode,
UaQualifiedName... pathElements)
public static UaBrowsePath from(org.opcfoundation.ua.builtintypes.ExpandedNodeId startingNode,
UaRelativePath relativePath)
public static UaBrowsePath from(UaNodeId startingNode,
UaQualifiedName... pathElements)
public static UaBrowsePath from(UaNodeId startingNode,
UaRelativePath relativePath)
public boolean equals(Object obj)
equals in class Objectpublic UaRelativePath getRelativePath()
public UaNodeId getStartingNode()
public int hashCode()
hashCode in class Object
public org.opcfoundation.ua.core.BrowsePath toBrowsePath(org.opcfoundation.ua.common.NamespaceTable namespaceTable,
org.opcfoundation.ua.builtintypes.ExpandedNodeId referenceType,
boolean isInverse,
boolean includeSubTypes)
UaBrowsePath to BrowsePath using a NamespaceTable to
convert uris to indexes. The given parameters are passed to
UaRelativePath.toRelativePath(NamespaceTable, ExpandedNodeId, boolean, boolean)
IllegalArgumentException - if conversion cannot be done
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||