|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.xt_basis.MorphCompletionStrategy
agg.xt_basis.Completion_CSP
agg.xt_basis.Completion_CSP_NoBJ
public class Completion_CSP_NoBJ
An implementation of morphism completion as a Constraint Satisfaction Problem (CSP). It searches for injective solutions only per default, and it does not use backjumping.
Field Summary |
---|
Fields inherited from class agg.xt_basis.Completion_CSP |
---|
itsSupportedProperties, relatedVarMap |
Fields inherited from class agg.xt_basis.MorphCompletionStrategy |
---|
itsName, itsProperties |
Fields inherited from interface agg.xt_basis.CompletionPropertyBits |
---|
BITNAME, DANGLING, IDENTIFICATION, INJECTIVE, NAC, PAC |
Constructor Summary | |
---|---|
Completion_CSP_NoBJ()
|
Method Summary | |
---|---|
protected SolutionStrategy |
createSolutionStrategy()
Template method to enable creation of CSPs with varying solution strategies by subclasses. |
Methods inherited from class agg.xt_basis.MorphCompletionStrategy |
---|
clone, equals, forceBackState, getName, getProperties, getSize, getSupportedProperties, initialize, isInjective, removeProperty, setProperty, showProperties |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Completion_CSP_NoBJ()
Method Detail |
---|
protected SolutionStrategy createSolutionStrategy()
Completion_CSP
createSolutionStrategy
in class Completion_CSP
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |