org.openmuc.openiec61850
public class FcDataObject extends FcModelNode
children, objectReference| Constructor and Description |
|---|
FcDataObject(ObjectReference objectReference,
Fc fc,
java.util.List<FcModelNode> children)
This class represents a functionally constraint DataObject.
|
| Modifier and Type | Method and Description |
|---|---|
FcDataObject |
copy()
Returns a copy of model node with all of its children.
|
getFc, toStringgetBasicDataAttributes, getChild, getChild, getChildren, getIterators, getName, getParent, getReference, iteratorpublic FcDataObject(ObjectReference objectReference, Fc fc, java.util.List<FcModelNode> children)
objectReference - fc - children - These ModelNodes can be of Type FcDataObject, Array, ConstructedDataAttribute or BasicDataAttributepublic FcDataObject copy()
ModelNode