Package | Description |
---|---|
ptolemy.component |
The ptolemy.component package.
|
ptolemy.component.domains.ptinyos |
The ptolemy.component.domains.ptinyos package.
|
ptolemy.component.test |
The ptolemy.component.test package.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomicComponent
A component with functionality given in Java.
|
class |
ComponentActor
A Component is outside compatible with components and inside compatable
with actors.
|
class |
ComponentDirector
FIXME
|
Modifier and Type | Class and Description |
---|---|
class |
PtinyOSDirector
Stub for component implementation of the PtinyOS model of computation.
|
Modifier and Type | Method and Description |
---|---|
void |
PtinyOSDirector.reactAt(double time,
Component component)
Request that the react() method of the specified component
be invoked at the specified time.
|
Modifier and Type | Class and Description |
---|---|
class |
Counter
This component implements an up-down counter.
|
class |
Leds
Display received argument value to the std output.
|