|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanet.generic.commonapi.results.ResultsPajekGenerator
This generator builds an output in Pajek format. Uses some GML specific implementations.
Constructor Summary | |
ResultsPajekGenerator()
Anything to do. |
Method Summary | |
void |
generateResults(Network network,
java.lang.String out,
ResultsConstraint constraint,
boolean wholeNetworkLayout)
This method generates the Pajek information into out file for the specified network. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultsPajekGenerator()
Method Detail |
public void generateResults(Network network, java.lang.String out, ResultsConstraint constraint, boolean wholeNetworkLayout)
generateResults
in interface ResultsGenerator
network
- Network.out
- Path of the file to write it out.constraint
- Constraint used to select edges for the resultswholeNetworkLayout
- This boolean indicates if we want to shown
all the nodes of the network.ResultsGenerator.generateResults(planet.commonapi.Network,
java.lang.String, planet.commonapi.results.ResultsConstraint, boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |