Class AllocationLookupSyncerTestModels.SubsystemWhiteboxAllocation
- java.lang.Object
-
- org.palladiosimulator.simulizar.test.commons.models.TestModelBase.Empty
-
- org.palladiosimulator.simulizar.test.commons.models.AllocationLookupSyncerTestModels.SubsystemWhiteboxAllocation
-
- All Implemented Interfaces:
Supplier<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition>
- Enclosing class:
- AllocationLookupSyncerTestModels
public static class AllocationLookupSyncerTestModels.SubsystemWhiteboxAllocation extends TestModelBase.Empty
-
-
Field Summary
Fields Modifier and Type Field Description static String
AssemblyCtx1Id
static String
NestedAssemblyCtxId
static String
RCId
-
Constructor Summary
Constructors Constructor Description SubsystemWhiteboxAllocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition
get()
-
-
-
Field Detail
-
RCId
public static final String RCId
- See Also:
- Constant Field Values
-
NestedAssemblyCtxId
public static final String NestedAssemblyCtxId
- See Also:
- Constant Field Values
-
AssemblyCtx1Id
public static final String AssemblyCtx1Id
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition get()
- Specified by:
get
in interfaceSupplier<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition>
- Overrides:
get
in classTestModelBase.Empty
-
-