public final class MetaDisjointCondition extends VariableConditionAdapter
| Modifier and Type | Field and Description |
|---|---|
private TermSV |
var1 |
private TermSV |
var2 |
| Constructor and Description |
|---|
MetaDisjointCondition(TermSV s1,
TermSV s2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(SchemaVariable var,
SVSubstitute subst,
SVInstantiations svInst,
Services services)
checks if the condition for a correct instantiation is fulfilled
|
private static boolean |
clearlyDisjoint(Term t1,
Term t2,
Services services) |
java.lang.String |
toString() |
checkpublic boolean check(SchemaVariable var, SVSubstitute subst, SVInstantiations svInst, Services services)
VariableConditionAdaptercheck in class VariableConditionAdaptervar - the template Variable to be instantiatedsvInst - the MatchCondition with the current matching state and in particular
the SVInstantiations that are already known to be neededservices - the program information objectpublic java.lang.String toString()
toString in class java.lang.Object