Interface | Description |
---|---|
AssignmentContainer |
Container of assignments.
|
EventDrivenModule |
The interface for modules which are driven by some external events (for example, clock or reset
signals).
|
Identifiable |
Object that can be characterized by it string identifier and printed
in some text format.
|
Instantiated | |
UseDef |
Object that uses or/and defines variables.
|
Class | Description |
---|---|
Assignment |
Assignment statement.
|
Event |
Variable (signal) occurrence.
|
EventList |
Collection of events.
|
IntegerRange |
This class represents a non-empty integer range (interval).
|
MetaInfo |
Meta-information storage.
|
Model |
The abstract representation of a device model encapsulating only a static structure of an
original device.
|
Range |
Pair of values.
|
RangedVariable |
Variable or it's sub-part restricted by the specified range.
|
RangedVariableUtils |
Utility methods for ranged variable class.
|
State |
The class representing a state of some model.
|
VariableContainer |
Variable declarations container.
|
VariableDeclaration |
Variable declaration.
|
VariableDescriptor |
Variable data descriptor.
|
Enum | Description |
---|---|
EventType |
Event types.
|
IntegerRange.RangePointType |
This enumeration contains types of range bounds.
|
MetaInfoType |
Predefined meta-information types.
|
MetaInfoValue |
Predefined meta-information values.
|
VariableType |
Variable types.
|