| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.uni_tuebingen.sfb.lichtenstein.formulas.Variable
de.uni_tuebingen.sfb.lichtenstein.formulas.SetDenotator
public abstract class SetDenotator
An abstract superclass for second order variables and predicates, both denotating sets of nodes.
| Field Summary | 
|---|
| Fields inherited from class de.uni_tuebingen.sfb.lichtenstein.formulas.Variable | 
|---|
name | 
| Constructor Summary | |
|---|---|
protected  | 
SetDenotator(String name)
Initialize a new set denotator with the given name.  | 
| Method Summary | |
|---|---|
 Inclusion | 
contains(FirstOrderVariable that)
Return the formula that says that variable is an element of this set.  | 
 SecondOrderEquality | 
logicalEquals(SetDenotator that)
Return the formula that says this set is equal to that set.  | 
 Subset | 
subset(SetDenotator that)
Return the formula that says this set is a subset of that set.  | 
 Subset | 
superset(SetDenotator that)
Return the formula that says this set is a superset of that set.  | 
| Methods inherited from class de.uni_tuebingen.sfb.lichtenstein.formulas.Variable | 
|---|
getName, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
protected SetDenotator(String name)
name - The name of this set denotator.| Method Detail | 
|---|
public SecondOrderEquality logicalEquals(SetDenotator that)
that - The other variable. `That' is a mnemonic for this.logicalEquals(that).public Subset subset(SetDenotator that)
that - The other variable. `That' is a mnemonic for this.subset(that).public Subset superset(SetDenotator that)
that - The other variable. `That' is a mnemonic for this.superset(that).public Inclusion contains(FirstOrderVariable that)
that - The other variable. `That' is a mnemonic for this.contains(that).
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||