|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.uzh.ifi.attempto.acewiki.core.SentenceDetail
public class SentenceDetail
This class represents a detail of a sentence like a syntax tree or a logical formula.
| Constructor Summary | |
|---|---|
SentenceDetail(java.lang.String name,
java.lang.String richText)
Creates a new sentence detail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the sentence detail, as shown to the user. |
java.lang.String |
getRichText()
Returns the content of the sentence detail. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SentenceDetail(java.lang.String name,
java.lang.String richText)
name - The name of the detail, as shown to the user.richText - The content of the detail, possibly containing HTML tags.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getRichText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||