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

java.lang.Object
  extended by edu.wis.jtlv.env.core.smv.eval.AbstractElement
      extended by edu.wis.jtlv.env.core.smv.eval.AbstractUnaryOperator
          extended by edu.wis.jtlv.env.core.smv.eval.temporals.OpCTLNot
All Implemented Interfaces:
ICTLOperator

public class OpCTLNot
extends AbstractUnaryOperator
implements ICTLOperator


Constructor Summary
OpCTLNot(AbstractElement a_val)
           
 
Method Summary
 java.lang.String elemToString()
           
 
Methods inherited from class edu.wis.jtlv.env.core.smv.eval.AbstractUnaryOperator
getVal, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpCTLNot

public OpCTLNot(AbstractElement a_val)
         throws SMVParseException
Throws:
SMVParseException
Method Detail

elemToString

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