Package | Description |
---|---|
org.kepler.gui.controller | |
org.kepler.objectmanager.data | |
org.kepler.sms.actors | |
ptolemy.chic |
The ptolemy.chic package.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.kernel |
Vergil kernel classes.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.modal.modal |
The ptolemy.vergil.modal.modal package.
|
Constructor and Description |
---|
TabbedActorController(diva.graph.GraphController controller,
AttributeController.Access access) |
Constructor and Description |
---|
DataSourceInstanceController(diva.graph.GraphController controller,
AttributeController.Access access)
Create an entity controller associated with the specified graph
controller with the specified access.
|
Constructor and Description |
---|
MergeActorInstanceController(diva.graph.GraphController controller,
AttributeController.Access access,
MergeActor mergeActor) |
Constructor and Description |
---|
ChicController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a Chic controller associated with the specified graph
controller.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeController.Access |
ActorController._access
The access level defined in the constructor.
|
Constructor and Description |
---|
ActorController(diva.graph.GraphController controller,
AttributeController.Access access)
Create an entity controller associated with the specified graph
controller.
|
ActorInstanceController(diva.graph.GraphController controller,
AttributeController.Access access)
Create an entity controller associated with the specified graph
controller with the specified access.
|
ClassDefinitionController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a controller associated with the specified graph
controller with the specified access.
|
ExternalIOPortController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a port controller associated with the specified graph
controller.
|
IOPortController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a port controller associated with the
specified graph controller.
|
Constructor and Description |
---|
MoMLModelAttributeController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a model attribute controller associated with the specified graph
controller.
|
Modifier and Type | Field and Description |
---|---|
static AttributeController.Access |
AttributeController.FULL
Indicator to give full access to the attribute.
|
static AttributeController.Access |
AttributeController.PARTIAL
Indicator to give partial access to the attribute.
|
Constructor and Description |
---|
AttributeController(diva.graph.GraphController controller,
AttributeController.Access access)
Create an attribute controller associated with the specified graph
controller.
|
AttributeWithIconController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a controller associated with the specified graph
controller.
|
Constructor and Description |
---|
StateController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a state controller associated with the specified graph
controller.
|
Constructor and Description |
---|
HierarchicalStateController(diva.graph.GraphController controller,
AttributeController.Access access)
Create a state controller associated with the specified graph
controller.
|