org.openmuc.openiec61850
children, objectReference
Constructor and Description |
---|
LogicalNode(ObjectReference objectReference,
java.util.List<FcDataObject> fcDataObjects) |
Modifier and Type | Method and Description |
---|---|
LogicalNode |
copy()
Returns a copy of model node with all of its children.
|
Brcb |
getBrcb(java.lang.String brcbName) |
java.util.Collection<Brcb> |
getBrcbs() |
ModelNode |
getChild(java.lang.String childName,
Fc fc)
Returns the child node with the given name and functional constraint.
|
java.util.List<FcDataObject> |
getChildren(Fc fc) |
Urcb |
getUrcb(java.lang.String urcbName) |
java.util.Collection<Urcb> |
getUrcbs() |
getBasicDataAttributes, getChild, getChildren, getIterators, getName, getParent, getReference, iterator, toString
public LogicalNode(ObjectReference objectReference, java.util.List<FcDataObject> fcDataObjects)
public LogicalNode copy()
ModelNode
public java.util.List<FcDataObject> getChildren(Fc fc)
public java.util.Collection<Urcb> getUrcbs()
public Urcb getUrcb(java.lang.String urcbName)
public Brcb getBrcb(java.lang.String brcbName)
public java.util.Collection<Brcb> getBrcbs()