Class AllocationLookupSyncerTestModels.TrivialAllocation
- java.lang.Object
-
- org.palladiosimulator.simulizar.test.commons.models.TestModelBase.Empty
-
- org.palladiosimulator.simulizar.test.commons.models.AllocationLookupSyncerTestModels.TrivialAllocation
-
- All Implemented Interfaces:
Supplier<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition>
- Enclosing class:
- AllocationLookupSyncerTestModels
public static class AllocationLookupSyncerTestModels.TrivialAllocation extends TestModelBase.Empty
-
-
Field Summary
Fields Modifier and Type Field Description static String
AssemblyCtxId
static String
RCId
-
Constructor Summary
Constructors Constructor Description TrivialAllocation()
-
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
-
AssemblyCtxId
public static final String AssemblyCtxId
- 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
-
-