org.openiec61850
Class ConstructedDataAttribute

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

public final class ConstructedDataAttribute
extends FcModelNode


Field Summary
 
Fields inherited from class org.openiec61850.FcModelNode
fc
 
Fields inherited from class org.openiec61850.ModelNode
children, objectReference
 
Constructor Summary
ConstructedDataAttribute(ObjectReference objectReference, FunctionalConstraint fc, java.util.List<FcModelNode> children)
           
 
Method Summary
 ConstructedDataAttribute copy()
          Copies the whole node with all of its children.
 
Methods inherited from class org.openiec61850.FcModelNode
getFunctionalConstraint, toString
 
Methods inherited from class org.openiec61850.ModelNode
findSubNode, findSubNode, findSubNode, findSubNode, getBasicDataAttributes, getChild, getChild, getChildren, getIterators, getNodeName, getReference, iterator
 
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<FcModelNode> 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