UtilityTraceParameters

class UtilityTraceParameters

Utility network trace parameters.

Constructors

Link copied to clipboard
fun UtilityTraceParameters(namedTraceConfiguration: UtilityNamedTraceConfiguration, startingLocations: Iterable<UtilityElement>)

Constructs a new UtilityTraceParameters from a pre-defined trace options with the supplied starting locations.

Link copied to clipboard
fun UtilityTraceParameters(traceType: UtilityTraceType, startingLocations: Iterable<UtilityElement>)

Constructs a new UtilityTraceParameters for the specified trace type and with the supplied starting locations.

Properties

Link copied to clipboard
val barriers: MutableList<UtilityElement>
Link copied to clipboard
val filterBarriers: MutableList<UtilityElement>
Link copied to clipboard
val resultTypes: MutableList<UtilityTraceResultType>
Link copied to clipboard
val startingLocations: MutableList<UtilityElement>
Link copied to clipboard
var traceConfiguration: UtilityTraceConfiguration?
Link copied to clipboard
val traceType: UtilityTraceType

The trace type.