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'
 

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'
 

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

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
 java.lang.Object ModelSwitch.caseMappedProperty(MappedProperty object)
          Returns the result of interpretting the object as an instance of 'Mapped Property'