Interface Service
- All Known Subinterfaces:
Analyst
,Discoverer
,Rule
public interface Service
The defining interface for any plug-in style service for Retriever.
-
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<RetrieverBlackboard>
create
(RetrieverConfiguration configuration, RetrieverBlackboard blackboard) IDs of services that may only run after this one.getID()
getName()
IDs of services that must run before this one.
-
Method Details
-
create
de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<RetrieverBlackboard> create(RetrieverConfiguration configuration, RetrieverBlackboard blackboard) -
getConfigurationKeys
-
getName
String getName() -
getID
String getID() -
getRequiredServices
IDs of services that must run before this one. If the set containsnull
, this service will be dependent on all other services within itsServiceCollection
. -
getDependentServices
IDs of services that may only run after this one.
-