edu.wis.jtlv.env.core.smv.eval
Class OpIff

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.OpIff
All Implemented Interfaces:
IBoolOperator

public class OpIff
extends AbstractBinaryOperator
implements IBoolOperator


Constructor Summary
OpIff(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

OpIff

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

elemToString

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