public final class Array extends FcModelNode
children, objectReference| 构造器和说明 |
|---|
Array(ObjectReference objectReference,
Fc fc,
List<FcModelNode> children)
Creates an array object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ModelNode |
copy()
Returns a copy of model node with all of its children.
|
List<BasicDataAttribute> |
getBasicDataAttributes()
Returns a list of all leaf nodes (basic data attributes) contained in the subtree of this model
node.
|
ModelNode |
getChild(int index) |
ModelNode |
getChild(String childName,
Fc fc)
Returns the child node with the given name and functional constraint.
|
Collection<ModelNode> |
getChildren() |
Iterator<ModelNode> |
iterator() |
int |
size() |
String |
toString() |
getFcgetChild, getIterators, getName, getParent, getReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Array(ObjectReference objectReference, Fc fc, List<FcModelNode> children)
objectReference - the reference of the arrayfc - the functional constraint of the arraychildren - the children of the arraypublic Collection<ModelNode> getChildren()
getChildren 在类中 ModelNodepublic ModelNode getChild(String childName, Fc fc)
ModelNodepublic ModelNode getChild(int index)
public ModelNode copy()
ModelNodepublic List<BasicDataAttribute> getBasicDataAttributes()
ModelNodegetBasicDataAttributes 在类中 ModelNodepublic int size()
public String toString()
toString 在类中 FcModelNodeCopyright © 2025. All rights reserved.