|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sfm.ap210.jsdai.utils.GraphMLWriter
public class GraphMLWriter
This utility supports writing a GraphML format connectivity graph of an entity subset.
| Constructor Summary | |
|---|---|
GraphMLWriter(jsdai.lang.AEntity entities)
Create a new writer that will dump the connectivity graph of the given entities |
|
GraphMLWriter(jsdai.lang.SdaiModel model)
Create a new writer that will dump the connectivity graph of all instances in the given model |
|
| Method Summary | |
|---|---|
void |
write(java.io.File file)
Dump a GraphML report of the entity connectivity graph to the file specified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphMLWriter(jsdai.lang.AEntity entities)
entities -
public GraphMLWriter(jsdai.lang.SdaiModel model)
throws jsdai.lang.SdaiException
model -
jsdai.lang.SdaiException| Method Detail |
|---|
public void write(java.io.File file)
throws jsdai.lang.SdaiException,
java.io.IOException
file -
jsdai.lang.SdaiException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||