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
TypePropertyDescriptionTrue 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 TypeMethodDescriptionboolean
Gets the value of thehasDirtyAreas
property.boolean
Gets the value of thehasErrors
property.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
hasDirtyAreas
property - Since:
- 200.3.0
- See Also:
-
getHasDirtyAreas
public boolean getHasDirtyAreas()Gets the value of thehasDirtyAreas
property.- 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
hasDirtyAreas
property - 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
hasErrors
property - Since:
- 200.3.0
- See Also:
-
getHasErrors
public boolean getHasErrors()Gets the value of thehasErrors
property.- 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
hasErrors
property - Since:
- 200.3.0
- See Also:
-