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 Type
    Method
    Description
    org.jacop.core.Store
    Get the constraints store
    org.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