|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.uzh.ifi.attempto.acewiki.core.text.TextElemFactory
public class TextElemFactory
This factory class creates text element objects on the basis of ontology elements.
Method Summary | |
---|---|
static TextElement |
createTextElement(OntologyElement el)
Creates a new text element for the default word form of the given ontology element. |
static OntologyTextElement |
createTextElement(OntologyElement el,
int wordNumber)
Creates a new text element for the given word form (by word form id) of the given ontology element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static OntologyTextElement createTextElement(OntologyElement el, int wordNumber)
el
- The ontology element.wordNumber
- The word form id.
public static TextElement createTextElement(OntologyElement el)
el
- The ontology element.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |