org.ijsberg.iglu.util.logic
Class LogicalElement

java.lang.Object
  extended by org.ijsberg.iglu.util.logic.LogicalElement
Direct Known Subclasses:
Operator, Statement

public class LogicalElement
extends Object

Subclasses are part of a logical expression.


Field Summary
static int AND
           
static int NONE
           
static int NOT
           
 String[] operatorStr
           
static int OR
           
 
Constructor Summary
LogicalElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

operatorStr

public String[] operatorStr
Constructor Detail

LogicalElement

public LogicalElement()


Copyright © 2011. All Rights Reserved.