Class QoSAnnotationsCreator
- java.lang.Object
-
- org.palladiosimulator.generator.fluent.shared.structure.Entity
-
- org.palladiosimulator.generator.fluent.system.structure.SystemEntity
-
- org.palladiosimulator.generator.fluent.system.structure.qos.QoSAnnotationsCreator
-
public class QoSAnnotationsCreator extends SystemEntity
This class constructsQoSAnnotations.- See Also:
QoSAnnotations
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.generator.fluent.system.structure.SystemEntity
system
-
-
Constructor Summary
Constructors Constructor Description QoSAnnotationsCreator(SystemCreator systemCreator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QoSAnnotationsCreatoraddOutputParameterAbstraction(org.palladiosimulator.pcm.qosannotations.SpecifiedOutputParameterAbstraction outputParameterAbstraction)Adds aSpecifiedOutputParameterAbstraction.QoSAnnotationsCreatoraddOutputParameterAbstractions(Collection<org.palladiosimulator.pcm.qosannotations.SpecifiedOutputParameterAbstraction> outputParameterAbstractions)Adds a collection ofSpecifiedOutputParameterAbstractions.QoSAnnotationsCreatoraddQoSAnnotation(org.palladiosimulator.pcm.qosannotations.SpecifiedQoSAnnotation annotation)Adds aSpecifiedQoSAnnotation.QoSAnnotationsCreatoraddQoSAnnotations(Collection<org.palladiosimulator.pcm.qosannotations.SpecifiedQoSAnnotation> annotations)Adds a collection ofSpecifiedQoSAnnotations.org.palladiosimulator.pcm.qosannotations.QoSAnnotationsbuild()Turns the entity in the making into the finished entity.QoSAnnotationsCreatorwithName(String name)Defines the unique name of this current entity.
-
-
-
Constructor Detail
-
QoSAnnotationsCreator
public QoSAnnotationsCreator(SystemCreator systemCreator)
-
-
Method Detail
-
addQoSAnnotation
public QoSAnnotationsCreator addQoSAnnotation(org.palladiosimulator.pcm.qosannotations.SpecifiedQoSAnnotation annotation)
Adds aSpecifiedQoSAnnotation.- Parameters:
annotation-- Returns:
- this annotations creator
- See Also:
SpecifiedQoSAnnotation
-
addQoSAnnotations
public QoSAnnotationsCreator addQoSAnnotations(Collection<org.palladiosimulator.pcm.qosannotations.SpecifiedQoSAnnotation> annotations)
Adds a collection ofSpecifiedQoSAnnotations.- Parameters:
annotation-- Returns:
- this annotations creator
- See Also:
SpecifiedQoSAnnotation
-
addOutputParameterAbstraction
public QoSAnnotationsCreator addOutputParameterAbstraction(org.palladiosimulator.pcm.qosannotations.SpecifiedOutputParameterAbstraction outputParameterAbstraction)
Adds aSpecifiedOutputParameterAbstraction.- Parameters:
annotation-- Returns:
- this annotations creator
- See Also:
SpecifiedOutputParameterAbstraction
-
addOutputParameterAbstractions
public QoSAnnotationsCreator addOutputParameterAbstractions(Collection<org.palladiosimulator.pcm.qosannotations.SpecifiedOutputParameterAbstraction> outputParameterAbstractions)
Adds a collection ofSpecifiedOutputParameterAbstractions.- Parameters:
annotation-- Returns:
- this annotations creator
- See Also:
SpecifiedOutputParameterAbstraction
-
build
public org.palladiosimulator.pcm.qosannotations.QoSAnnotations build()
Description copied from class:EntityTurns the entity in the making into the finished entity.
-
withName
public QoSAnnotationsCreator withName(String name)
Description copied from class:EntityDefines the unique name of this current entity. Once created entities are referenced by this name. Only entities with a unique name can be fetched from the model.
-
-