Uses of Interface
org.objectweb.dsrg.sofa.repository.model.Feature

Packages that use Feature
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of Feature in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return Feature
 Feature Interface.addFeature(java.lang.String name, java.lang.String value)
           
 Feature ModelFactory.createFeature()
          Returns a new object of class 'Feature'
 

Uses of Feature in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Feature
 class FeatureImpl
          An implementation of the model object 'Feature'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Feature
 Feature InterfaceImpl.addFeature(java.lang.String name, java.lang.String value)
           
 Feature ModelFactoryImpl.createFeature()
           
 

Uses of Feature in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Feature
 java.lang.Object ModelSwitch.caseFeature(Feature object)
          Returns the result of interpretting the object as an instance of 'Feature'