Class YamlDiscoverer
java.lang.Object
org.palladiosimulator.retriever.extraction.discoverers.YamlDiscoverer
- All Implemented Interfaces:
org.palladiosimulator.retriever.services.Discoverer
,org.palladiosimulator.retriever.services.Service
public class YamlDiscoverer
extends Object
implements org.palladiosimulator.retriever.services.Discoverer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.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) getID()
getName()
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
-
DISCOVERER_ID
- See Also:
-
MAPPER_PARTITION_KEY
- See Also:
-
-
Constructor Details
-
YamlDiscoverer
public YamlDiscoverer()
-
-
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 interfaceorg.palladiosimulator.retriever.services.Service
-
getConfigurationKeys
- Specified by:
getConfigurationKeys
in interfaceorg.palladiosimulator.retriever.services.Service
-
getID
- Specified by:
getID
in interfaceorg.palladiosimulator.retriever.services.Service
-
getName
- Specified by:
getName
in interfaceorg.palladiosimulator.retriever.services.Service
-