|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.expressions.logical.LogicalUnary
public abstract class LogicalUnary
DOCUMENT ME!
| Field Summary | |
|---|---|
protected static java.lang.String |
CR
DOCUMENT ME! |
protected Logical |
operand
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
LogicalUnary(Logical operand)
Creates a new LogicalUnary object. |
|
| Method Summary | |
|---|---|
boolean |
contains(Expression e)
DOCUMENT ME! |
Logical |
getFirstOperand()
DOCUMENT ME! |
Logical |
optimize()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jscience.mathematics.analysis.expressions.logical.Logical |
|---|
replace, toJava, toString, toXML, truthValue |
| Field Detail |
|---|
protected static final java.lang.String CR
protected Logical operand
| Constructor Detail |
|---|
public LogicalUnary(Logical operand)
operand - DOCUMENT ME!| Method Detail |
|---|
public Logical getFirstOperand()
public Logical optimize()
optimize in interface Logicalpublic boolean contains(Expression e)
contains in interface Logicale - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||