| 程序包 | 说明 |
|---|---|
| com.beanit.iec61850bean | |
| com.beanit.iec61850bean.clientgui |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Array
An Array can contain up to n instances of one and the same DataObject, ConstructedDataAttribute,
or BasicDataAttribute.
|
class |
BasicDataAttribute |
class |
BdaBitString |
class |
BdaBoolean |
class |
BdaCheck
Check packed list according to 61850-7-2
|
class |
BdaDoubleBitPos |
class |
BdaEntryTime
BdaEntryTime stores time in terms of days and ms since 1984.
|
class |
BdaFloat32 |
class |
BdaFloat64 |
class |
BdaInt128 |
class |
BdaInt16 |
class |
BdaInt16U |
class |
BdaInt32 |
class |
BdaInt32U |
class |
BdaInt64 |
class |
BdaInt8 |
class |
BdaInt8U |
class |
BdaOctetString |
class |
BdaOptFlds |
class |
BdaQuality |
class |
BdaReasonForInclusion |
class |
BdaTapCommand |
class |
BdaTimestamp |
class |
BdaTriggerConditions |
class |
BdaUnicodeString |
class |
BdaVisibleString |
class |
Brcb |
class |
ConstructedDataAttribute |
class |
FcDataObject
This class represents a functionally constraint DataObject.
|
class |
FcModelNode |
class |
LogicalDevice |
class |
LogicalNode |
class |
Rcb |
class |
ServerModel |
class |
Urcb |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,ModelNode> |
ModelNode.children |
| 限定符和类型 | 方法和说明 |
|---|---|
ModelNode |
Array.copy() |
abstract ModelNode |
ModelNode.copy()
Returns a copy of model node with all of its children.
|
ModelNode |
ServerModel.findModelNode(ObjectReference objectReference,
Fc fc)
Searches and returns the model node with the given object reference and FC.
|
ModelNode |
ServerModel.findModelNode(String objectReference,
Fc fc)
Searches and returns the model node with the given object reference and FC.
|
ModelNode |
Array.getChild(int index) |
ModelNode |
BasicDataAttribute.getChild(String childName) |
ModelNode |
ModelNode.getChild(String name)
Returns the child node with the given name.
|
ModelNode |
LogicalNode.getChild(String childName,
Fc fc) |
ModelNode |
Array.getChild(String childName,
Fc fc) |
ModelNode |
BasicDataAttribute.getChild(String childName,
Fc fc) |
ModelNode |
ModelNode.getChild(String name,
Fc fc)
Returns the child node with the given name and functional constraint.
|
ModelNode |
ModelNode.getParent()
Returns the parent node of this node.
|
ModelNode |
ReportEntryData.getValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ModelNode> |
Array.getChildren() |
Collection<ModelNode> |
BasicDataAttribute.getChildren() |
Collection<ModelNode> |
ModelNode.getChildren() |
protected Iterator<Iterator<? extends ModelNode>> |
ModelNode.getIterators() |
Iterator<ModelNode> |
Array.iterator() |
Iterator<ModelNode> |
BasicDataAttribute.iterator() |
Iterator<ModelNode> |
ModelNode.iterator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReportEntryData.setValue(ModelNode value) |
| 限定符和类型 | 方法和说明 |
|---|---|
ModelNode |
DataObjectTreeNode.getNode() |
| 构造器和说明 |
|---|
DataObjectTreeNode(String name,
ModelNode node) |
Copyright © 2025. All rights reserved.