|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ijsberg.iglu.util.logic.LogicalElement
org.ijsberg.iglu.util.logic.Operator
public class Operator
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 |
|---|
public Operator(int type)
type - | Method Detail |
|---|
public int getType()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||