Package | Description |
---|---|
cgif.parser |
Classes to support the parsing of CGIF.
|
cgif.parser.javacc |
Classes and files related to the use of the JavaCC parser.
|
charger.obj |
Classes for the graph objects themselves.
|
Modifier and Type | Method and Description |
---|---|
Concept |
CGIFParserHelper.makeConcept(Graph g,
String type,
Referent referent,
String layout)
Processes the concept from cgif07.jj (as converted into CGIFParser.java)
|
Modifier and Type | Method and Description |
---|---|
Referent |
CGIFParser.referent() |
Referent |
CGIFParser.setReferent() |
Modifier and Type | Field and Description |
---|---|
(package private) Referent |
Concept.referent
The concepts' referent (possibly null)
|
Modifier and Type | Field and Description |
---|---|
private ArrayList<Referent> |
Referent.setMembers
If a set, these are the members of the referent set
|
Modifier and Type | Method and Description |
---|---|
void |
Referent.addSetMember(Referent ref) |
protected void |
Referent.copyFromReferent(Referent ref) |
Modifier and Type | Method and Description |
---|---|
void |
Referent.setMemberList(ArrayList<Referent> members)
Consider a list of referents to be set members.
|