/**
  * Validates the CommunicatingServersHaveToBeConnectedByLinkingResource constraint of
  * '<em>Allocation</em>'.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateAllocation_CommunicatingServersHaveToBeConnectedByLinkingResource(
     Allocation allocation, DiagnosticChain diagnostics, Map<Object, Object> context) {
   return allocation.CommunicatingServersHaveToBeConnectedByLinkingResource(diagnostics, context);
 }
 /**
  * Validates the EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce constraint of
  * '<em>Allocation</em>'.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public boolean validateAllocation_EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce(
     Allocation allocation, DiagnosticChain diagnostics, Map<Object, Object> context) {
   return allocation.EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce(
       diagnostics, context);
 }