|
|||||||||
| 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.nomwrite.impl.NOMWriteAnnotation
public class NOMWriteAnnotation
NOMAnnotation extends NOMElement and represents an element within an Annotation set. Such elements extend NOMElement so that they can be used in the query language.
| 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 | |
|---|---|
NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
NAgent nagent)
Create an annotation element: here, the final argument is an NAgent rather than the agent name. |
|
NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
NAgent nagent,
NResource resource)
Create an annotation element: here, the final argument is an NAgent rather than the agent name. |
|
NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
NAgent nagent,
java.lang.String id)
Create an annotation element: here, the NAgent is given rather than the name of the agent, and an ID is provided by the user. |
|
NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
NAgent nagent,
java.lang.String id,
NResource resource)
Create an annotation element: here, the NAgent is given rather than the name of the agent, and an ID is provided by the user. |
|
NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
java.lang.String agent)
This constructor will be the most commonly used in application programs. |
|
NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
java.lang.String agent,
NResource resource)
Create an annotation, explicitly naming the resource to which it belongs. |
|
NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
java.lang.String agent,
java.lang.String id)
Create an annotation element where the colour of the element is derived from the metadata and the ID is provided by the caller. |
|
NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
java.lang.String agent,
java.lang.String id,
NResource resource)
Create an annotation element where the colour of the element is derived from the metadata and the ID is provided by the caller. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
java.lang.String agent,
NResource resource)
throws NOMException
NOMException
public NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
java.lang.String agent)
throws NOMException
NOMException
public NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
java.lang.String agent,
java.lang.String id)
throws NOMException
NOMException
public NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
java.lang.String agent,
java.lang.String id,
NResource resource)
throws NOMException
NOMException
public NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
NAgent nagent,
NResource resource)
throws NOMException
NOMException
public NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
NAgent nagent,
java.lang.String id,
NResource resource)
throws NOMException
NOMException
public NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
NAgent nagent)
throws NOMException
NOMException
public NOMWriteAnnotation(NOMCorpus corpus,
java.lang.String name,
java.lang.String observation,
NAgent nagent,
java.lang.String id)
throws NOMException
NOMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||