|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.graphmodel.NetworkEncoder
public class NetworkEncoder
encode the network in editing
| Field Summary | |
|---|---|
(package private) static java.util.Hashtable |
hash
store the graph cell order |
(package private) static org.apache.log4j.Logger |
logger
log4j facility |
| Constructor Summary | |
|---|---|
NetworkEncoder()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
encode(org.jgraph.JGraph graph,
java.lang.Object[] cells)
encode the graph by encoding vertices and edges |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.apache.log4j.Logger logger
static transient java.util.Hashtable hash
| Constructor Detail |
|---|
public NetworkEncoder()
| Method Detail |
|---|
public static java.lang.String encode(org.jgraph.JGraph graph,
java.lang.Object[] cells)
graph - the graph to be encodedcells - the cells
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||