Uses of Class
be.destin.rdf.changes.Power

Packages that use Power
be.destin.rdf.changes SKOS update workflow and mapping of ASKOSI in memory model toward Sesame RDF 
be.destin.skos.core In memory model for SKOS data: core classes, read me first! 
 

Uses of Power in be.destin.rdf.changes
 

Fields in be.destin.rdf.changes declared as Power
static Power[] Status.powerNeeded
           
 

Methods in be.destin.rdf.changes that return Power
static Power Power.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Power[] Power.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Power in be.destin.skos.core
 

Methods in be.destin.skos.core that return Power
 Power Profile.getPower(java.lang.String schemeName)
           
 

Methods in be.destin.skos.core that return types with arguments of type Power
 java.util.HashMap<java.lang.String,Power> Profile.getPower()
           
 

Methods in be.destin.skos.core with parameters of type Power
 boolean Profile.hasPower(Power powerNeeded, java.lang.String schemeName)