ENTITY substructure_node_reference; substructure_element_ref : substructure_element_representation; node_ref : node_representation; END_ENTITY; -- substructure_node_reference |
Entity data types and their attributessubstructure_node_referencesubstructure_element_ref: substructure_element_representation; node_ref: node_representation; |
Users: by entity attributessubstructure_node_referencefield_variable_node_definition.node node_output_reference nodal_dof_reduction.required_node node_output_reference nodal_freedom_and_value_definition.node node_output_reference node_analysis_message.node node_output_reference single_point_constraint_element.required_node node_output_reference Users: by defined types, not used by any entity attributesubstructure_node_reference- |
Global rules for this entity data type- |
public interface ESubstructure_node_reference extends EEntitysubstructure_element_ref (explicit attribute)boolean testSubstructure_element_ref(ESubstructure_node_reference type)ESubstructure_element_representation getSubstructure_element_ref(ESubstructure_node_reference type) void setSubstructure_element_ref(ESubstructure_node_reference type, ESubstructure_element_representation value) void unsetSubstructure_element_ref(ESubstructure_node_reference type) node_ref (explicit attribute)boolean testNode_ref(ESubstructure_node_reference type)ENode_representation getNode_ref(ESubstructure_node_reference type) void setNode_ref(ESubstructure_node_reference type, ENode_representation value) void unsetNode_ref(ESubstructure_node_reference type) |
public class CSubstructure_node_reference implements ESubstructure_node_referencestatic EAttribute attributeSubstructure_element_ref(ESubstructure_node_reference type)static int usedinSubstructure_element_ref(ESubstructure_node_reference type, ESubstructure_element_representation instance, ASdaiModel domain, ASubstructure_node_reference result) static EAttribute attributeNode_ref(ESubstructure_node_reference type) static int usedinNode_ref(ESubstructure_node_reference type, ENode_representation instance, ASdaiModel domain, ASubstructure_node_reference result) |
public class ASubstructure_node_reference extends AEntitypublic ESubstructure_node_reference getByIndex(int index)public ESubstructure_node_reference getCurrentMember(SdaiIterator it) |