Interface | Description |
---|---|
Component |
This interface defines the basic methods for initializing and
executing components.
|
Method |
Interface for the port representing a method call.
|
Class | Description |
---|---|
AtomicComponent |
A component with functionality given in Java.
|
ComponentActor |
A Component is outside compatible with components and inside compatable
with actors.
|
ComponentDirector |
FIXME
|
MethodCallPort |
A port for use in the component domain.
|