org.openiec61850
Class LogicalNode
java.lang.Object
org.openiec61850.ModelNode
org.openiec61850.LogicalNode
- All Implemented Interfaces:
- java.lang.Iterable<ModelNode>
public final class LogicalNode
- extends ModelNode
Methods inherited from class org.openiec61850.ModelNode |
findSubNode, findSubNode, findSubNode, findSubNode, getBasicDataAttributes, getChild, getChildren, getIterators, getNodeName, getReference, iterator, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogicalNode
public LogicalNode(ObjectReference objectReference,
java.util.List<FcDataObject> fcDataObjects)
copy
public LogicalNode copy()
- Description copied from class:
ModelNode
- Copies the whole node with all of its children. Creates new
BasicDataAttribute values but reuses ObjectReferences,
FunctionalConstraints.
- Specified by:
copy
in class ModelNode
addReportControlBlock
public void addReportControlBlock(ReportControlBlock rcb)
getReportControlBlocks
public java.util.Collection<ReportControlBlock> getReportControlBlocks()
getReportControlBlock
public ReportControlBlock getReportControlBlock(java.lang.String rcbName)
getChildren
public java.util.List<FcDataObject> getChildren(FunctionalConstraint fc)
getChild
public ModelNode getChild(java.lang.String childName,
FunctionalConstraint fc)
- Overrides:
getChild
in class ModelNode