|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GCubeAnnotation | |
|---|---|
| org.gcube.data.gml.elements | |
| Uses of GCubeAnnotation in org.gcube.data.gml.elements |
|---|
| Methods in org.gcube.data.gml.elements that return GCubeAnnotation | |
|---|---|
GCubeAnnotation |
AnnotationThread.annotation()
|
GCubeAnnotation |
GCubeAnnotation.previous()
Returns the annotation that precedes this annotation in an annotation thread, if available in the containing document. |
GCubeAnnotation |
AnnotationElements.removeFromThread(String id)
Removes an annotation and the annotation that follow it in the thread, if any. |
| Methods in org.gcube.data.gml.elements that return types with arguments of type GCubeAnnotation | |
|---|---|
List<GCubeAnnotation> |
AnnotationThread.annotations()
Returns the annotation in the thread. |
| Methods in org.gcube.data.gml.elements with parameters of type GCubeAnnotation | |
|---|---|
void |
GCubeAnnotation._setPrevious(GCubeAnnotation a)
|
boolean |
AnnotationThread.contains(GCubeAnnotation a)
Returns true if the thread contains a given annotation. |
void |
AnnotationElements.removeFromThread(GCubeAnnotation a)
Removes an annotation and the annotation that follow it in the thread, if any. |
void |
GCubeAnnotation.setPrevious(GCubeAnnotation a)
Sets the annotation that precedes this annotation in an annotation thread. |
| Method parameters in org.gcube.data.gml.elements with type arguments of type GCubeAnnotation | |
|---|---|
protected static String |
GCubeAnnotation.toString(List<GCubeAnnotation> annotations,
boolean asThread)
|
| Constructors in org.gcube.data.gml.elements with parameters of type GCubeAnnotation | |
|---|---|
AnnotationThread(GCubeAnnotation a)
Creates a thread rooted in a given annotation. |
|
AnnotationThread(GCubeAnnotation a,
List<AnnotationThread> threads)
Creates a thread rooted in a given annotation and with zero or more response threads. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||