public class PayerEntityOperations
extends org.eclipse.mdht.uml.cda.operations.AssignedEntityOperations
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_PAYER_ENTITY_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
The cached OCL expression body for the '
Validate Payer Entity Id ' operation. |
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> |
VALIDATE_PAYER_ENTITY_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
The cached OCL invariant for the '
Validate Payer Entity Id ' invariant operation. |
Modifier | Constructor and Description |
---|---|
protected |
PayerEntityOperations() |
Modifier and Type | Method and Description |
---|---|
static boolean |
validatePayerEntityId(PayerEntity payerEntity,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
validateClassCode
getClassCode, getInboundLinks, getOutboundLinks, getParticipations, getPlayer, getScoper, isClassCodeDefined
protected static final ThreadLocal<org.eclipse.ocl.ecore.OCL> EOCL_ENV
protected static final String VALIDATE_PAYER_ENTITY_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Payer Entity Id
' operation.
validatePayerEntityId(PayerEntity, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
,
Constant Field Valuesprotected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_PAYER_ENTITY_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Payer Entity Id
' invariant operation.
validatePayerEntityId(PayerEntity, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
public static boolean validatePayerEntityId(PayerEntity payerEntity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
payerEntity
- The receiving 'Payer Entity' 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.