Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
Annotation |
Identified.createAnnotation(QName qName,
boolean literal)
Creates an annotation using the given arguments, and
then adds to the list of annotaions.
|
Annotation |
Identified.createAnnotation(QName qName,
double literal)
Creates an annotation using the given arguments,
then adds to this instance's list of annotations.
|
Annotation |
Identified.createAnnotation(QName qName,
int literal)
Creates an annotation using the given arguments,
then adds to this instance's list of annotations.
|
Annotation |
Annotation.createAnnotation(QName qName,
QName nestedQName,
String nestedId,
List<Annotation> annotations)
Creates an annotation with nested annotations using the given arguments, and then adds to this instance's list of annotations.
|
Annotation |
Identified.createAnnotation(QName qName,
QName nestedQName,
String nestedId,
List<Annotation> annotations)
Creates an annotation with nested annotations using the given arguments, and then adds to this instance's list of annotations.
|
Annotation |
Identified.createAnnotation(QName qName,
String literal)
Creates an annotation using the given arguments,
then adds to this instance's list of annotations.
|
Annotation |
Identified.createAnnotation(QName qName,
URI literal)
Creates an annotation using the given arguments,
then adds to this instance's list of annotations.
|
Annotation |
Identified.getAnnotation(QName qName)
Returns the annotation matching the given QName.
|
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
Annotation.getAnnotations()
Returns the list of Annotations of the nested value property.
|
List<Annotation> |
Identified.getAnnotations()
Returns the list of annotations owned by this instance.
|
Modifier and Type | Method and Description |
---|---|
int |
Annotation.compareTo(Annotation annotation) |
boolean |
Identified.removeAnnotation(Annotation annotation)
Removes the given annotation from the list of annotations owned by this instance.
|
Modifier and Type | Method and Description |
---|---|
Annotation |
Annotation.createAnnotation(QName qName,
QName nestedQName,
String nestedId,
List<Annotation> annotations)
Creates an annotation with nested annotations using the given arguments, and then adds to this instance's list of annotations.
|
Annotation |
Identified.createAnnotation(QName qName,
QName nestedQName,
String nestedId,
List<Annotation> annotations)
Creates an annotation with nested annotations using the given arguments, and then adds to this instance's list of annotations.
|
void |
Annotation.setAnnotations(List<Annotation> annotations)
Sets the list of Annotations of the nested value property.
|