Package edu.fiu.jtlex.timeml.graph
Interface ITimeMLGraphTCSP
- All Known Implementing Classes:
TimeMLGraphTCSP
public interface ITimeMLGraphTCSP
Abstraction for a Temporal Constraint Satisfaction Problem
- Since:
- jTLEX 1.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.jacop.core.Store
getStore()
Get the constraints storeorg.jacop.core.IntVar[]
Get the time points
-
Method Details
-
getStore
org.jacop.core.Store getStore()Get the constraints store- Returns:
- The store with imposed constraints
- Since:
- jTLEX 1.0
-
getTimepoints
org.jacop.core.IntVar[] getTimepoints()Get the time points- Returns:
- The time points
- Since:
- jTLEX 1.0
-