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 Annotation
SegmentGroup.annotation
protected Annotation
Standalone.annotation
Methods in org.neuroml.model that return AnnotationModifier and TypeMethodDescriptionObjectFactory.createAnnotation()
Create an instance ofAnnotation
SegmentGroup.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 TypeMethodDescriptionvoid
SegmentGroup.setAnnotation
(Annotation value) Sets the value of the annotation property.void
Standalone.setAnnotation
(Annotation value) Sets the value of the annotation property.