org.ijsberg.iglu.util.logic
Class LogicalElement
java.lang.Object
org.ijsberg.iglu.util.logic.LogicalElement
- Direct Known Subclasses:
- Operator, Statement
public class LogicalElement
- extends Object
Subclasses are part of a logical expression.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LogicalElement
public LogicalElement()
Copyright © 2011. All Rights Reserved.