org.openiec61850.common.model
Class ConstructedDataAttribute

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

public class ConstructedDataAttribute
extends ModelNode


Field Summary
 
Fields inherited from class org.openiec61850.common.model.ModelNode
children, fc, objectReference
 
Constructor Summary
ConstructedDataAttribute(ObjectReference objectReference, FunctionalConstraint fc, java.util.List<ModelNode> children)
           
 
Method Summary
 ConstructedDataAttribute 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

ConstructedDataAttribute

public ConstructedDataAttribute(ObjectReference objectReference,
                                FunctionalConstraint fc,
                                java.util.List<ModelNode> children)
Parameters:
objectReference -
fc -
children - can be of type CONSTRUCTED_DATA_ATTRIBUTE and/or BASIC_DATA_ATTRIBUTE
Method Detail

copy

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