Interface | Description |
---|---|
AssignmentContainer |
Container of assignments.
|
Identifiable |
Object that can be characterized by it string identifier and printed
in some text format.
|
Class | Description |
---|---|
Assignment |
Assignment statement.
|
Declaration |
Variable declaration.
|
DeclarationContainer |
The variables and their declarations container.
|
DeclarationUtils |
Variable declarations related utility methods.
|
DecStatement |
Statement that contains variable declarations.
|
Event |
Variable (signal) occurrence.
|
EventList |
Collection of events.
|
Model |
The abstract representation of a device model.
|
ModelUtils |
Utility methods for models and their components.
|
Module |
The model component.
|
ModuleProcess |
The module's concurrent component.
|
RangedVariableUtils |
Utility methods for ranged variable class.
|
SequentialStatement |
Class for control flow graph processes internal statements.
|
State |
The class representing a state of some model.
|
Statement |
Basic model component.
|
StatementUtils |
Utility methods for
Statement class. |
VariableDescriptor |
Variable data descriptor.
|
VariableVersionFactory |
The factory for new variable version creation.
|
Enum | Description |
---|---|
EventType |
Event types.
|
StatementType |
Model statement types.
|
VariableType |
Variable types.
|