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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return EnvironmentAssumption
 EnvironmentAssumption Architecture.addEnvironmentAssumption(java.lang.String name, java.lang.String value, AssumptionKind kind)
           
 EnvironmentAssumption ModelFactory.createEnvironmentAssumption()
          Returns a new object of class 'Environment Assumption'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type EnvironmentAssumption
 org.eclipse.emf.common.util.EList<EnvironmentAssumption> Architecture.getAssumption()
          Returns the value of the 'Assumption' containment reference list.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement EnvironmentAssumption
 class EnvironmentAssumptionImpl
          An implementation of the model object 'Environment Assumption'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type EnvironmentAssumption
protected  org.eclipse.emf.common.util.EList<EnvironmentAssumption> ArchitectureImpl.assumption
          The cached value of the 'Assumption' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return EnvironmentAssumption
 EnvironmentAssumption ArchitectureImpl.addEnvironmentAssumption(java.lang.String name, java.lang.String value, AssumptionKind kind)
           
 EnvironmentAssumption ModelFactoryImpl.createEnvironmentAssumption()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type EnvironmentAssumption
 org.eclipse.emf.common.util.EList<EnvironmentAssumption> ArchitectureImpl.getAssumption()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type EnvironmentAssumption
 T ModelSwitch.caseEnvironmentAssumption(EnvironmentAssumption object)
          Returns the result of interpreting the object as an instance of 'Environment Assumption'