|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAMETASx.data.htype.SemanticType
Repräsentiert den semantischen Typ. Prinzipiell beinhaltet dieser Typ als eigenständige Instanz nur die "self"-Annotation, da alle anderen Annotationen mit Nachrichten und Zuständen verknüpft sind.
| Field Summary | |
static long |
serialVersionUID
Serialisierungversion. |
| Constructor Summary | |
SemanticType()
Erzeugt einen neuen semantischen Typ. |
|
SemanticType(Annotation self)
Erzeugt einen neuen semantischen Typ. |
|
| Method Summary | |
HybridTypeConformance |
getConformanceTo(SemanticType possSupertype,
HybridTypeConformance tcFail,
CGOntologySet os)
Liefert die Konformität dieses sematischen Typs zu dem übergebenen. |
Annotation |
getSelfAnnotation()
Liefert die Selbstannotation. |
void |
setSelfAnnotation(Annotation self)
Setzt die Selbstannotation. |
java.lang.String |
toString()
Liefert eine einfache Stringrepräsentation. |
java.lang.String |
toString(boolean bDetail)
Liefert eine Stringrepräsentation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final long serialVersionUID
| Constructor Detail |
public SemanticType()
public SemanticType(Annotation self)
self - Annotation des Objekts an sich.| Method Detail |
public void setSelfAnnotation(Annotation self)
self - Annotation des Objekts an sich.public Annotation getSelfAnnotation()
public HybridTypeConformance getConformanceTo(SemanticType possSupertype,
HybridTypeConformance tcFail,
CGOntologySet os)
possSupertype - Übergebener semantischer Typ, der Supertyp sein soll.os - Feld der notwendigen Ontologien.
public java.lang.String toString()
public java.lang.String toString(boolean bDetail)
bDetail - wenn true, ist die Ausgabe ausführlich.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||