org.openiec61850.common.model
Class DataSet
java.lang.Object
org.openiec61850.common.model.ModelNode
org.openiec61850.common.model.DataSet
- All Implemented Interfaces:
- java.lang.Iterable<ModelNode>
public class DataSet
- extends ModelNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataSet
public DataSet(ObjectReference objectReference,
java.util.List<ModelNode> members,
boolean deletable)
getChildren
public java.util.List<ModelNode> getChildren()
- Overrides:
getChildren
in class ModelNode
setFunctionalConstraint
public void setFunctionalConstraint(FunctionalConstraint fc)
copy
public DataSet 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
getChild
public ModelNode getChild(java.lang.String childName,
FunctionalConstraint fc)
- Overrides:
getChild
in class ModelNode
isDeletable
public boolean isDeletable()