Uses of Class
org.neuroml.model.Annotation
Packages that use Annotation
- 
Uses of Annotation in org.neuroml.model
Fields in org.neuroml.model declared as AnnotationModifier and TypeFieldDescriptionprotected AnnotationSegmentGroup.annotationprotected AnnotationStandalone.annotationMethods in org.neuroml.model that return AnnotationModifier and TypeMethodDescriptionObjectFactory.createAnnotation()Create an instance ofAnnotationSegmentGroup.getAnnotation()Gets the value of the annotation property.Standalone.getAnnotation()Gets the value of the annotation property.Methods in org.neuroml.model with parameters of type AnnotationModifier and TypeMethodDescriptionvoidSegmentGroup.setAnnotation(Annotation value) Sets the value of the annotation property.voidStandalone.setAnnotation(Annotation value) Sets the value of the annotation property.