|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.uzh.ifi.attempto.preditor.text.BasicTextElement
ch.uzh.ifi.attempto.preditor.text.VarTextElement
public class VarTextElement
This class represents referencable texts elements that contain a variable.
Constructor Summary | |
---|---|
VarTextElement(java.lang.String varName,
java.lang.String category)
Creates a new variable text element. |
Method Summary | |
---|---|
java.lang.String |
getReferenceText()
This method should return the text how a reference to this text element has to look like. |
Methods inherited from class ch.uzh.ifi.attempto.preditor.text.BasicTextElement |
---|
checkNeighborTextElements, equals, getCategory, getText |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ch.uzh.ifi.attempto.preditor.text.TextElement |
---|
checkNeighborTextElements, equals, getCategory, getText |
Constructor Detail |
---|
public VarTextElement(java.lang.String varName, java.lang.String category)
varName
- The name of the variable, e.g. "X".category
- The category.Method Detail |
---|
public java.lang.String getReferenceText()
RefableTextElement
getReferenceText
in interface RefableTextElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |