|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResultsConstraint in planet.chord |
Classes in planet.chord that implement ResultsConstraint | |
class |
GMLConstraintZmod
Constraints for GML edge selection according to Integer congruences partitions. |
Methods in planet.chord with parameters of type ResultsConstraint | |
void |
ChordNode.buildEdges(java.lang.String resultName,
java.util.Collection edgeCollection,
ResultsConstraint constraint)
This method is a callback method used to collect all edges of a graph according to resultName format. |
Uses of ResultsConstraint in planet.commonapi |
Methods in planet.commonapi with parameters of type ResultsConstraint | |
void |
Node.buildEdges(java.lang.String resultName,
java.util.Collection edgeCollection,
ResultsConstraint constraint)
This method is a callback method used to collect all edges of a graph according to resultName format. |
Uses of ResultsConstraint in planet.commonapi.results |
Methods in planet.commonapi.results that return ResultsConstraint | |
ResultsConstraint |
ResultsFactory.buildConstraint()
Build the Constraint specified in the properties file. |
Methods in planet.commonapi.results with parameters of type ResultsConstraint | |
void |
ResultsGenerator.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. |
Uses of ResultsConstraint in planet.generic.commonapi |
Methods in planet.generic.commonapi with parameters of type ResultsConstraint | |
void |
NodeImpl.addEdges(java.lang.String resultName,
java.util.Iterator it,
ResultsConstraint constraint,
java.util.Collection edgeCollection,
java.lang.String color)
Adds new ResultsEdges to edgeCollection according to specified constraint. |
Uses of ResultsConstraint in planet.generic.commonapi.factory |
Methods in planet.generic.commonapi.factory that return ResultsConstraint | |
static ResultsConstraint |
GenericFactory.buildConstraint(java.lang.String resultsName)
|
Methods in planet.generic.commonapi.factory with parameters of type ResultsConstraint | |
static void |
GenericFactory.generateResults(java.lang.String resultsName,
Network network,
java.lang.String out,
ResultsConstraint constraint,
boolean wholeNetworkLayout)
|
Uses of ResultsConstraint in planet.generic.commonapi.results |
Classes in planet.generic.commonapi.results that implement ResultsConstraint | |
class |
ResultsIdleConstraint
IdleGMLConstraint is used to select the whole topology of peer-to-peer network. |
Methods in planet.generic.commonapi.results that return ResultsConstraint | |
ResultsConstraint |
ResultsFactoryImpl.buildConstraint()
Build the ResultsConstraint specified in the current configuration. |
Methods in planet.generic.commonapi.results with parameters of type ResultsConstraint | |
void |
ResultsGMLGenerator.generateResults(Network network,
java.lang.String out,
ResultsConstraint constraint,
boolean wholeNetworkLayout)
This method generates GML information into out file for a stable Overlay ring using GML format. |
void |
ResultsPajekGenerator.generateResults(Network network,
java.lang.String out,
ResultsConstraint constraint,
boolean wholeNetworkLayout)
This method generates the Pajek information into out file for the specified network. |
Uses of ResultsConstraint in planet.symphony |
Methods in planet.symphony with parameters of type ResultsConstraint | |
void |
SymphonyNode.buildEdges(java.lang.String resultName,
java.util.Collection edgeCollection,
ResultsConstraint constraint)
This method is a callback method used to collect all of the edges of a graph according to current resultName format. |
Uses of ResultsConstraint in planet.trivialp2p |
Methods in planet.trivialp2p with parameters of type ResultsConstraint | |
void |
TrivialNode.buildEdges(java.lang.String resultName,
java.util.Collection edgeCollection,
ResultsConstraint constraint)
Build the edges for its sucessor and predecessor links. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |