org.openiec61850
Class FcModelNode

java.lang.Object
  extended by org.openiec61850.ModelNode
      extended by org.openiec61850.FcModelNode
All Implemented Interfaces:
java.lang.Iterable<ModelNode>
Direct Known Subclasses:
Array, BasicDataAttribute, ConstructedDataAttribute, FcDataObject

public abstract class FcModelNode
extends ModelNode


Field Summary
protected  FunctionalConstraint fc
           
 
Fields inherited from class org.openiec61850.ModelNode
children, objectReference
 
Constructor Summary
FcModelNode()
           
 
Method Summary
 FunctionalConstraint getFunctionalConstraint()
           
 java.lang.String toString()
           
 
Methods inherited from class org.openiec61850.ModelNode
copy, 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
 

Field Detail

fc

protected FunctionalConstraint fc
Constructor Detail

FcModelNode

public FcModelNode()
Method Detail

getFunctionalConstraint

public FunctionalConstraint getFunctionalConstraint()

toString

public java.lang.String toString()
Overrides:
toString in class ModelNode