|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.pb.tools.ImplicationNamer<T,C>
T
- C
- public class ImplicationNamer<T,C>
That class is used to associate each constraint with another object that must be used to represent it in an explanation.
Constructor Summary | |
---|---|
ImplicationNamer(DependencyHelper<T,C> helper,
IVec<IConstr> toName)
|
Method Summary | |
---|---|
void |
named(C name)
Associate the current constraint with a specific object that will be used to represent it in an explanation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImplicationNamer(DependencyHelper<T,C> helper, IVec<IConstr> toName)
Method Detail |
---|
public void named(C name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |