org.openiec61850.common.model
Class LogicalDevice

java.lang.Object
  extended by org.openiec61850.common.model.ModelNode
      extended by org.openiec61850.common.model.LogicalDevice
All Implemented Interfaces:
java.lang.Iterable<ModelNode>

public class LogicalDevice
extends ModelNode


Field Summary
 
Fields inherited from class org.openiec61850.common.model.ModelNode
children, fc, objectReference
 
Constructor Summary
LogicalDevice(ObjectReference objectReference, java.util.List<LogicalNode> logicalNodes)
           
 
Method Summary
 LogicalDevice copy()
          Copies the whole node with all of its children.
 
Methods inherited from class org.openiec61850.common.model.ModelNode
findSubNode, getBasicDataAttributes, getChild, getChild, getChildren, getFunctionalConstraint, getIterators, getNodeName, getReference, iterator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogicalDevice

public LogicalDevice(ObjectReference objectReference,
                     java.util.List<LogicalNode> logicalNodes)
Method Detail

copy

public LogicalDevice 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