|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAMETASx.data.htype.Annotation
Repräsentiert eine Annotation.
| Field Summary | |
static short |
ANY
Spezieller Wert für die Absender/Empfängerannotation. |
static short |
NOTSPECIAL
Spezieller Wert für die Absender/Empfängerannotation. |
static short |
OTHER
Spezieller Wert für die Absender/Empfängerannotation. |
static short |
PLACE
Spezieller Wert für die Absender/Empfängerannotation. |
| Constructor Summary | |
Annotation()
Konstruktor der Annotation. |
|
Annotation(java.lang.Object content)
Generiert eine neue Annotation. |
|
| Method Summary | |
java.lang.Object |
clone()
Liefert eine Kopie des Objekts. |
HybridTypeConformance |
getConformanceTo(Annotation otherAnnotation,
HybridTypeConformance tcFail,
CGOntologySet os)
Vergleicht zwei Annotationen. |
java.lang.Object |
getContent()
Liefert den Inhalt der Annotation. |
short |
getSpecialContent()
Liefert den speziellen Inhalt der Annotation. |
void |
setContent(java.lang.Object cont)
Setzt den Inhalt der Annotation. |
void |
setSpecialContent(short nSpecial)
Setzt einen speziellen Inhalt der Annotation. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final short NOTSPECIAL
public static final short PLACE
public static final short OTHER
public static final short ANY
| Constructor Detail |
public Annotation()
public Annotation(java.lang.Object content)
content - Inhalt der Annotation.| Method Detail |
public void setContent(java.lang.Object cont)
cont - Inhalt der Annotation.public void setSpecialContent(short nSpecial)
nSpecial - Inhalt der Annotation.public java.lang.Object clone()
public java.lang.Object getContent()
public short getSpecialContent()
public HybridTypeConformance getConformanceTo(Annotation otherAnnotation,
HybridTypeConformance tcFail,
CGOntologySet os)
otherAnnotation - Vergleichsannotation.os - Menge von Ontologien, die zum Vergleich benötigt werden.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||