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.Seq<Node>
<Segment> scala.Option<Segment>
segmentById
(SegmentId id, TopologyPartitionOperations<Partition> tpOps) <Segment> scala.collection.Seq<Segment>
<Segment> NodeReference
source
(Segment segment, TopologyPartitionOperations<Partition> tpOps) <Segment> NodeReference
target
(Segment segment, TopologyPartitionOperations<Partition> tpOps)
-
Constructor Details
-
AugmentedPartition
-
-
Method Details
-
nodeById
-
nodes
-
partitionId
-
segmentById
public <Segment> scala.Option<Segment> segmentById(SegmentId id, TopologyPartitionOperations<Partition> tpOps) -
segments
public <Segment> scala.collection.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)
-