Class FQComponentID
- java.lang.Object
-
- org.palladiosimulator.simulizar.runtimestate.FQComponentID
-
public class FQComponentID extends Object
-
-
Constructor Summary
Constructors Constructor Description FQComponentID(List<org.palladiosimulator.pcm.core.composition.AssemblyContext> assemblyContextPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<org.palladiosimulator.pcm.core.composition.AssemblyContext>
getAssembyContextPath()
String
getFQIDString()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
FQComponentID
public FQComponentID(List<org.palladiosimulator.pcm.core.composition.AssemblyContext> assemblyContextPath)
-
-