Interface IPartitionResult

All Known Implementing Classes:
PartitionResult

public interface IPartitionResult
Abstraction for an object that can store a graph's partitioning information
Since:
jTLEX 1.0
  • Method Details

    • getPartitions

      List<ITimeMLGraph> getPartitions()
      Gets the list of partitions.
      Returns:
      The list of partitions.
      Since:
      jTLEX 1.0
    • getPartitionLinks

      Set<ITimeMLLink> getPartitionLinks()
      Gets the set of partition links.
      Returns:
      The set of partition links.
      Since:
      jTLEX 1.0