ix.iface.domain
Class LTF_Parser.TemporalConstraintParser

java.lang.Object
  extended by ix.util.match.MatchCase
      extended by ix.iface.domain.LTF_Parser.ConstraintParser
          extended by ix.iface.domain.LTF_Parser.TemporalConstraintParser
Direct Known Subclasses:
LTF_Parser.BeforeParser, LTF_Parser.DurationParser, LTF_Parser.WindowAtParser
Enclosing class:
LTF_Parser

abstract class LTF_Parser.TemporalConstraintParser
extends LTF_Parser.ConstraintParser


Field Summary
 
Fields inherited from class ix.util.match.MatchCase
pattern
 
Constructor Summary
LTF_Parser.TemporalConstraintParser(java.lang.String syntaxPattern)
           
 
Method Summary
protected  TimeWindow makeTimeWindow(MatchEnv env)
           
 
Methods inherited from class ix.iface.domain.LTF_Parser.ConstraintParser
ifSelected, makeConstraint, makeTemplate, tryMatch
 
Methods inherited from class ix.util.match.MatchCase
getPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LTF_Parser.TemporalConstraintParser

LTF_Parser.TemporalConstraintParser(java.lang.String syntaxPattern)
Method Detail

makeTimeWindow

protected TimeWindow makeTimeWindow(MatchEnv env)