|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanet.generic.commonapi.GML.GMLGeneratorImpl
public class GMLGeneratorImpl
Constructor Summary | |
---|---|
GMLGeneratorImpl()
Anything to do. |
Method Summary | |
---|---|
void |
generateGML(Network network,
java.lang.String out,
GMLConstraint constraint,
boolean wholeNetworkLayout)
This method generates GML information into out file for a stable Overlay ring using GML format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMLGeneratorImpl()
Method Detail |
---|
public void generateGML(Network network, java.lang.String out, GMLConstraint constraint, boolean wholeNetworkLayout)
generateGML
in interface GMLGenerator
network
- Network.out
- Path of the file to write it out.constraint
- Constraint used to select edges for resulting Overlay graphwholeNetworkLayout
- This boolean indicates if we want to shown
all the nodes of the network.GMLGenerator.generateGML(planet.commonapi.Network,
java.lang.String, planet.commonapi.GML.GMLConstraint, boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |