Uses of Interface
de.ipk_gatersleben.ag_nw.centilib.plugin.DoubleAttribute

Packages that use DoubleAttribute
de.ipk_gatersleben.ag_nw.centilib.plugin   
de.ipk_gatersleben.ag_nw.centilib.utils   
 

Uses of DoubleAttribute in de.ipk_gatersleben.ag_nw.centilib.plugin
 

Classes in de.ipk_gatersleben.ag_nw.centilib.plugin that implement DoubleAttribute
 class DefaultEdgeAttribute
           
 

Methods in de.ipk_gatersleben.ag_nw.centilib.plugin that return types with arguments of type DoubleAttribute
 Set<DoubleAttribute<E>> CentiLibInteractions.getNumericEdgeAttributes(G graph)
          Returns a set of edge attributes for graph that contain numbers or double values respectively
 Set<DoubleAttribute<V>> CentiLibInteractions.getNumericNodeAttributes(G graph)
          Returns a set of node attributes for graph that contain numbers or double values respectively
 

Uses of DoubleAttribute in de.ipk_gatersleben.ag_nw.centilib.utils
 

Methods in de.ipk_gatersleben.ag_nw.centilib.utils that return DoubleAttribute
static
<V,E> DoubleAttribute<E>
GraphCachingUtils.getLastEdgeAttribute(Graph<V,E> graph)
          Returns the last edge attribute for the given graph if it exists.
 

Methods in de.ipk_gatersleben.ag_nw.centilib.utils with parameters of type DoubleAttribute
static
<V,E> void
GraphCachingUtils.setLastEdgeAttribute(Graph<V,E> graph, DoubleAttribute<E> attribute)
          Sets the current edge attribute for the given graph.