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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return MappedProperty
 MappedProperty Architecture.addMappedProperty(java.lang.String name, java.lang.String type, java.lang.String subcompPropName, SubcomponentInstance subc)
           
 MappedProperty ModelFactory.createMappedProperty()
          Returns a new object of class 'Mapped Property'
 

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

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MappedProperty
 class MappedPropertyImpl
          An implementation of the model object 'Mapped Property'
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MappedProperty
 MappedProperty ArchitectureImpl.addMappedProperty(java.lang.String name, java.lang.String type, java.lang.String subcompPropName, SubcomponentInstance subc)
           
 MappedProperty ModelFactoryImpl.createMappedProperty()
           
 

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

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MappedProperty
 T ModelSwitch.caseMappedProperty(MappedProperty object)
          Returns the result of interpreting the object as an instance of 'Mapped Property'