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'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type Feature
 org.eclipse.emf.common.util.EList<Feature> Interface.getCommunicationFeature()
          Returns the value of the 'Communication Feature' containment reference list.
 org.eclipse.emf.common.util.EList<Feature> ConnectorUnitDeploymentDescription.getConnectorFeature()
          Returns the value of the 'Connector Feature' containment reference list.
 org.eclipse.emf.common.util.EList<Feature> InstanceDeploymentDescription.getInstanceFeature()
          Returns the value of the 'Instance Feature' containment reference list.
 

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'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type Feature
protected  org.eclipse.emf.common.util.EList<Feature> InterfaceImpl.communicationFeature
          The cached value of the 'Communication Feature' containment reference list
protected  org.eclipse.emf.common.util.EList<Feature> ConnectorUnitDeploymentDescriptionImpl.connectorFeature
          The cached value of the 'Connector Feature' containment reference list
protected  org.eclipse.emf.common.util.EList<Feature> InstanceDeploymentDescriptionImpl.instanceFeature
          The cached value of the 'Instance Feature' containment reference list
 

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()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type Feature
 org.eclipse.emf.common.util.EList<Feature> InterfaceImpl.getCommunicationFeature()
           
 org.eclipse.emf.common.util.EList<Feature> ConnectorUnitDeploymentDescriptionImpl.getConnectorFeature()
           
 org.eclipse.emf.common.util.EList<Feature> InstanceDeploymentDescriptionImpl.getInstanceFeature()
           
 

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
 T ModelSwitch.caseFeature(Feature object)
          Returns the result of interpreting the object as an instance of 'Feature'