Package edu.fiu.jtlex.timeml.graph
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 Summary
Modifier and TypeMethodDescriptionGets the set of partition links.Gets the list of partitions.
-
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
-