Overview Schemas Index

CONDITIONS_SCHEMA (jsdai.SConditions_schema)


ENTITY mbna_family;
          description : text;
          id : label;
          conditions : SET [0:?] OF mbna_bc_type;
          geometry : SET [0:?] OF geometry_reference;
END_ENTITY; -- mbna_family

Entity data types and their attributes

mbna_family
          description: text;
          id: label;
          conditions: SET [0:?] OF mbna_bc_type;
          geometry: SET [0:?] OF geometry_reference;

Users

mbna_family
          mbna_bc.family
          mbna_step.families
          mbna_zone.families

Global rules for this entity data type

          -

public interface EMbna_family extends EEntity

description (explicit attribute)

          boolean testDescription(EMbna_family type)
          String getDescription(EMbna_family type)
          void setDescription(EMbna_family type, String value)
          void unsetDescription(EMbna_family type)

id (explicit attribute)

          boolean testId(EMbna_family type)
          String getId(EMbna_family type)
          void setId(EMbna_family type, String value)
          void unsetId(EMbna_family type)

conditions (explicit attribute)

          boolean testConditions(EMbna_family type)
          AMbna_bc_type getConditions(EMbna_family type)
          AMbna_bc_type createConditions(EMbna_family type)
          void unsetConditions(EMbna_family type)

geometry (explicit attribute)

          boolean testGeometry(EMbna_family type)
          AGeometry_reference getGeometry(EMbna_family type)
          AGeometry_reference createGeometry(EMbna_family type)
          void unsetGeometry(EMbna_family type)

public class CMbna_family implements EMbna_family

          static EAttribute attributeDescription(EMbna_family type)
          static EAttribute attributeId(EMbna_family type)
          static EAttribute attributeConditions(EMbna_family type)
          static int usedinConditions(EMbna_family type, EEntity instance, ASdaiModel domain, AMbna_family result)
          static EAttribute attributeGeometry(EMbna_family type)
          static int usedinGeometry(EMbna_family type, EGeometry_reference instance, ASdaiModel domain, AMbna_family result)

public class AMbna_family extends AEntity

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