Class ComponentAllocation
- java.lang.Object
-
- org.palladiosimulator.protocom.framework.java.se.ComponentAllocation
-
public class ComponentAllocation extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentAllocation(Class<?> componentClass, String assemblyContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssemblyContext()
Class<?>
getComponentClass()
void
setAssemblyContext(String assemblyContext)
void
setComponentClass(Class<?> componentClass)
-