org.ijsberg.iglu.util.logic
Class Operator

java.lang.Object
  extended by org.ijsberg.iglu.util.logic.LogicalElement
      extended by org.ijsberg.iglu.util.logic.Operator

public class Operator
extends LogicalElement

Stands for a logical operator (NOT, AND, OR).


Field Summary
 
Fields inherited from class org.ijsberg.iglu.util.logic.LogicalElement
AND, NONE, NOT, operatorStr, OR
 
Constructor Summary
Operator(int type)
           
 
Method Summary
 int getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Operator

public Operator(int type)
Parameters:
type -
Method Detail

getType

public int getType()
Returns:

toString

public String toString()
Overrides:
toString in class Object
Returns:


Copyright © 2011. All Rights Reserved.