|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.convert.AGG2ColorGraph
public class AGG2ColorGraph
Constructor Summary | |
---|---|
AGG2ColorGraph()
Save an AGG graph in GraphColor format. |
Method Summary | |
---|---|
static void |
exportAGG2ColorGraph(GraGra gra,
java.lang.String outFileName,
Type nodetype,
Type edgetype)
Export the host graph of the specified GraGra in GraphColor format. |
static void |
exportAGG2ColorGraph(Graph graph,
java.lang.String outFileName,
Type nodeType,
Type edgeType)
Export the specified Graph in GraphColor format. |
static boolean |
importColorGraph2AGG(GraGra gra,
Graph graph,
java.lang.String colorFileName,
Type nodeType,
Type edgeType)
Import a ColorGraph which is specified by String colorFileName into the specified Graph of the specified GraGra. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGG2ColorGraph()
Method Detail |
---|
public static void exportAGG2ColorGraph(GraGra gra, java.lang.String outFileName, Type nodetype, Type edgetype)
gra
- outFileName
- is the full file name and must end with ".col"nodeType
- edgeType
- public static void exportAGG2ColorGraph(Graph graph, java.lang.String outFileName, Type nodeType, Type edgeType)
graph
- outFileName
- is the full file name and must end with ".col"nodeType
- edgeType
- public static boolean importColorGraph2AGG(GraGra gra, Graph graph, java.lang.String colorFileName, Type nodeType, Type edgeType)
gra
- graph
- colorFileName
- is the full file name and must end with ".res"
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |