Uses of Interface
rwth.i2.ltlrv.afastate.interfaze.INot

Packages that use INot
rwth.i2.ltlrv.afastate.impl Implementing classes of AFA states. 
rwth.i2.ltlrv.management Holds classes for configuration management and formula creation. 
 

Uses of INot in rwth.i2.ltlrv.afastate.impl
 

Classes in rwth.i2.ltlrv.afastate.impl that implement INot
 class Not
          Not - Implements the Not operator.
 

Uses of INot in rwth.i2.ltlrv.management
 

Methods in rwth.i2.ltlrv.management that return INot
 INot IFormulaFactory.Not(IFormula formula)
          Generates a negation.
 INot FormulaFactory.Not(IFormula formula)
          Generates a negation.