Class TopologyPartitionOperations.AugmentedPartition<Partition>
java.lang.Object
com.here.platform.location.compilation.core.TopologyPartitionOperations.AugmentedPartition<Partition>
- Enclosing interface:
- TopologyPartitionOperations<Partition>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Node> scala.Option<Node>nodeById(NodeId id, TopologyPartitionOperations<Partition> tpOps) <Node> scala.collection.immutable.Seq<Node><Segment> scala.Option<Segment>segmentById(SegmentId id, TopologyPartitionOperations<Partition> tpOps) <Segment> scala.collection.immutable.Seq<Segment><Segment> NodeReferencesource(Segment segment, TopologyPartitionOperations<Partition> tpOps) <Segment> NodeReferencetarget(Segment segment, TopologyPartitionOperations<Partition> tpOps)
-
Constructor Details
-
AugmentedPartition
-
-
Method Details
-
nodeById
-
nodes
public <Node> scala.collection.immutable.Seq<Node> nodes(TopologyPartitionOperations<Partition> tpOps) -
partitionId
-
segmentById
public <Segment> scala.Option<Segment> segmentById(SegmentId id, TopologyPartitionOperations<Partition> tpOps) -
segments
public <Segment> scala.collection.immutable.Seq<Segment> segments(TopologyPartitionOperations<Partition> tpOps) -
source
public <Segment> NodeReference source(Segment segment, TopologyPartitionOperations<Partition> tpOps) -
target
public <Segment> NodeReference target(Segment segment, TopologyPartitionOperations<Partition> tpOps)
-