Package | Description |
---|---|
actorplugin |
Classes supporting the plugin interface for actors.
|
charger.act |
Classes related to actor operations, activation and graph updating.
|
Modifier and Type | Field and Description |
---|---|
(package private) GraphUpdater |
CounterPlugin.myUpdater |
(package private) GraphUpdater |
PulsePlugin.myUpdater |
Modifier and Type | Method and Description |
---|---|
void |
ClockPlugin.performActorOperation(GraphUpdater gu,
ArrayList inputs,
ArrayList outputs)
Perform the actor's function.
|
void |
CounterPlugin.performActorOperation(GraphUpdater gu,
ArrayList inputs,
ArrayList outputs)
Perform the actor's function.
|
void |
PulsePlugin.performActorOperation(GraphUpdater gu,
ArrayList inputs,
ArrayList outputs)
Perform the actor's function.
|
void |
QuantityBarPlugin.performActorOperation(GraphUpdater dummy,
ArrayList inputs,
ArrayList outputs)
Perform the actor's function.
|
void |
SimpleActorPlugin.performActorOperation(GraphUpdater gu,
ArrayList inputs,
ArrayList outputs)
Perform the actor's function.
|
void |
StockQuotePlugin.performActorOperation(GraphUpdater dummy,
ArrayList inputs,
ArrayList outputs)
Perform the actor's function.
|
Modifier and Type | Method and Description |
---|---|
static void |
ActorPrimitive.activateArithmeticPrimitive(GraphUpdater gu,
String operation,
ArrayList inputs,
ArrayList outputs)
Implements the arithmetic primitives for actors.
|
static void |
ActorPrimitive.activateLogicalPrimitive(GraphUpdater gu,
String operation,
ArrayList inputs,
ArrayList outputs)
/**
Implements a set of logical primitive actors.
|
static void |
ActorPrimitive.activateLookupPrimitive(GraphUpdater gu,
String actorName,
ArrayList inputs,
ArrayList outputs)
Implements a lookup primitive for actors.
|
static void |
ActorPrimitive.activateUnaryPrimitive(GraphUpdater gu,
String operation,
ArrayList inputs,
ArrayList outputs) |
void |
ActorPlugin.performActorOperation(GraphUpdater gu,
ArrayList<Concept> inputs,
ArrayList<Concept> outputs)
Perform the actor's operation.
|
static void |
ActorPrimitive.performActorOperation(GraphUpdater gu,
String actorName,
ArrayList inputs,
ArrayList outputs)
Calculates the output nodes' referents from the input nodes' referents.
|