Uses of Class
org.gcube.contentmanagement.gcubemodellibrary.elements.AnnotationThread

Packages that use AnnotationThread
org.gcube.contentmanagement.gcubemodellibrary.elements   
 

Uses of AnnotationThread in org.gcube.contentmanagement.gcubemodellibrary.elements
 

Methods in org.gcube.contentmanagement.gcubemodellibrary.elements that return types with arguments of type AnnotationThread
 java.util.List<AnnotationThread> AnnotationThread.answers()
          Returns the threads that answer to the annotation of this thread.
 java.util.List<AnnotationThread> AnnotationElements.threads()
          Returns the annotation threads in the document.
 

Constructor parameters in org.gcube.contentmanagement.gcubemodellibrary.elements with type arguments of type AnnotationThread
AnnotationThread(GCubeAnnotation a, java.util.List<AnnotationThread> threads)
          Creates a thread rooted in a given annotation and with zero or more response threads.