planet.commonapi.results
Interface ResultsGenerator
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ResultsGMLGenerator, ResultsPajekGenerator
- public interface ResultsGenerator
- extends java.io.Serializable
This interface builds the required results, with an iterative process
whole network, saving any output into an external file.
Any future implementation must incorpore the no arguments constructor.
- Author:
- Jordi Pujol
15/02/2005
Method Summary |
void |
generateResults(Network network,
java.lang.String out,
ResultsConstraint constraint,
boolean wholeNetworkLayout)
This method generates required information for the actual network
using the required output format. |
generateResults
public void generateResults(Network network,
java.lang.String out,
ResultsConstraint constraint,
boolean wholeNetworkLayout)
- This method generates required information for the actual network
using the required output format.
- Parameters:
network
- Network descriptor.out
- Path of the external file to write it out.constraint
- Constraint used to select edges for resultswholeNetworkLayout
- This boolean indicates if we want to shown all the nodes of the network.