Package | Description |
---|---|
cgif.parser |
Classes to support the parsing of CGIF.
|
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)
|
Relation |
CGIFParserHelper.makeRelation(Graph g,
String name,
ArrayList<String> variables,
String layout)
Processes the relation from cgif07.jj (as converted into CGIFParser.java)
|
void |
ReferentMap.putObjectByReferent(String ref,
GraphObject go)
Insert the graph object into the list, using its referent as a key.
|