A B C D E F G H I K L M N O P R S T U V W

S

setAPSPInfoAttribute(String) - Method in class org.graphstream.algorithm.Centroid
Set the APSP info attribute name.
setAPSPInfoAttribute(String) - Method in class org.graphstream.algorithm.Eccentricity
Set the APSP info attribute name.
setAttributeName(String) - Method in class org.graphstream.algorithm.coloring.WelshPowell
Set the name of the attribute to put in the graph if it is modified.
setCentrality(Node, double) - Method in class org.graphstream.algorithm.BetweennessCentrality
Set the centrality of the given node.
setCentralityAttributeName(String) - Method in class org.graphstream.algorithm.BetweennessCentrality
Specify the name of the attribute used to store the computed centrality values for each node.
setCentroidAttribute(String) - Method in class org.graphstream.algorithm.Centroid
Set the name of the attribute where computation result is stored.
setCosts(AStar.Costs) - Method in class org.graphstream.algorithm.AStar
Specify how various costs are computed.
setCountAttribute(String) - Method in class org.graphstream.algorithm.ConnectedComponents
Enable (or disable by passing null for countAttribute) an optional attribute that will be assigned to each node.
setCutAttribute(String) - Method in class org.graphstream.algorithm.ConnectedComponents
Enable (or disable by passing null) an optional attribute that makes edges that have it invisible (as if the edge did not existed).
setDirected(boolean) - Method in class org.graphstream.algorithm.APSP
Choose to use or ignore edge orientation.
setDirectedEdges(boolean, boolean) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Make each generated edge directed or not.
setEccentricityAttribute(String) - Method in class org.graphstream.algorithm.Eccentricity
Set the name of the attribute where computation result is stored.
setEdgeAttributesRange(double, double) - Method in class org.graphstream.algorithm.generator.BaseGenerator
If edge attributes are added automatically, choose in which range the values are choosed.
setEntityClass(String) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Set the name of the entity class to use.
setEntityCount(int) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Set the number of entities which will be created at the algorithm initialization.
setEntityMemory(int) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Set the entity memory in number of nodes remembered.
setEvaporation(double) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Set the evaporation of edge counts.
setExactlyMaxLinksPerStep(boolean) - Method in class org.graphstream.algorithm.generator.BarabasiAlbertGenerator
Set if the generator produce exactly BarabasiAlbertGenerator.getMaxLinksPerStep() (true), else it produce a random number of links ranging between 1 and BarabasiAlbertGenerator.getMaxLinksPerStep() (false).
setFlagAttribute(String) - Method in class org.graphstream.algorithm.AbstractSpanningTree
Set the flag attribute.
setFlagOff(Object) - Method in class org.graphstream.algorithm.AbstractSpanningTree
Set value used to set that an edge is not in the spanning tree.
setFlagOn(Object) - Method in class org.graphstream.algorithm.AbstractSpanningTree
Set value used to set that an edge is in the spanning tree.
setForce(double) - Method in class org.graphstream.ui.layout.Eades84Layout
 
setIdentifier(String) - Method in class org.graphstream.algorithm.BellmanFord
Set the unique identifier for this instance.
setIdentifier(String) - Method in class org.graphstream.algorithm.Dijkstra
Set the unique identifier for this instance of Dijkstra.
setIsInCentroidValue(Object) - Method in class org.graphstream.algorithm.Centroid
Set the value of the centroid attribute when element is in the centroid.
setIsInEccentricityValue(Object) - Method in class org.graphstream.algorithm.Eccentricity
Set the value of the eccentricity attribute when element is in the eccentricity.
setIsNotInCentroidValue(Object) - Method in class org.graphstream.algorithm.Centroid
Set the value of the centroid attribute when element is not in the centroid.
setIsNotInEccentricityValue(Object) - Method in class org.graphstream.algorithm.Eccentricity
Set the value of the eccentricity attribute when element is not in the eccentricity.
setLengthTo(APSP.APSPInfo, double, APSP.APSPInfo) - Method in class org.graphstream.algorithm.APSP.APSPInfo
Add or change the length between this node and another and update the minimum and maximum lengths seen so far.
setMarker(String) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
Set the marker used to store the community assignment to the specified value.
setMaxLinksPerStep(int) - Method in class org.graphstream.algorithm.generator.BarabasiAlbertGenerator
Set how many edge (maximum) to create for each new node added.
setNodeAttributesRange(double, double) - Method in class org.graphstream.algorithm.generator.BaseGenerator
If node attributes are added automatically, choose in which range the values are choosed.
setParameter(PointsOfInterestGenerator.Parameter, Object) - Method in class org.graphstream.algorithm.generator.PointsOfInterestGenerator
 
