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 StringgetDescription()The description of thisUtilityTerminalConfigurationPathinstance.StringgetName()The name of thisUtilityTerminalConfigurationPathinstance.List<UtilityTerminalPath>getTerminalPaths()The flow paths between pairs of terminals defined for thisUtilityTerminalConfigurationPathinstance. 
 - 
 
- 
- 
Method Detail
- 
getDescription
public String getDescription()
The description of thisUtilityTerminalConfigurationPathinstance.- Returns:
 - the description
 - Since:
 - 100.8.0
 
 
- 
getName
public String getName()
The name of thisUtilityTerminalConfigurationPathinstance.- Returns:
 - the name
 - Since:
 - 100.8.0
 
 
- 
getTerminalPaths
public List<UtilityTerminalPath> getTerminalPaths()
The flow paths between pairs of terminals defined for thisUtilityTerminalConfigurationPathinstance.- Returns:
 - an unmodifiable list of utility terminal paths
 - Since:
 - 100.8.0
 
 
 - 
 
 -