|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openiec61850.ModelNode
org.openiec61850.FcModelNode
org.openiec61850.FcDataObject
public final class FcDataObject
Field Summary |
---|
Fields inherited from class org.openiec61850.FcModelNode |
---|
fc |
Fields inherited from class org.openiec61850.ModelNode |
---|
children, objectReference |
Constructor Summary | |
---|---|
FcDataObject(ObjectReference objectReference,
FunctionalConstraint fc,
java.util.List<FcModelNode> children,
java.lang.String cdcName)
This class represents a functionally constraint DataObject. |
Method Summary | |
---|---|
FcDataObject |
copy()
Copies the whole node with all of its children. |
java.lang.String |
getCdcName()
|
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 |
---|
public FcDataObject(ObjectReference objectReference, FunctionalConstraint fc, java.util.List<FcModelNode> children, java.lang.String cdcName)
objectReference
- fc
- children
- These ModelNodes can be of Type FcDataObject, Array,
ConstructedDataAttribute or BasicDataAttributecdcName
- Method Detail |
---|
public FcDataObject copy()
ModelNode
copy
in class ModelNode
public java.lang.String getCdcName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |