java.lang.Object
org.palladiosimulator.retriever.extraction.discoverers.JsonDiscoverer
All Implemented Interfaces:
org.palladiosimulator.retriever.services.Discoverer, org.palladiosimulator.retriever.services.Service

public class JsonDiscoverer extends Object implements org.palladiosimulator.retriever.services.Discoverer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard>
    create(org.palladiosimulator.retriever.services.RetrieverConfiguration configuration, org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard)
     
     
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.palladiosimulator.retriever.services.Discoverer

    getDependentServices, getRequiredServices
  • Field Details

  • Constructor Details

    • JsonDiscoverer

      public JsonDiscoverer()
  • Method Details

    • create

      public de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard> create(org.palladiosimulator.retriever.services.RetrieverConfiguration configuration, org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard)
      Specified by:
      create in interface org.palladiosimulator.retriever.services.Service
    • getConfigurationKeys

      public Set<String> getConfigurationKeys()
      Specified by:
      getConfigurationKeys in interface org.palladiosimulator.retriever.services.Service
    • getID

      public String getID()
      Specified by:
      getID in interface org.palladiosimulator.retriever.services.Service
    • getName

      public String getName()
      Specified by:
      getName in interface org.palladiosimulator.retriever.services.Service