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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return Service
 Service ModelFactory.createService()
          Returns a new object of class 'Service'
 

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

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Service
 Service ModelFactoryImpl.createService()
           
 

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

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