Constant Field Values
Contents
org.palladiosimulator.*
-
org.palladiosimulator.indirections.IndirectionsPackage Modifier and Type Constant Field Value public static final String
eNAME
"indirections"
public static final String
eNS_PREFIX
"org.palladiosimulator.indirections"
public static final String
eNS_URI
"http://palladiosimulator.org/Indirections/1.0"
public static final int
JAVA_CLASS_REALIZATION
0
public static final int
JAVA_CLASS_REALIZATION__CONFIG_ENTRIES
1
public static final int
JAVA_CLASS_REALIZATION__REALIZING_CLASS_FQN
0
public static final int
JAVA_CLASS_REALIZATION_FEATURE_COUNT
2
-
org.palladiosimulator.indirections.composition.abstract_.impl.AssemblyContextSinkConnectorImpl Modifier and Type Constant Field Value protected static final boolean
PUSHING_EDEFAULT
false
-
org.palladiosimulator.indirections.composition.util.CompositionValidator Modifier and Type Constant Field Value protected static final String
ASSEMBLY_DATA_CONNECTOR__SINK_ROLE_AND_ASSEMBLY_CONTEXT_MATCH__EEXPRESSION
"self.sinkAssemblyContext.encapsulatedComponent__AssemblyContext.providedRoles_InterfaceProvidingEntity->includes(self.dataSinkRole)"
protected static final String
ASSEMBLY_DATA_CONNECTOR__SOURCE_ROLE_AND_ASSEMBLY_CONTEXT_MATCH__EEXPRESSION
"self.sourceAssemblyContext.encapsulatedComponent__AssemblyContext.requiredRoles_InterfaceRequiringEntity->includes(self.dataSourceRole)"
protected static final String
DATA_SINK_DELEGATION_CONNECTOR__INNER_AND_OUTER_DATA_INTERFACES_MATCH__EEXPRESSION
"self.innerDataSinkRole.dataInterface = self.outerDataSinkRole.dataInterface"
protected static final String
DATA_SINK_DELEGATION_CONNECTOR__INNER_ROLE_AND_ASSEMBLY_CONTEXT_MATCH__EEXPRESSION
"self.assemblyContext.encapsulatedComponent__AssemblyContext.providedRoles_InterfaceProvidingEntity->includes(self.innerDataSinkRole)"
protected static final String
DATA_SOURCE_DELEGATION_CONNECTOR__INNER_AND_OUTER_DATA_INTERFACES_MATCH__EEXPRESSION
"self.innerDataSourceRole.dataInterface = self.outerDataSourceRole.dataInterface"
protected static final String
DATA_SOURCE_DELEGATION_CONNECTOR__INNER_ROLE_AND_ASSEMBLY_CONTEXT_MATCH__EEXPRESSION
"self.assemblyContext.encapsulatedComponent__AssemblyContext.requiredRoles_InterfaceRequiringEntity->includes(self.innerDataSourceRole)"
protected static final int
DIAGNOSTIC_CODE_COUNT
0
public static final String
DIAGNOSTIC_SOURCE
"org.palladiosimulator.indirections.composition"
-
org.palladiosimulator.indirections.editor.sirius.Activator Modifier and Type Constant Field Value public static final String
PLUGIN_ID
"org.palladiosimulator.indirections.editor.sirius"
-
org.palladiosimulator.indirections.repository.util.RepositoryValidator Modifier and Type Constant Field Value protected static final String
DATA_SINK_ROLE__SINK_ROLE_OF_COMPOSED_STRUCTURE_HAS_EXACTLY_ONE_DELEGATION_CONNECTOR__EEXPRESSION
"not self.providingEntity_ProvidedRole.oclIsKindOf(pcm::core::composition::ComposedStructure) or\nself.providingEntity_ProvidedRole.oclAsType(pcm::core::composition::ComposedStructure).connectors__ComposedStructure->selectByKind(indirections::composition::DataSinkDelegationConnector)->select(c | c.outerDataSinkRole = self)->size() = 1"
protected static final String
DATA_SOURCE_ROLE__SOURCE_ROLE_OF_COMPOSED_STRUCTURE_HAS_EXACTLY_ONE_DELEGATION_CONNECTOR__EEXPRESSION
"not self.requiringEntity_RequiredRole.oclIsKindOf(pcm::core::composition::ComposedStructure) or\nself.requiringEntity_RequiredRole.oclAsType(pcm::core::composition::ComposedStructure).connectors__ComposedStructure->selectByKind(indirections::composition::DataSourceDelegationConnector)->select(c | c.outerDataSourceRole = self)->size() = 1"
protected static final int
DIAGNOSTIC_CODE_COUNT
0
public static final String
DIAGNOSTIC_SOURCE
"org.palladiosimulator.indirections.repository"