Class ATPartitionConstants
- java.lang.Object
-
- org.palladiosimulator.architecturaltemplates.jobs.constants.ATPartitionConstants
-
public final class ATPartitionConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ATPartitionConstants.Partition
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
PCM_FILES
static String
PCM_MODELS_PARTITION_ID
ID of the blackboard partition containing the fully loaded PCM instance.static String
SDM_MODEL_PARTITION_ID
-
Constructor Summary
Constructors Constructor Description ATPartitionConstants()
-
-
-
Field Detail
-
SDM_MODEL_PARTITION_ID
public static final String SDM_MODEL_PARTITION_ID
- See Also:
- Constant Field Values
-
PCM_MODELS_PARTITION_ID
public static final String PCM_MODELS_PARTITION_ID
ID of the blackboard partition containing the fully loaded PCM instance. The blackboard partition is ensured to be of typePCMResourceSetPartition
- See Also:
- Constant Field Values
-
-