Uses of Class
adams.core.base.BaseAnnotation
-
Packages that use BaseAnnotation Package Description adams.flow.core -
-
Uses of BaseAnnotation in adams.flow.core
Fields in adams.flow.core declared as BaseAnnotation Modifier and Type Field Description protected BaseAnnotation
AbstractActor. m_Annotations
annotations for the actor.Methods in adams.flow.core that return BaseAnnotation Modifier and Type Method Description BaseAnnotation
AbstractActor. getAnnotations()
Returns the current annotations.BaseAnnotation
Actor. getAnnotations()
Returns the current annotations.Methods in adams.flow.core with parameters of type BaseAnnotation Modifier and Type Method Description void
AbstractActor. setAnnotations(BaseAnnotation value)
Sets the annoations.void
Actor. setAnnotations(BaseAnnotation value)
Sets the annoations.
-