Esempio n. 1
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_E_GES *
ooaofooa_E_GES_AnyWhere1( Escher_UniqueID_t w_Statement_ID )
{
  ooaofooa_E_GES * w; 
  Escher_Iterator_s iter_E_GES;
  Escher_IteratorReset( &iter_E_GES, &pG_ooaofooa_E_GES_extent.active );
  while ( (w = (ooaofooa_E_GES *) Escher_IteratorNext( &iter_E_GES )) != 0 ) {
    if ( w->Statement_ID == w_Statement_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 2
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_SQU_Q *
ooaofooa_SQU_Q_AnyWhere1( Escher_UniqueID_t w_Id )
{
  ooaofooa_SQU_Q * w; 
  Escher_Iterator_s iter_SQU_Q;
  Escher_IteratorReset( &iter_SQU_Q, &pG_ooaofooa_SQU_Q_extent.active );
  while ( (w = (ooaofooa_SQU_Q *) Escher_IteratorNext( &iter_SQU_Q )) != 0 ) {
    if ( w->Id == w_Id ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 3
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_CA_COMM *
ooaofooa_CA_COMM_AnyWhere1( Escher_UniqueID_t w_CPath_ID )
{
  ooaofooa_CA_COMM * w; 
  Escher_Iterator_s iter_CA_COMM;
  Escher_IteratorReset( &iter_CA_COMM, &pG_ooaofooa_CA_COMM_extent.active );
  while ( (w = (ooaofooa_CA_COMM *) Escher_IteratorNext( &iter_CA_COMM )) != 0 ) {
    if ( w->CPath_ID == w_CPath_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 4
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_S_ENUM *
ooaofooa_S_ENUM_AnyWhere1( Escher_UniqueID_t w_Enum_ID )
{
  ooaofooa_S_ENUM * w; 
  Escher_Iterator_s iter_S_ENUM;
  Escher_IteratorReset( &iter_S_ENUM, &pG_ooaofooa_S_ENUM_extent.active );
  while ( (w = (ooaofooa_S_ENUM *) Escher_IteratorNext( &iter_S_ENUM )) != 0 ) {
    if ( w->Enum_ID == w_Enum_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 5
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_SPR_RO *
ooaofooa_SPR_RO_AnyWhere1( Escher_UniqueID_t w_Id )
{
  ooaofooa_SPR_RO * w; 
  Escher_Iterator_s iter_SPR_RO;
  Escher_IteratorReset( &iter_SPR_RO, &pG_ooaofooa_SPR_RO_extent.active );
  while ( (w = (ooaofooa_SPR_RO *) Escher_IteratorNext( &iter_SPR_RO )) != 0 ) {
    if ( w->Id == w_Id ) {
      return w;
    }
  }
  return 0;
}
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_SM_EVTDI *
ooaofooa_SM_EVTDI_AnyWhere1( Escher_UniqueID_t w_SMedi_ID, Escher_UniqueID_t w_SM_ID )
{
  ooaofooa_SM_EVTDI * w; 
  Escher_Iterator_s iter_SM_EVTDI;
  Escher_IteratorReset( &iter_SM_EVTDI, &pG_ooaofooa_SM_EVTDI_extent.active );
  while ( (w = (ooaofooa_SM_EVTDI *) Escher_IteratorNext( &iter_SM_EVTDI )) != 0 ) {
    if ( w->SMedi_ID == w_SMedi_ID && w->SM_ID == w_SM_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 7
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_S_EEPK *
ooaofooa_S_EEPK_AnyWhere1( Escher_UniqueID_t w_EEPack_ID )
{
    ooaofooa_S_EEPK * w;
    Escher_Iterator_s iter_S_EEPK;
    Escher_IteratorReset( &iter_S_EEPK, &pG_ooaofooa_S_EEPK_extent.active );
    while ( (w = (ooaofooa_S_EEPK *) Escher_IteratorNext( &iter_S_EEPK )) != 0 ) {
        if ( w->EEPack_ID == w_EEPack_ID ) {
            return w;
        }
    }
    return 0;
}
Esempio n. 8
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_ACT_SMT *
ooaofooa_ACT_SMT_AnyWhere1( Escher_UniqueID_t w_Statement_ID )
{
  ooaofooa_ACT_SMT * w; 
  Escher_Iterator_s iter_ACT_SMT;
  Escher_IteratorReset( &iter_ACT_SMT, &pG_ooaofooa_ACT_SMT_extent.active );
  while ( (w = (ooaofooa_ACT_SMT *) Escher_IteratorNext( &iter_ACT_SMT )) != 0 ) {
    if ( w->Statement_ID == w_Statement_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 9
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_I_INS *
ooaofooa_I_INS_AnyWhere1( Escher_UniqueID_t w_Inst_ID )
{
    ooaofooa_I_INS * w;
    Escher_Iterator_s iter_I_INS;
    Escher_IteratorReset( &iter_I_INS, &pG_ooaofooa_I_INS_extent.active );
    while ( (w = (ooaofooa_I_INS *) Escher_IteratorNext( &iter_I_INS )) != 0 ) {
        if ( w->Inst_ID == w_Inst_ID ) {
            return w;
        }
    }
    return 0;
}
Esempio n. 10
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_A_AE *
ooaofooa_A_AE_AnyWhere1( Escher_UniqueID_t w_Id )
{
    ooaofooa_A_AE * w;
    Escher_Iterator_s iter_A_AE;
    Escher_IteratorReset( &iter_A_AE, &pG_ooaofooa_A_AE_extent.active );
    while ( (w = (ooaofooa_A_AE *) Escher_IteratorNext( &iter_A_AE )) != 0 ) {
        if ( w->Id == w_Id ) {
            return w;
        }
    }
    return 0;
}
Esempio n. 11
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_TE_VAL *
ooaofooa_TE_VAL_AnyWhere1( Escher_UniqueID_t w_Value_ID )
{
  ooaofooa_TE_VAL * w; 
  Escher_Iterator_s iter_TE_VAL;
  Escher_IteratorReset( &iter_TE_VAL, &pG_ooaofooa_TE_VAL_extent.active );
  while ( (w = (ooaofooa_TE_VAL *) Escher_IteratorNext( &iter_TE_VAL )) != 0 ) {
    if ( w->Value_ID == w_Value_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 12
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_SM_ACT *
ooaofooa_SM_ACT_AnyWhere1( Escher_UniqueID_t w_Act_ID, Escher_UniqueID_t w_SM_ID )
{
  ooaofooa_SM_ACT * w; 
  Escher_Iterator_s iter_SM_ACT;
  Escher_IteratorReset( &iter_SM_ACT, &pG_ooaofooa_SM_ACT_extent.active );
  while ( (w = (ooaofooa_SM_ACT *) Escher_IteratorNext( &iter_SM_ACT )) != 0 ) {
    if ( w->Act_ID == w_Act_ID && w->SM_ID == w_SM_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 13
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_TE_SYS *
ooaofooa_TE_SYS_AnyWhere1( i_t w_SystemID )
{
  ooaofooa_TE_SYS * w; 
  Escher_Iterator_s iter_TE_SYS;
  Escher_IteratorReset( &iter_TE_SYS, &pG_ooaofooa_TE_SYS_extent.active );
  while ( (w = (ooaofooa_TE_SYS *) Escher_IteratorNext( &iter_TE_SYS )) != 0 ) {
    if ( w->SystemID == w_SystemID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 14
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_MSG_AM *
ooaofooa_MSG_AM_AnyWhere1( Escher_UniqueID_t w_Msg_ID )
{
  ooaofooa_MSG_AM * w; 
  Escher_Iterator_s iter_MSG_AM;
  Escher_IteratorReset( &iter_MSG_AM, &pG_ooaofooa_MSG_AM_extent.active );
  while ( (w = (ooaofooa_MSG_AM *) Escher_IteratorNext( &iter_MSG_AM )) != 0 ) {
    if ( w->Msg_ID == w_Msg_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 15
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_S_DT *
ooaofooa_S_DT_AnyWhere1( Escher_UniqueID_t w_DT_ID )
{
  ooaofooa_S_DT * w; 
  Escher_Iterator_s iter_S_DT;
  Escher_IteratorReset( &iter_S_DT, &pG_ooaofooa_S_DT_extent.active );
  while ( (w = (ooaofooa_S_DT *) Escher_IteratorNext( &iter_S_DT )) != 0 ) {
    if ( w->DT_ID == w_DT_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 16
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_ACT_LNK *
ooaofooa_ACT_LNK_AnyWhere1( Escher_UniqueID_t w_Link_ID )
{
  ooaofooa_ACT_LNK * w; 
  Escher_Iterator_s iter_ACT_LNK;
  Escher_IteratorReset( &iter_ACT_LNK, &pG_ooaofooa_ACT_LNK_extent.active );
  while ( (w = (ooaofooa_ACT_LNK *) Escher_IteratorNext( &iter_ACT_LNK )) != 0 ) {
    if ( w->Link_ID == w_Link_ID ) {
      return w;
    }
  }
  return 0;
}
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_V_VAR *
ooaofooa_V_VAR_AnyWhere1( Escher_UniqueID_t w_Var_ID )
{
  ooaofooa_V_VAR * w; 
  Escher_Iterator_s iter_V_VAR;
  Escher_IteratorReset( &iter_V_VAR, &pG_ooaofooa_V_VAR_extent.active );
  while ( (w = (ooaofooa_V_VAR *) Escher_IteratorNext( &iter_V_VAR )) != 0 ) {
    if ( w->Var_ID == w_Var_ID ) {
      return w;
    }
  }
  return 0;
}
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_V_BRV *
ooaofooa_V_BRV_AnyWhere1( Escher_UniqueID_t w_Value_ID )
{
  ooaofooa_V_BRV * w; 
  Escher_Iterator_s iter_V_BRV;
  Escher_IteratorReset( &iter_V_BRV, &pG_ooaofooa_V_BRV_extent.active );
  while ( (w = (ooaofooa_V_BRV *) Escher_IteratorNext( &iter_V_BRV )) != 0 ) {
    if ( w->Value_ID == w_Value_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 19
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_CA_SMOA *
ooaofooa_CA_SMOA_AnyWhere2( Escher_UniqueID_t w_APath_ID, Escher_UniqueID_t w_Obj_ID )
{
  ooaofooa_CA_SMOA * w; 
  Escher_Iterator_s iter_CA_SMOA;
  Escher_IteratorReset( &iter_CA_SMOA, &pG_ooaofooa_CA_SMOA_extent.active );
  while ( (w = (ooaofooa_CA_SMOA *) Escher_IteratorNext( &iter_CA_SMOA )) != 0 ) {
    if ( w->APath_ID == w_APath_ID && w->Obj_ID == w_Obj_ID ) {
      return w;
    }
  }
  return 0;
}
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_CP_CP *
ooaofooa_CP_CP_AnyWhere1( Escher_UniqueID_t w_Package_ID )
{
  ooaofooa_CP_CP * w; 
  Escher_Iterator_s iter_CP_CP;
  Escher_IteratorReset( &iter_CP_CP, &pG_ooaofooa_CP_CP_extent.active );
  while ( (w = (ooaofooa_CP_CP *) Escher_IteratorNext( &iter_CP_CP )) != 0 ) {
    if ( w->Package_ID == w_Package_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 21
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_TE_PO *
ooaofooa_TE_PO_AnyWhere1( Escher_UniqueID_t w_ID )
{
  ooaofooa_TE_PO * w; 
  Escher_Iterator_s iter_TE_PO;
  Escher_IteratorReset( &iter_TE_PO, &pG_ooaofooa_TE_PO_extent.active );
  while ( (w = (ooaofooa_TE_PO *) Escher_IteratorNext( &iter_TE_PO )) != 0 ) {
    if ( w->ID == w_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 22
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_TM_IF *
ooaofooa_TM_IF_AnyWhere1( c_t * w_Package, c_t * w_Name )
{
  ooaofooa_TM_IF * w; 
  Escher_Iterator_s iter_TM_IF;
  Escher_IteratorReset( &iter_TM_IF, &pG_ooaofooa_TM_IF_extent.active );
  while ( (w = (ooaofooa_TM_IF *) Escher_IteratorNext( &iter_TM_IF )) != 0 ) {
    if ( w->Package == w_Package && w->Name == w_Name ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 23
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_DOC_SEC *
ooaofooa_DOC_SEC_AnyWhere1( Escher_UniqueID_t w_ID )
{
  ooaofooa_DOC_SEC * w; 
  Escher_Iterator_s iter_DOC_SEC;
  Escher_IteratorReset( &iter_DOC_SEC, &pG_ooaofooa_DOC_SEC_extent.active );
  while ( (w = (ooaofooa_DOC_SEC *) Escher_IteratorNext( &iter_DOC_SEC )) != 0 ) {
    if ( w->ID == w_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 24
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_O_REF *
ooaofooa_O_REF_AnyWhere2( Escher_UniqueID_t w_ARef_ID )
{
  ooaofooa_O_REF * w; 
  Escher_Iterator_s iter_O_REF;
  Escher_IteratorReset( &iter_O_REF, &pG_ooaofooa_O_REF_extent.active );
  while ( (w = (ooaofooa_O_REF *) Escher_IteratorNext( &iter_O_REF )) != 0 ) {
    if ( w->ARef_ID == w_ARef_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 25
0
/*
 * Scan the extent for a matching instance.
 */
masl2xtuml_O_ATTR *
masl2xtuml_O_ATTR_AnyWhere1( Escher_UniqueID_t w_Attr_ID, Escher_UniqueID_t w_Obj_ID )
{
  masl2xtuml_O_ATTR * w; 
  Escher_Iterator_s iter_O_ATTR;
  Escher_IteratorReset( &iter_O_ATTR, &pG_masl2xtuml_O_ATTR_extent.active );
  while ( (w = (masl2xtuml_O_ATTR *) Escher_IteratorNext( &iter_O_ATTR )) != 0 ) {
    if ( w->Attr_ID == w_Attr_ID && w->Obj_ID == w_Obj_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 26
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_EP_PKG *
ooaofooa_EP_PKG_AnyWhere1( Escher_UniqueID_t w_Package_ID )
{
  ooaofooa_EP_PKG * w; 
  Escher_Iterator_s iter_EP_PKG;
  Escher_IteratorReset( &iter_EP_PKG, &pG_ooaofooa_EP_PKG_extent.active );
  while ( (w = (ooaofooa_EP_PKG *) Escher_IteratorNext( &iter_EP_PKG )) != 0 ) {
    if ( w->Package_ID == w_Package_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 27
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_C_R *
ooaofooa_C_R_AnyWhere1( Escher_UniqueID_t w_Requirement_Id )
{
    ooaofooa_C_R * w;
    Escher_Iterator_s iter_C_R;
    Escher_IteratorReset( &iter_C_R, &pG_ooaofooa_C_R_extent.active );
    while ( (w = (ooaofooa_C_R *) Escher_IteratorNext( &iter_C_R )) != 0 ) {
        if ( w->Requirement_Id == w_Requirement_Id ) {
            return w;
        }
    }
    return 0;
}
Esempio n. 28
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_CL_IC *
ooaofooa_CL_IC_AnyWhere1( Escher_UniqueID_t w_Id )
{
  ooaofooa_CL_IC * w; 
  Escher_Iterator_s iter_CL_IC;
  Escher_IteratorReset( &iter_CL_IC, &pG_ooaofooa_CL_IC_extent.active );
  while ( (w = (ooaofooa_CL_IC *) Escher_IteratorNext( &iter_CL_IC )) != 0 ) {
    if ( w->Id == w_Id ) {
      return w;
    }
  }
  return 0;
}
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_TE_EE *
ooaofooa_TE_EE_AnyWhere1( Escher_UniqueID_t w_EE_ID )
{
  ooaofooa_TE_EE * w; 
  Escher_Iterator_s iter_TE_EE;
  Escher_IteratorReset( &iter_TE_EE, &pG_ooaofooa_TE_EE_extent.active );
  while ( (w = (ooaofooa_TE_EE *) Escher_IteratorNext( &iter_TE_EE )) != 0 ) {
    if ( w->EE_ID == w_EE_ID ) {
      return w;
    }
  }
  return 0;
}
Esempio n. 30
0
/*
 * Scan the extent for a matching instance.
 */
ooaofooa_S_SYNC *
ooaofooa_S_SYNC_AnyWhere1( Escher_UniqueID_t w_Sync_ID )
{
  ooaofooa_S_SYNC * w; 
  Escher_Iterator_s iter_S_SYNC;
  Escher_IteratorReset( &iter_S_SYNC, &pG_ooaofooa_S_SYNC_extent.active );
  while ( (w = (ooaofooa_S_SYNC *) Escher_IteratorNext( &iter_S_SYNC )) != 0 ) {
    if ( w->Sync_ID == w_Sync_ID ) {
      return w;
    }
  }
  return 0;
}