Uses of Class
ix.icore.domain.TimeWindow

Packages that use TimeWindow
ix.icore.domain Domain descriptions. 
ix.iface.domain Domain parsers and outputters. 
ix.test Simple applications for testing purposes. 
 

Uses of TimeWindow in ix.icore.domain
 

Methods in ix.icore.domain that return TimeWindow
 TimeWindow Constraint.getTimeWindow()
           
 

Uses of TimeWindow in ix.iface.domain
 

Methods in ix.iface.domain that return TimeWindow
protected  TimeWindow LTF_Parser.TemporalConstraintParser.makeTimeWindow(MatchEnv env)
           
 

Methods in ix.iface.domain with parameters of type TimeWindow
(package private)  void LTF_Writer.outTimeWindow(TimeWindow w)
           
 

Uses of TimeWindow in ix.test
 

Methods in ix.test that return TimeWindow
 TimeWindow MakeRandomInstance.makeTimeWindow()