Class UtilityValidationResult
UtilityNetworkValidationJob.
These read-only properties provide detailed information about the results of the validate network topology operation.
- Since:
- 200.3.0
- See Also:
-
Property Summary
PropertiesTypePropertyDescriptionTrue if the network topology of the utility network contains any dirty areas, false otherwise.True if new error features were created during topology validation, false otherwise. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of thehasDirtyAreasproperty.booleanGets the value of thehasErrorsproperty.True if the network topology of the utility network contains any dirty areas, false otherwise.True if new error features were created during topology validation, false otherwise.
-
Property Details
-
hasDirtyAreas
True if the network topology of the utility network contains any dirty areas, false otherwise.Query the
UtilityNetwork.dirtyAreaTableProperty()to view these dirty areas.- Since:
- 200.3.0
- See Also:
-
hasErrors
True if new error features were created during topology validation, false otherwise.Dirty areas that are not successfully validated remain in the dirty area table and are flagged as errors. Query the
UtilityNetwork.dirtyAreaTableProperty()to view these errors.- Since:
- 200.3.0
- See Also:
-
-
Method Details
-
hasDirtyAreasProperty
True if the network topology of the utility network contains any dirty areas, false otherwise.Query the
UtilityNetwork.dirtyAreaTableProperty()to view these dirty areas.- Returns:
- the
hasDirtyAreasproperty - Since:
- 200.3.0
- See Also:
-
getHasDirtyAreas
public boolean getHasDirtyAreas()Gets the value of thehasDirtyAreasproperty.- Property description:
- True if the network topology of the utility network contains any dirty areas, false otherwise.
Query the
UtilityNetwork.dirtyAreaTableProperty()to view these dirty areas. - Returns:
- the value of the
hasDirtyAreasproperty - Since:
- 200.3.0
- See Also:
-
hasErrorsProperty
True if new error features were created during topology validation, false otherwise.Dirty areas that are not successfully validated remain in the dirty area table and are flagged as errors. Query the
UtilityNetwork.dirtyAreaTableProperty()to view these errors.- Returns:
- the
hasErrorsproperty - Since:
- 200.3.0
- See Also:
-
getHasErrors
public boolean getHasErrors()Gets the value of thehasErrorsproperty.- Property description:
- True if new error features were created during topology validation, false otherwise.
Dirty areas that are not successfully validated remain in the dirty area table and are flagged as errors. Query the
UtilityNetwork.dirtyAreaTableProperty()to view these errors. - Returns:
- the value of the
hasErrorsproperty - Since:
- 200.3.0
- See Also:
-