Overview Schemas Index

MATHEMATICAL_DESCRIPTION_OF_DISTRIBUTION_SCHEMA (jsdai.SMathematical_description_of_distribution_schema)


ENTITY property_distribution_description;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          abstract_function : maths_function;
          domain_context : maths_space_context;
          physical_function : property_distribution_select;
          range_context : maths_space_context;
END_ENTITY; -- property_distribution_description

Entity data types and their attributes

property_distribution_description
          id: identifier;
          name: label;
          (OPT) description: text;
          abstract_function: maths_function;
          domain_context: maths_space_context;
          physical_function: property_distribution_select;
          range_context: maths_space_context;

Users

property_distribution_description
          unstructured_donor_mesh.interpolant

Global rules for this entity data type

          -

public interface EProperty_distribution_description extends EEntity

id (explicit attribute)

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

name (explicit attribute)

          boolean testName(EProperty_distribution_description type)
          String getName(EProperty_distribution_description type)
          void setName(EProperty_distribution_description type, String value)
          void unsetName(EProperty_distribution_description type)

description (explicit attribute)

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

abstract_function (explicit attribute)

          boolean testAbstract_function(EProperty_distribution_description type)
          EMaths_function getAbstract_function(EProperty_distribution_description type)
          void setAbstract_function(EProperty_distribution_description type, EMaths_function value)
          void unsetAbstract_function(EProperty_distribution_description type)

domain_context (explicit attribute)

          boolean testDomain_context(EProperty_distribution_description type)
          EMaths_space_context getDomain_context(EProperty_distribution_description type)
          void setDomain_context(EProperty_distribution_description type, EMaths_space_context value)
          void unsetDomain_context(EProperty_distribution_description type)

physical_function (explicit attribute)

          int testPhysical_function(EProperty_distribution_description type)
          case 1
              EEntity getPhysical_function(EProperty_distribution_description type)
              void setPhysical_function(EProperty_distribution_description type, EEntity value, EEntity node1)
          void unsetPhysical_function(EProperty_distribution_description type)

range_context (explicit attribute)

          boolean testRange_context(EProperty_distribution_description type)
          EMaths_space_context getRange_context(EProperty_distribution_description type)
          void setRange_context(EProperty_distribution_description type, EMaths_space_context value)
          void unsetRange_context(EProperty_distribution_description type)

public class CProperty_distribution_description implements EProperty_distribution_description

          static EAttribute attributeId(EProperty_distribution_description type)
          static EAttribute attributeName(EProperty_distribution_description type)
          static EAttribute attributeDescription(EProperty_distribution_description type)
          static EAttribute attributeAbstract_function(EProperty_distribution_description type)
          static int usedinAbstract_function(EProperty_distribution_description type, EMaths_function instance, ASdaiModel domain, AProperty_distribution_description result)
          static EAttribute attributeDomain_context(EProperty_distribution_description type)
          static int usedinDomain_context(EProperty_distribution_description type, EMaths_space_context instance, ASdaiModel domain, AProperty_distribution_description result)
          static EAttribute attributePhysical_function(EProperty_distribution_description type)
          static int usedinPhysical_function(EProperty_distribution_description type, EEntity instance, ASdaiModel domain, AProperty_distribution_description result)
          static EAttribute attributeRange_context(EProperty_distribution_description type)
          static int usedinRange_context(EProperty_distribution_description type, EMaths_space_context instance, ASdaiModel domain, AProperty_distribution_description result)

public class AProperty_distribution_description extends AEntity

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