public class CoveredPartyOperations
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_COVERED_PARTY_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
The cached OCL expression body for the '
Validate Covered Party Code ' operation. |
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> |
VALIDATE_COVERED_PARTY_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
The cached OCL invariant for the '
Validate Covered Party Code ' invariant operation. |
protected static String |
VALIDATE_COVERED_PARTY_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
The cached OCL expression body for the '
Validate Covered Party Id ' operation. |
protected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> |
VALIDATE_COVERED_PARTY_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
The cached OCL invariant for the '
Validate Covered Party Id ' invariant operation. |
Modifier | Constructor and Description |
---|---|
protected |
CoveredPartyOperations() |
Modifier and Type | Method and Description |
---|---|
static boolean |
validateCoveredPartyCode(CoveredParty coveredParty,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
static boolean |
validateCoveredPartyId(CoveredParty coveredParty,
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_COVERED_PARTY_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Covered Party Id
' operation.
validateCoveredPartyId(CoveredParty, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
,
Constant Field Valuesprotected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_COVERED_PARTY_ID__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Covered Party Id
' invariant operation.
validateCoveredPartyId(CoveredParty, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
protected static final String VALIDATE_COVERED_PARTY_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_EXP
Validate Covered Party Code
' operation.
validateCoveredPartyCode(CoveredParty, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
,
Constant Field Valuesprotected static ThreadLocal<org.eclipse.ocl.ecore.Constraint> VALIDATE_COVERED_PARTY_CODE__DIAGNOSTIC_CHAIN_MAP__EOCL_INV
Validate Covered Party Code
' invariant operation.
validateCoveredPartyCode(CoveredParty, org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
public static boolean validateCoveredPartyId(CoveredParty coveredParty, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
coveredParty
- The receiving 'Covered Party' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static boolean validateCoveredPartyCode(CoveredParty coveredParty, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
coveredParty
- The receiving 'Covered Party' 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.