Modifier and Type | Class and Description |
---|---|
class |
AnnotationElementContinuous
We use floats to save space Here we dont use maps for cardinality.
|
class |
AnnotationElementDiscrete
Discrete values can be repeated, so we also store the cardinality.
|
class |
AnnotationElementLiteral
This class represents literal values.
|
class |
AnnotationElementXAttribute |
class |
AnnotationElementXEvent |
Modifier and Type | Method and Description |
---|---|
AnnotationElement<?> |
AnnotationImpl.getElement(java.lang.String elementName) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationImpl.addElement(AnnotationElement<?> element) |
Modifier and Type | Method and Description |
---|---|
AnnotationElement<?> |
Annotation.getElement(java.lang.String elementName) |
Modifier and Type | Method and Description |
---|---|
void |
Annotation.addElement(AnnotationElement<?> element)
Add an annotation element (e.g., frequency annotation, elapsed time)
The element should provide its own name (to be stored here)
|