Class SingleAssemblyAllocation
- java.lang.Object
-
- org.palladiosimulator.textual.tpcm.configuration.SingleAssemblyAllocation
-
public class SingleAssemblyAllocation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ResourceContainer
container
AssemblyContext
context
String
name
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<SingleAssemblyAllocation>
getAllFrom(AllocationContext sourceContext)
-
-
-
Field Detail
-
name
public final String name
-
context
public final AssemblyContext context
-
container
public final ResourceContainer container
-
-
Method Detail
-
getAllFrom
public static List<SingleAssemblyAllocation> getAllFrom(AllocationContext sourceContext)
-
-