Class SeffWithContext
- java.lang.Object
-
- org.palladiosimulator.dataflow.confidentiality.pcm.queryutils.SeffWithContext
-
@Data public class SeffWithContext extends Object
-
-
Constructor Summary
Constructors Constructor Description SeffWithContext(org.palladiosimulator.pcm.seff.ResourceDemandingSEFF seff, Stack<org.palladiosimulator.pcm.core.composition.AssemblyContext> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Stack<org.palladiosimulator.pcm.core.composition.AssemblyContext>
getContext()
org.palladiosimulator.pcm.seff.ResourceDemandingSEFF
getSeff()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
SeffWithContext
public SeffWithContext(org.palladiosimulator.pcm.seff.ResourceDemandingSEFF seff, Stack<org.palladiosimulator.pcm.core.composition.AssemblyContext> context)
-
-
Method Detail
-
getSeff
@Pure public org.palladiosimulator.pcm.seff.ResourceDemandingSEFF getSeff()
-
getContext
@Pure public Stack<org.palladiosimulator.pcm.core.composition.AssemblyContext> getContext()
-
-