Overview Schemas Index

FEA_DEFINITION_RELATIONSHIPS_SCHEMA (jsdai.SFea_definition_relationships_schema)


ENTITY fea_model_topological_relationship;
          item : analysis_item_within_representation;
          model_ref : fea_model;
WHERE
          wr1: 'TOPOLOGICAL_DEFINITION_AND_MESH_SCHEMA.MESH' IN TYPEOF (item.item);
END_ENTITY; -- fea_model_topological_relationship

Entity data types and their attributes

fea_model_topological_relationship
          item: analysis_item_within_representation;
          model_ref: fea_model;

Users

fea_model_topological_relationship

Global rules for this entity data type

          -

public interface EFea_model_topological_relationship extends EEntity

item (explicit attribute)

          boolean testItem(EFea_model_topological_relationship type)
          EAnalysis_item_within_representation getItem(EFea_model_topological_relationship type)
          void setItem(EFea_model_topological_relationship type, EAnalysis_item_within_representation value)
          void unsetItem(EFea_model_topological_relationship type)

model_ref (explicit attribute)

          boolean testModel_ref(EFea_model_topological_relationship type)
          EFea_model getModel_ref(EFea_model_topological_relationship type)
          void setModel_ref(EFea_model_topological_relationship type, EFea_model value)
          void unsetModel_ref(EFea_model_topological_relationship type)

public class CFea_model_topological_relationship implements EFea_model_topological_relationship

          static EAttribute attributeItem(EFea_model_topological_relationship type)
          static int usedinItem(EFea_model_topological_relationship type, EAnalysis_item_within_representation instance, ASdaiModel domain, AFea_model_topological_relationship result)
          static EAttribute attributeModel_ref(EFea_model_topological_relationship type)
          static int usedinModel_ref(EFea_model_topological_relationship type, EFea_model instance, ASdaiModel domain, AFea_model_topological_relationship result)

public class AFea_model_topological_relationship extends AEntity

          public EFea_model_topological_relationship getByIndex(int index)
          public EFea_model_topological_relationship getCurrentMember(SdaiIterator it)