| 程序包 | 说明 |
|---|---|
| com.beanit.iec61850bean | |
| com.beanit.iec61850bean.clientgui |
| 限定符和类型 | 方法和说明 |
|---|---|
DataSet |
DataSet.copy() |
DataSet |
ServerModel.getDataSet(String reference)
Get the data set with the given reference.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<DataSet> |
ServerModel.getDataSets()
Get a collection of all data sets that exist in this model.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClientAssociation.createDataSet(DataSet dataSet)
The client should create the data set first and add it to either the non-persistent list or to
the model.
|
void |
ClientAssociation.deleteDataSet(DataSet dataSet) |
List<ServiceError> |
ClientAssociation.getDataSetValues(DataSet dataSet)
The implementation of the GetDataSetValues ACSI service.
|
List<ServiceError> |
ClientAssociation.setDataSetValues(DataSet dataSet) |
| 构造器和说明 |
|---|
ServerModel(List<LogicalDevice> logicalDevices,
Collection<DataSet> dataSets) |
| 限定符和类型 | 方法和说明 |
|---|---|
DataSet |
DataSetTreeNode.getNode() |
| 构造器和说明 |
|---|
DataSetTreeNode(String name,
DataSet node) |
Copyright © 2025. All rights reserved.