|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.prosysopc.ua.nodes.AbstractUaNode
public abstract class AbstractUaNode
Internal abstract base class for client and server side UaNode implementations.
| Constructor Summary | |
|---|---|
AbstractUaNode()
|
|
| Method Summary | |
|---|---|
UaReference[] |
getForwardReferences(org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
Get all forward references of this node. |
UaReference[] |
getInverseReferences(org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
Get all inverse references of this node. |
protected abstract Collection<UaReference> |
getReferenceList()
Returns all references the node has. |
UaReference[] |
getReferences()
Returns all references of the Node. |
protected UaReference[] |
getReferences(boolean isInverse,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
|
protected List<UaReference> |
getReferencesAsList(Boolean isInverse,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
|
protected abstract boolean |
referenceTypeInherits(org.opcfoundation.ua.builtintypes.NodeId referenceTypeTypeId,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
Checks if the given reference type inherits from any of the defined types. |
protected boolean |
referenceTypeInherits(UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
Checks if the referenceType inherits from any of the defined types, specified with TypeIds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractUaNode()
| Method Detail |
|---|
public UaReference[] getForwardReferences(org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
UaNode
getForwardReferences in interface UaNodereferenceTypeIds - the reference types that are used to filter the set.
UaNode.getInverseReferences(NodeId...),
UaNode.getReferences(NodeId, boolean),
UaNode.getReferences(),
UaNode.getReference(NodeId, boolean)public UaReference[] getInverseReferences(org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
UaNode
getInverseReferences in interface UaNodereferenceTypeIds - the reference types that are used to filter the set.
UaNode.getForwardReferences(NodeId...),
UaNode.getReferences(NodeId, boolean),
UaNode.getReferences(),
UaNode.getReference(NodeId, boolean)public UaReference[] getReferences()
UaNode
getReferences in interface UaNodeprotected abstract Collection<UaReference> getReferenceList()
protected UaReference[] getReferences(boolean isInverse,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
protected List<UaReference> getReferencesAsList(Boolean isInverse,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
protected abstract boolean referenceTypeInherits(org.opcfoundation.ua.builtintypes.NodeId referenceTypeTypeId,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
protected boolean referenceTypeInherits(UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
referenceType - the reference type that is checkedreferenceTypeIds - the type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||