|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.nom.nomwrite.impl.NOMWriteElement
net.sourceforge.nite.nom.nomread.impl.NOMReadElement
net.sourceforge.nite.nom.nomread.impl.NOMReadResourceElement
public class NOMReadResourceElement
NOMResourceElement extends NOMElement and represents an individual element in a corpus resource. These do not extend NOMElement in any way, but are contrasted to NOMObjects and NOMTypeElement, though all are types of NOMElement and as such can be treated similarly by the query engine.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sourceforge.nite.nom.nomwrite.impl.NOMWriteElement |
---|
NOMWriteElement.SharedElement, NOMWriteElement.XMLComment |
Nested classes/interfaces inherited from interface net.sourceforge.nite.nom.nomwrite.NOMElement |
---|
NOMElement.SharedEl |
Field Summary |
---|
Fields inherited from interface net.sourceforge.nite.nom.nomwrite.NOMElement |
---|
FEATURAL_LAYER, IMPLICIT_ORDER, STRUCTURAL_LAYER, TEMPORAL_ORDER, TIME_ALIGNED_LAYER, UNORDERED, UNTIMED |
Constructor Summary | |
---|---|
NOMReadResourceElement(NOMCorpus corpus,
java.lang.String name)
This constructor will be the most commonly used in application programs. |
|
NOMReadResourceElement(NOMCorpus corpus,
java.lang.String comment,
java.lang.String colour)
This constructor creates a comment element |
Method Summary |
---|
Methods inherited from class net.sourceforge.nite.nom.nomread.impl.NOMReadElement |
---|
addAfterSibling, addAttribute, addBeforeSibling, addChild, addChildAfter, addChildBefore, addFirstChild, addLastChild, addPointer, addToCorpus, appendText, deleteChild, getLink, getShared, removeAttribute, removeChild, removePointer, setComment, setDoubleAttribute, setEndTime, setGVM, setName, setStartTime, setStringAttribute, setText |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NOMReadResourceElement(NOMCorpus corpus, java.lang.String name) throws NOMException
NOMException
public NOMReadResourceElement(NOMCorpus corpus, java.lang.String comment, java.lang.String colour) throws NOMException
NOMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |