Uses of Class
fr.inria.opengve.bridge.algorithms.GraphUtility.Propriety

Packages that use GraphUtility.Propriety
fr.inria.opengve.bridge.algorithms   
 

Uses of GraphUtility.Propriety in fr.inria.opengve.bridge.algorithms
 

Methods in fr.inria.opengve.bridge.algorithms that return GraphUtility.Propriety
static GraphUtility.Propriety GraphUtility.Propriety.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphUtility.Propriety[] GraphUtility.Propriety.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in fr.inria.opengve.bridge.algorithms with parameters of type GraphUtility.Propriety
static
<V,L extends Link<V>>
boolean
GraphUtility.checkProprieties(Graph<V,L> graph, GraphUtility.Propriety... propieties)
          Check if a graph have a given list of properties.
 



Copyright © 2009 INRIA (Projet Mascotte). All Rights Reserved.