edu.wis.jtlv.env.core.smv.eval.temporals
Class OpLTLUntil

java.lang.Object
  extended by edu.wis.jtlv.env.core.smv.eval.AbstractElement
      extended by edu.wis.jtlv.env.core.smv.eval.AbstractBinaryOperator
          extended by edu.wis.jtlv.env.core.smv.eval.temporals.OpLTLUntil
All Implemented Interfaces:
ILTLOperator

public class OpLTLUntil
extends AbstractBinaryOperator
implements ILTLOperator


Constructor Summary
OpLTLUntil(AbstractElement a_left, AbstractElement a_right)
           
 
Method Summary
 java.lang.String elemToString()
           
 
Methods inherited from class edu.wis.jtlv.env.core.smv.eval.AbstractBinaryOperator
getLeft, getRight, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpLTLUntil

public OpLTLUntil(AbstractElement a_left,
                  AbstractElement a_right)
           throws SMVParseException
Throws:
SMVParseException
Method Detail

elemToString

public java.lang.String elemToString()
Specified by:
elemToString in class AbstractElement