Uses of Class
com.hp.hpl.jena.sdb.store.Feature

Packages that use Feature
com.hp.hpl.jena.sdb.store   
 

Uses of Feature in com.hp.hpl.jena.sdb.store
 

Methods in com.hp.hpl.jena.sdb.store that return Feature
 Feature FeatureSet.getFeature(String name)
           
 

Methods in com.hp.hpl.jena.sdb.store that return types with arguments of type Feature
 List<Feature> FeatureSet.getFeatures()
           
 Iterator<Feature> FeatureSet.iterator()
           
 

Methods in com.hp.hpl.jena.sdb.store with parameters of type Feature
 void FeatureSet.addFeature(Feature feature)
           
 boolean FeatureSet.hasFeature(Feature feature)
           
 



Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.