|
||||||||||
| 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
public abstract class Variable
A class representing variables and predicates in the monadic second order logic.
The handling of variables is a bit complex since there may only be one variable with a given name. Factory methods take care of this within one run, and the serialization mechanism is a bit more complex too.
| Field Summary | |
|---|---|
protected String |
name
The name of this variable. |
| Constructor Summary | |
|---|---|
protected |
Variable(String name)
Initialize a new variable with the given name. |
| Method Summary | |
|---|---|
String |
getName()
Get the name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String name
| Constructor Detail |
|---|
protected Variable(String name)
name - | Method Detail |
|---|
public String getName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||