Uses of Interface
org.eclipse.stp.core.sca.AbstractService

Packages that use AbstractService
org.eclipse.stp.core.sca The SCA Model API 
 

Uses of AbstractService in org.eclipse.stp.core.sca
 

Subinterfaces of AbstractService in org.eclipse.stp.core.sca
 interface ExternalService
          A representation of the model object 'External Service'.
 interface ModuleService
          A representation of the model object 'Module Service'.
 interface Service
          A representation of the model object 'Service'.
 

Methods in org.eclipse.stp.core.sca with parameters of type AbstractService
 boolean AbstractReference.matches(AbstractService service)