setParameters(double, double) - Method in class org.graphstream.algorithm.community.Leung
Sets the preference exponent and hop attenuation factor to the given values.
setPassesAttribute(String) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Set the name of the attribute used to store the number of passes of each entity on each edge or node.
setQuality(int) - Method in class org.graphstream.ui.layout.Eades84Layout
 
setRandom(Random) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
Set the random number generator for this algorithm.
setRandomSeed(long) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Set the random seed used for random number generation.
setSendNodeInfos(boolean) - Method in class org.graphstream.ui.layout.Eades84Layout
 
setSource(String) - Method in class org.graphstream.algorithm.AStar
Change the source node.
setSource(String) - Method in class org.graphstream.algorithm.BellmanFord
Set the id of the node used as source.
setSource(String) - Method in class org.graphstream.algorithm.Dijkstra
Set the id of the source node which will be used on the computation.
setStabilizationLimit(double) - Method in class org.graphstream.ui.layout.Eades84Layout
 
setTarget(String) - Method in class org.graphstream.algorithm.AStar
Change the target node.
setThreshold(double) - Method in class org.graphstream.algorithm.generator.RandomEuclideanGenerator
Set the threshold that defines whether or not a link is created between to notes.
setUnweighted() - Method in class org.graphstream.algorithm.BetweennessCentrality
Consider all the edges to have the weight.
setUseInternalGraph(boolean) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Enable or disable the use of an internal graph.
setWeight(Node, Node, double) - Method in class org.graphstream.algorithm.BetweennessCentrality
Set the weight of the edge between 'from' and 'to'.
setWeightAttribute(String) - Method in class org.graphstream.algorithm.Kruskal
Set the weight attribute.
setWeightAttribute(String) - Method in class org.graphstream.algorithm.Prim
Set the weight attribute.
setWeightAttribute(String) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
The name of the attribute used to fetch edges importance.
setWeightAttributeName(String) - Method in class org.graphstream.algorithm.APSP
Choose the name of the attribute used to retrieve edge weights.
setWeightAttributeName(String) - Method in class org.graphstream.algorithm.BetweennessCentrality
Specify the name of the weight attribute to retrieve edge attributes.
setWeighted() - Method in class org.graphstream.algorithm.BetweennessCentrality
Consider the edges to have a weight.
setWeightMarker(String) - Method in class org.graphstream.algorithm.measure.Modularity
Enables weighted extension of the modularity using the given weightMarker for edge weights.
shake() - Method in class org.graphstream.ui.layout.Eades84Layout
 
smallestCommunity() - Method in class org.graphstream.algorithm.measure.CommunityDistribution
Get the smallest generated community
source - Variable in class org.graphstream.algorithm.APSP.APSPInfo
The start node name.
staticMode() - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
Enable the static mode.
stdev() - Method in class org.graphstream.algorithm.measure.CommunityDistribution
Compute the standard deviation of the community size
step() - Method in class org.graphstream.algorithm.randomWalk.TabuEntity
 
stepBegins(String, long, double) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
 
stepBegins(String, long, double) - Method in class org.graphstream.algorithm.generator.RandomEuclideanGenerator
 
SyncEpidemicCommunityAlgorithm - Class in org.graphstream.algorithm.community
This class implements the synchronous version of the "Epidemic Community Detection Algorithm" as presented by Raghavan et al.
SyncEpidemicCommunityAlgorithm() - Constructor for class org.graphstream.algorithm.community.SyncEpidemicCommunityAlgorithm
 
SyncEpidemicCommunityAlgorithm(Graph) - Constructor for class org.graphstream.algorithm.community.SyncEpidemicCommunityAlgorithm
 
SyncEpidemicCommunityAlgorithm(Graph, String) - Constructor for class org.graphstream.algorithm.community.SyncEpidemicCommunityAlgorithm
 

A B C D E F G H I K L M N O P R S T U V W
Copyright © 2011. All Rights Reserved.