ENTITY node_dependency
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY node_dependency;
	master_node : node;
	slave_node : node;
 	dependency_description : OPTIONAL text;
WHERE
	WRN2 : master_node :<>: slave_node;
END_ENTITY;
Explicit Attributes
Entity node_dependency has the following local and inherited explicit attributes:
| | Attribute | Type | Defined By | 
|---|
 | master_node | node (ENTITY) | node_dependency |  | slave_node | node (ENTITY) | node_dependency |  | dependency_description | text (STRING) | node_dependency | 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
    No Inverse AttributesSupertypes
    No supertypesSubtypes
    No subtypesReferenced By
Entity node_dependency and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00