|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.prosysopc.ua.UaRelativePath
public class UaRelativePath
A similar class to RelativePath but stores the path using UaQualifiedNames. Can
be converted to a RelativePath in the context of a NamespaceTable via
toRelativePath(NamespaceTable, ExpandedNodeId, boolean, boolean).
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static UaRelativePath |
from(UaQualifiedName... elements)
Create a UaRelativePath from the given UaQualifiedName elements. |
int |
hashCode()
|
org.opcfoundation.ua.core.RelativePath |
toRelativePath(org.opcfoundation.ua.common.NamespaceTable namespaceTable,
org.opcfoundation.ua.builtintypes.ExpandedNodeId referenceType,
boolean isInverse,
boolean includeSubTypes)
Converts this ExpandedRelativePath to RelativePath. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static UaRelativePath from(UaQualifiedName... elements)
UaRelativePath from the given UaQualifiedName elements.
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
public org.opcfoundation.ua.core.RelativePath toRelativePath(org.opcfoundation.ua.common.NamespaceTable namespaceTable,
org.opcfoundation.ua.builtintypes.ExpandedNodeId referenceType,
boolean isInverse,
boolean includeSubTypes)
RelativePath. The
RelativePathElement.getTargetName() are taken from the one given to this class. Other
parameters are passed as arguments.
namespaceTable - table used to namespaceuri -> index conversionsreferenceType - the parameter for RelativePathElement.getReferenceTypeId()isInverse - the parameter for RelativePathElement.getIsInverse()includeSubTypes - the parameter for RelativePathElement.getIncludeSubtypes()
RelativePath that uses the given parameters for path elements
IllegalArgumentException - if conversions from namespaceuri to index cannot be made
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||