Package | Description |
---|---|
cgif.parser |
Classes to support the parsing of CGIF.
|
charger.act |
Classes related to actor operations, activation and graph updating.
|
Modifier and Type | Method and Description |
---|---|
Actor |
CGIFParserHelper.makeActor(Graph g,
String name,
ArrayList<String> inputvariables,
ArrayList<String> outputvariables,
String layout)
Processes the actor from cgif07.jj (as converted into CGIFParser.java)
|
Modifier and Type | Method and Description |
---|---|
void |
GraphUpdater.fireActor(Actor a,
ArrayList inputs,
ArrayList outputs)
Actually "fires" the given actor.
|
void |
GraphUpdater.initiateActorUpdate(Actor a)
Sets up an actor for execution by first seeing if it is executable and
then finding its associated input and output concepts which it passes to
the actual updater.
|
static boolean |
GraphUpdater.isExecutable(Actor a)
Tells whether the given actor is executable; i.e., can be activated.
|