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

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.OpGE
All Implemented Interfaces:
IAritOperator

public class OpGE
extends AbstractBinaryOperator
implements IAritOperator


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

OpGE

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

elemToString

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