planet.commonapi.GML
Interface GMLGenerator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GMLGeneratorImpl

public interface GMLGenerator
extends java.io.Serializable

Author:
Jordi Pujol 15/02/2005

Method Summary
 void generateGML(Network network, java.lang.String out, GMLConstraint constraint, boolean wholeNetworkLayout)
          This procedure generate GML information for a stable Overlay ring using GML format.
 

Method Detail

generateGML

void generateGML(Network network,
                 java.lang.String out,
                 GMLConstraint constraint,
                 boolean wholeNetworkLayout)
This procedure generate GML information for a stable Overlay ring using GML format.

Parameters:
network - Network descriptor.
out - Path of the file to write it out.
constraint - Constraint used to select edges for resulting Overlay graph
wholeNetworkLayout - This boolean indicates if we want to shown all the nodes of the network.