Package | Description |
---|---|
cgif.generate |
Classes for the main translation work for CGIF.
|
cgif.generate.compare |
Utility classes for assisting in CGIF generation.
|
charger |
The top level package for the editor.
|
charger.act |
Classes related to actor operations, activation and graph updating.
|
charger.cgx |
Classes for reading and writing CharGer graphs in XML format.
|
charger.layout |
Classes related to automatic re-arranging the appearance of Charger graphs.
|
charger.obj |
Classes for the graph objects themselves.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CGIFWriter.sortInputEdges(List<GEdge> edges)
This sorts the specified input edges.
|
Modifier and Type | Method and Description |
---|---|
int |
NumericLabelComparator.compare(GEdge e1,
GEdge e2)
Compares the labels of the two edges by assuming they are both
integers.
|
Modifier and Type | Field and Description |
---|---|
(package private) GEdge |
EditFrame.currentEdge
used so that mousepressed and mousereleased can communicate
|
Modifier and Type | Method and Description |
---|---|
static GNode |
IOManager.hookUp(GEdge ge,
GraphObjectID oldID,
Graph gr,
boolean keepIDs)
uses the old-to-new mapping to attach an edge to its new ends
|
Modifier and Type | Method and Description |
---|---|
void |
GraphUpdater.updateGEdge(GEdge gn)
Performs whatever update or validate routine required for the given edge.
|
Modifier and Type | Method and Description |
---|---|
private static String |
CGXGenerator.edgeXMLParms(GEdge edge) |
Modifier and Type | Field and Description |
---|---|
private ArrayList<GEdge> |
SpringGraphLayout.edges |
Modifier and Type | Method and Description |
---|---|
Point2D.Double |
SpringGraphLayout.spring_force(GEdge edge,
boolean fromTo)
Models the Hooke's law spring force along edges.
|
Modifier and Type | Class and Description |
---|---|
class |
Arrow
Implements the link arrow which connects a concept to a relation or actor.
|
class |
Coref
Implements a coreferent link.
|
class |
CustomEdge
Provides a custom edge that is not semantically constrained by the types of its nodes.
|
class |
GenSpecLink
Implements an arrow from a subtype label to a supertype label.
|
Modifier and Type | Method and Description |
---|---|
void |
GNode.attachGEdge(GEdge ge)
Includes the already-allocated GEdge in the target node
|
void |
GNode.deleteGEdge(GEdge ge)
Removes the GEdge from the node to which it is attached.
|