Interface Service

All Known Subinterfaces:
Analyst, Discoverer, Rule

public interface Service
The defining interface for any plug-in style service for Retriever.
  • Method Details

    • create

      de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<RetrieverBlackboard> create(RetrieverConfiguration configuration, RetrieverBlackboard blackboard)
    • getConfigurationKeys

      Set<String> getConfigurationKeys()
    • getName

      String getName()
    • getID

      String getID()
    • getRequiredServices

      Set<String> getRequiredServices()
      IDs of services that must run before this one. If the set contains null, this service will be dependent on all other services within its ServiceCollection.
    • getDependentServices

      Set<String> getDependentServices()
      IDs of services that may only run after this one.