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

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.OpUnion

public class OpUnion
extends AbstractBinaryOperator


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

OpUnion

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

elemToString

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