omnics.expl
Class Elimination

java.lang.Object
  extended by omnics.expl.Elimination

public class Elimination
extends java.lang.Object

Author:
Cristian Frasinaru

Constructor Summary
Elimination(Var var, java.lang.Object value, Var trigger, Tuple context)
          Creates a new instance of Elimination
 
Method Summary
 Tuple getContext()
           
 Var getTrigger()
           
 java.lang.Object getValue()
           
 Var getVar()
           
 boolean isSimple()
           
 void setContext(Tuple context)
           
 void setTrigger(Var trigger)
           
 void setValue(java.lang.Object value)
           
 void setVar(Var var)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Elimination

public Elimination(Var var,
                   java.lang.Object value,
                   Var trigger,
                   Tuple context)
Creates a new instance of Elimination

Method Detail

getVar

public Var getVar()

setVar

public void setVar(Var var)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

getTrigger

public Var getTrigger()

setTrigger

public void setTrigger(Var trigger)

getContext

public Tuple getContext()

setContext

public void setContext(Tuple context)

isSimple

public boolean isSimple()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object