Class SignatureDependentInternalActionDescriptor
java.lang.Object
de.uka.ipd.sdq.pcm.transformations.builder.seff.AbstractActionDescriptor
de.uka.ipd.sdq.pcm.transformations.builder.seff.AbstractInternalActionDescriptor
de.uka.ipd.sdq.pcm.transformations.builder.seff.SignatureDependentInternalActionDescriptor
- All Implemented Interfaces:
ISignatureDependentAction
public abstract class SignatureDependentInternalActionDescriptor
extends AbstractInternalActionDescriptor
implements ISignatureDependentAction
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.palladiosimulator.pcm.repository.Signature
-
Constructor Summary
ConstructorDescriptionSignatureDependentInternalActionDescriptor
(org.palladiosimulator.pcm.resourcetype.ResourceType resourceType) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract String
getDemand
(org.palladiosimulator.pcm.repository.Signature signature) void
setCurrentSignature
(org.palladiosimulator.pcm.repository.Signature sig) Methods inherited from class de.uka.ipd.sdq.pcm.transformations.builder.seff.AbstractInternalActionDescriptor
createAction, getResourceType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.uka.ipd.sdq.pcm.transformations.builder.seff.ISignatureDependentAction
setCurrentSignature
-
Field Details
-
currentSignature
protected org.palladiosimulator.pcm.repository.Signature currentSignature
-
-
Constructor Details
-
SignatureDependentInternalActionDescriptor
public SignatureDependentInternalActionDescriptor(org.palladiosimulator.pcm.resourcetype.ResourceType resourceType)
-
-
Method Details
-
setCurrentSignature
public void setCurrentSignature(org.palladiosimulator.pcm.repository.Signature sig) -
getResourceDemand
- Specified by:
getResourceDemand
in classAbstractInternalActionDescriptor
-
getDemand
-