Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
K
N
O
P
R
S
T
U
V
W
G
getAvailableCentNames(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
CentralityHandler
Returns a list with the names of already computed centralities for the given graph.
getAvailableScorerNames(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the list of names of already computed centralities for the given graph.
getAverageValue()
- Method in class de.ipk_gatersleben.ag_nw.centilib.centralities.
VertexCentrality
Returns the average value of this centrality if possible.
getCentList()
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
CentralityHandler
Returns the list of all known node centralities
getConnectedComponents(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns a set of connected components for the given graph.
getCurrentGraph()
- Method in interface de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibInteractions
Returns the currently selected graph.
getDistance(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns an instance of the interface
Distance
for the given graph.
getEdgesOfComponent(Graph<V, E>, Set<V>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the edges between the given vertices.
getEdgeWeights(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the edge weights for the given graph, if they exist.
getEdgeWeightTransformer(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns a transformer for edge weights if they were set.
getErrorMessage()
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
CentralityHandler
Returns a String with errors that occured in one of this classes methods.
getGraph()
- Method in class de.ipk_gatersleben.ag_nw.centilib.centralities.
VertexCentrality
Returns the graph, this centrality is computed for.
getGraphCentList()
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
CentralityHandler
Returns the list of all known graph centralities.
getGraphCentrality(Graph<V, E>, String)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the requested centrality value for the given graph if it exists.
getGraphCentralityValue(Graph<V, E>, String, boolean)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
CentralityHandler
Computes the graph centralities.
getGraphName(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the name of the given graph, if it exists.
getGraphs()
- Method in interface de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibInteractions
Returns all available graphs
getGraphs()
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the list of known graphs.
getLastEdgeAttribute(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the last edge attribute for the given graph if it exists.
getLastScorer(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the currently selected centrality instance for graph.
getLastScorerName(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the name of the last scorer that was added to the cache.
getMaxValue()
- Method in class de.ipk_gatersleben.ag_nw.centilib.centralities.parameter.
CentralityParameter
getMinValue()
- Method in class de.ipk_gatersleben.ag_nw.centilib.centralities.parameter.
CentralityParameter
getName()
- Method in class de.ipk_gatersleben.ag_nw.centilib.centralities.
VertexCentrality
Returns the name of this centrality.
getName()
- Method in class de.ipk_gatersleben.ag_nw.centilib.plugin.
DefaultEdgeAttribute
getName()
- Method in interface de.ipk_gatersleben.ag_nw.centilib.plugin.
DoubleAttribute
The name of the attribute.
getNumericEdgeAttributes(G)
- Method in interface de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibInteractions
Returns a set of edge attributes for graph that contain numbers or double values respectively
getNumericNodeAttributes(G)
- Method in interface de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibInteractions
Returns a set of node attributes for graph that contain numbers or double values respectively
getPanel()
- Method in class de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibPlugin
Returns the CentiLib GUI (JTabbedPane).
getParameter(<any>, Graph<V, E>, String, boolean)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
CentralityHandler
Use the method getParameter(graph, centName) instead.
getParameter(Graph<V, E>, String)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
CentralityHandler
If the given centrality needs a parameter value, this method returns an instance of the abstract class
CentralityParameter
.
getResultList(Graph<V, E>, VertexCentrality<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
This method is for CentiLib internal use only (result panel).
getScorer(Graph<V, E>, String, CentralityParameter, boolean)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
CentralityHandler
Returns an instance of
VertexCentrality
for the given centrality.
getScorer(Graph<V, E>, String)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns the centrality with name scorerName for the given graph.
getShortestPath(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns an instance of the interface
ShortestPath
for the given graph.
getStrongConnectedComponents(Graph<V, E>)
- Static method in class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
Returns a set of strongly connected components for the given graph.
getValue()
- Method in class de.ipk_gatersleben.ag_nw.centilib.centralities.parameter.
CentralityParameter
getValue(Object)
- Method in class de.ipk_gatersleben.ag_nw.centilib.plugin.
DefaultEdgeAttribute
getValue(T)
- Method in interface de.ipk_gatersleben.ag_nw.centilib.plugin.
DoubleAttribute
Returns the attribute value for element if it exists, null or Double.NaN otherwise.
getWrapper(G)
- Method in interface de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibInteractions
Returns an instance that wraps graph to fit the Interface 'Graph
'
graph
- Variable in class de.ipk_gatersleben.ag_nw.centilib.centralities.
VertexCentrality
GraphCachingUtils
<
V
,
E
> - Class in
de.ipk_gatersleben.ag_nw.centilib.utils
All values like centrality values, graph properties, edge weights or connected components can be stored and accessed via this class.
GraphCachingUtils()
- Constructor for class de.ipk_gatersleben.ag_nw.centilib.utils.
GraphCachingUtils
graphClosed()
- Method in class de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibPlugin
Deletes the current graph and all its values within CentiLib.
graphClosed(G)
- Method in class de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibPlugin
Deletes the given graph and all its values within CentiLib.
graphFocused(G)
- Method in class de.ipk_gatersleben.ag_nw.centilib.plugin.
CentiLibPlugin
Sets the given graph in the panel.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
K
N
O
P
R
S
T
U
V
W