Inheritance diagram for ParadigmaticRelation:
Collaboration diagram for ParadigmaticRelation:Public Methods | |
| Set< Annotation<?> > | getParadigms () |
| ParadigmaticRelation () | |
| ParadigmaticRelation (String label) | |
| Set< Annotation<?> > | getLinkedAnnotations () |
| void | addLinkedItem (Annotation<?> annotation) |
| String | getLabel () |
| void | setLabel (String label) |
| long | getId () |
| void | setId (long id) |
| ParadigmaticRelation | ( | String | label | ) |
| void addLinkedItem | ( | Annotation<?> | annotation | ) | [inherited] |
| long getId | ( | ) | [inherited] |
Returns the Id of this DataObject. Might return 0, if the object hasn't been inserted into database yet.
Implements DataObject.
| String getLabel | ( | ) | [inherited] |
Returns the label of this token, which can be any kind of string (except null), mainly used for display-reasons only. Note: Components MUST NOT assume that any kind of label (like 'word' or else) is returned by this method.
Implements ILabeledElement.
Reimplemented in TEIDramaSpeaker, TEIDramaSpeechAct, TEIDramaStage, JodaDateTime, JodaInterval, JodaPeriod, and Timex.
| Set<Annotation<?> > getLinkedAnnotations | ( | ) | [inherited] |
Returns the list of linked annotations. Never returns null. Depending on the concrete sub-interface, however, the number of elements in the returned collection can vary.
Implements ILinkedAnnotations.
Reimplemented in SequencerReplacement.
| Set<Annotation<?> > getParadigms | ( | ) |
Implements IParadigmaticRelation.
| void setId | ( | long | id | ) | [inherited] |
| void setLabel | ( | String | label | ) | [inherited] |