| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.pb.tools.ImplicationRHS<T,C>
T - C - public class ImplicationRHS<T,C>
That class represents the RHS of an implication.
| Constructor Summary | |
|---|---|
ImplicationRHS(DependencyHelper<T,C> helper,
               IVecInt clause)
 | 
|
| Method Summary | |
|---|---|
 ImplicationNamer<T,C> | 
implies(T... things)
Build an implication with a disjunction of literals in the RHS.  | 
 ImplicationAnd<T,C> | 
implies(T thing)
Build an implication with a conjunction of literals in the RHS.  | 
 ImplicationAnd<T,C> | 
impliesNot(T thing)
Build an implication with a conjunction of literals in the RHS.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ImplicationRHS(DependencyHelper<T,C> helper,
                      IVecInt clause)
| Method Detail | 
|---|
public ImplicationAnd<T,C> implies(T thing)
                            throws ContradictionException
thing - a domain object that will appear positively.
ContradictionException
public ImplicationNamer<T,C> implies(T... things)
                              throws ContradictionException
thing - a domain object
ContradictionException
public ImplicationAnd<T,C> impliesNot(T thing)
                               throws ContradictionException
thing - a domain object that will appear negatively.
ContradictionException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||