|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchoco.AbstractEntity
choco.real.exp.AbstractRealCompoundTerm
choco.real.exp.AbstractRealUnTerm
public abstract class AbstractRealUnTerm
| Field Summary | |
|---|---|
protected RealExp |
exp1
|
| Fields inherited from class choco.real.exp.AbstractRealCompoundTerm |
|---|
inf, sup |
| Fields inherited from class choco.AbstractEntity |
|---|
hook, problem |
| Constructor Summary | |
|---|---|
AbstractRealUnTerm(AbstractProblem pb,
RealExp exp1)
|
|
| Method Summary | |
|---|---|
java.util.Set |
collectVars(java.util.Set s)
Collects recursively all the variable this expression depends on. |
boolean |
isolate(RealVar var,
java.util.List wx,
java.util.List wox)
Isolates sub terms depending or not on a variable x. |
java.util.List |
subExps(java.util.List l)
Computes recursively the sub expressions (avoids to tighten and project recursively). |
| Methods inherited from class choco.real.exp.AbstractRealCompoundTerm |
|---|
getInf, getSup, intersect, intersect, toString |
| Methods inherited from class choco.AbstractEntity |
|---|
getProblem, pretty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface choco.real.RealExp |
|---|
project, tighten |
| Field Detail |
|---|
protected RealExp exp1
| Constructor Detail |
|---|
public AbstractRealUnTerm(AbstractProblem pb,
RealExp exp1)
| Method Detail |
|---|
public java.util.List subExps(java.util.List l)
RealExp
public java.util.Set collectVars(java.util.Set s)
RealExp
public boolean isolate(RealVar var,
java.util.List wx,
java.util.List wox)
RealExp
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||