children, objectReference| 构造器和说明 |
|---|
ServerModel(List<LogicalDevice> logicalDevices,
Collection<DataSet> dataSets) |
| 限定符和类型 | 方法和说明 |
|---|---|
ServerModel |
copy()
Returns a copy of model node with all of its children.
|
ModelNode |
findModelNode(ObjectReference objectReference,
Fc fc)
Searches and returns the model node with the given object reference and FC.
|
ModelNode |
findModelNode(String objectReference,
Fc fc)
Searches and returns the model node with the given object reference and FC.
|
Brcb |
getBrcb(String reference)
Get the buffered report control block (BRCB) with the given reference.
|
Collection<Brcb> |
getBrcbs()
Get a collection of all buffered report control blocks (BRCB) that exist in this model.
|
DataSet |
getDataSet(String reference)
Get the data set with the given reference.
|
Collection<DataSet> |
getDataSets()
Get a collection of all data sets that exist in this model.
|
Urcb |
getUrcb(String reference)
Get the unbuffered report control block (URCB) with the given reference.
|
Collection<Urcb> |
getUrcbs()
Get a collection of all unbuffered report control blocks (URCB) that exist in this model.
|
String |
toString() |
getBasicDataAttributes, getChild, getChild, getChildren, getIterators, getName, getParent, getReference, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ServerModel(List<LogicalDevice> logicalDevices, Collection<DataSet> dataSets)
public ServerModel copy()
ModelNodepublic DataSet getDataSet(String reference)
reference - the reference of the requested data set.public Collection<DataSet> getDataSets()
public Urcb getUrcb(String reference)
reference - the reference of the requested URCB.public Collection<Urcb> getUrcbs()
public Brcb getBrcb(String reference)
reference - the reference of the requested BRCB.public Collection<Brcb> getBrcbs()
public ModelNode findModelNode(ObjectReference objectReference, Fc fc)
null.objectReference - the object reference of the node that is being searched for. It has a
syntax like "ldname/ln.do....".fc - the functional constraint of the requested model node. May be null for Logical Device
and Logical Node references.public ModelNode findModelNode(String objectReference, Fc fc)
null.objectReference - the object reference of the node that is being searched for. It has a
syntax like "ldname/ln.do....".fc - the functional constraint of the requested model node. May be null for Logical Device
and Logical Node references.Copyright © 2025. All rights reserved.