public class PolicySubscriberOperations
extends org.eclipse.mdht.uml.cda.operations.ParticipantRoleOperations
The following operations are supported:
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<org.eclipse.ocl.ecore.OCL> |
EOCL_ENV |
protected static String |
VALIDATE_POLICY_SUBSCRIBER_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
The cached OCL expression body for the '
Validate Policy Subscriber Id ' operation. |
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> |
VALIDATE_POLICY_SUBSCRIBER_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
The cached OCL invariant for the '
Validate Policy Subscriber Id ' invariant operation. |
Modifier | Constructor and Description |
---|---|
protected |
PolicySubscriberOperations() |
Modifier and Type | Method and Description |
---|---|
static boolean |
validatePolicySubscriberId(PolicySubscriber policySubscriber,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
validatePlayingEntityChoice
getClassCode, getInboundLinks, getOutboundLinks, getParticipations, getPlayer, getScoper, isClassCodeDefined
protected static final ThreadLocal<org.eclipse.ocl.ecore.OCL> EOCL_ENV
protected static final String VALIDATE_POLICY_SUBSCRIBER_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Policy Subscriber Id
' operation.
validatePolicySubscriberId(PolicySubscriber, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
,
Constant Field Valuesprotected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_POLICY_SUBSCRIBER_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Policy Subscriber Id
' invariant operation.
validatePolicySubscriberId(PolicySubscriber, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
public static boolean validatePolicySubscriberId(PolicySubscriber policySubscriber, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
policySubscriber
- The receiving 'Policy Subscriber' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
Copyright © 2019. All rights reserved.