Package com.powsybl.powerfactory.dgs
Interface DgsHandler
public interface DgsHandler
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAttributeDescription
(String attributeName, DataAttributeType attributeType) void
onDoubleMatrixValue
(String attributeName, org.apache.commons.math3.linear.RealMatrix value) void
onDoubleVectorValue
(String attributeName, List<Double> values) void
onGeneralAttribute
(String descr, String val) void
onID
(long id) void
onIntegerValue
(String attributeName, int value) void
onIntVectorValue
(String attributeName, List<Integer> values) void
onObjectTableHeader
(String tableName) void
onObjectValue
(String attributeName, long id) void
onObjectVectorValue
(String attributeName, List<Long> ids) void
onRealValue
(String attributeName, float value) void
onStringValue
(String attributeName, String value) void
onStringVectorValue
(String attributeName, List<String> values)
-
Method Details
-
onGeneralAttribute
-
onObjectTableHeader
-
onAttributeDescription
-
onID
void onID(long id) -
onStringValue
-
onIntegerValue
-
onRealValue
-
onObjectValue
-
onDoubleMatrixValue
-
onStringVectorValue
-
onIntVectorValue
-
onDoubleVectorValue
-
onObjectVectorValue
-