Class UtilityTerminalConfigurationPath
- java.lang.Object
-
- com.esri.arcgisruntime.utilitynetworks.UtilityTerminalConfigurationPath
-
public final class UtilityTerminalConfigurationPath extends Object
The set of flow paths between terminals for a given device configuration.- Since:
- 100.8.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
The description of thisUtilityTerminalConfigurationPath
instance.String
getName()
The name of thisUtilityTerminalConfigurationPath
instance.List<UtilityTerminalPath>
getTerminalPaths()
The flow paths between pairs of terminals defined for thisUtilityTerminalConfigurationPath
instance.
-
-
-
Method Detail
-
getDescription
public String getDescription()
The description of thisUtilityTerminalConfigurationPath
instance.- Returns:
- the description
- Since:
- 100.8.0
-
getName
public String getName()
The name of thisUtilityTerminalConfigurationPath
instance.- Returns:
- the name
- Since:
- 100.8.0
-
getTerminalPaths
public List<UtilityTerminalPath> getTerminalPaths()
The flow paths between pairs of terminals defined for thisUtilityTerminalConfigurationPath
instance.- Returns:
- an unmodifiable list of utility terminal paths
- Since:
- 100.8.0
-
-