public class AnnotationImpl extends Object implements Annotation, Comparable<Annotation>
Constructor and Description |
---|
AnnotationImpl(URI annotationProperty,
String annotationValue)
Constructs a new default implementation of annotation.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Annotation other) |
boolean |
equals(Object obj) |
URI |
getAnnotationProperty()
Returns the annotation property.
|
String |
getAnnotationValue()
Returns the annotation value.
|
int |
hashCode() |
String |
toString() |
public URI getAnnotationProperty()
Annotation
getAnnotationProperty
in interface Annotation
public String getAnnotationValue()
Annotation
getAnnotationValue
in interface Annotation
public int compareTo(Annotation other)
compareTo
in interface Comparable<Annotation>
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.