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 BaseAnnotationAbstractActor. m_Annotationsannotations for the actor.Methods in adams.flow.core that return BaseAnnotation Modifier and Type Method Description BaseAnnotationAbstractActor. getAnnotations()Returns the current annotations.BaseAnnotationActor. getAnnotations()Returns the current annotations.Methods in adams.flow.core with parameters of type BaseAnnotation Modifier and Type Method Description voidAbstractActor. setAnnotations(BaseAnnotation value)Sets the annoations.voidActor. setAnnotations(BaseAnnotation value)Sets the annoations.
-