|
| MFG_API int | MFG_add_associated_context (tag_t i_source_context, tag_t i_new_context_to_add) |
| |
| MFG_API int | MFG_close_context (tag_t context) |
| |
| MFG_API int | MFG_close_view (tag_t view, tag_t sc) |
| |
| MFG_API int | MFG_create_flow (tag_t pred, tag_t succ, logical implicit, double delay, tag_t *newFlow) |
| |
| MFG_API int | MFG_create_objects (int num_input, const MFG_create_input_t *input, int *num_output, MFG_create_output_t **output) |
| |
| MFG_API int | MFG_create_precedence_constraint (tag_t pred, tag_t succ, tag_t *newConstraint) |
| |
| MFG_API int | MFG_disconnect_object (tag_t object, tag_t disconnectFrom) |
| |
| MFG_API int | MFG_edit_logical_assignment (tag_t laTag, const char *assignType, const char *usageAddr, const char *position) |
| |
| MFG_API int | MFG_edit_tool_requirement (tag_t trTag, const char *name, const char *desc, const char *assignType, tag_t searchCriteria) |
| |
| MFG_API int | MFG_get_candidate_tools_for_tool_requirement (tag_t toolRequirementObject, tag_t ownerTag, const char *toolSource, int *nb_found_tools, tag_t **found_tools) |
| |
| MFG_API int | MFG_get_ref_contexts (tag_t context, int *count_refContexts, tag_t **refContexts) |
| |
| MFG_API int | MFG_get_resolved_nodes_from_LA (tag_t parentLine, tag_t laObj, int *count, tag_t **resolvedNodes) |
| |
| MFG_API int | MFG_get_tool_requirements (tag_t ownerTag, const char *resolvedState, int *nb_found_trs, tag_t **found_trs) |
| |
| MFG_API int | MFG_is_context_associated (tag_t i_source_context, tag_t i_context_to_check, logical *o_result) |
| |
| MFG_API int | MFG_list_behaviors () |
| |
| MFG_API int | MFG_list_properties () |
| |
| MFG_API int | MFG_open_context (tag_t object, logical openViews, logical openAssociatedContexts, int *count, tag_t **openedContexts, tag_t **structuerContexts, tag_t *cc) |
| |
| MFG_API int | MFG_open_view (tag_t context, tag_t sc, tag_t view, tag_t *openedView) |
| |
| MFG_API int | MFG_remove_flow (tag_t delFlow) |
| |
| MFG_API int | MFG_resolve_logical_assignments (tag_t object, tag_t *contexts, int nContexts, logical recursive) |
| |
| MFG_API int | MFG_resolve_toolRequirement (tag_t ownerTag, tag_t trObjectTag, tag_t toolTag, const char *toolSource) |
| |
| MFG_API int | MFG_set_ref_contexts (tag_t context, int num_addRefContexts, tag_t *addRefContexts, int num_removeRefContexts, tag_t *removeRefContexts, logical removeExistingRef) |
| |