Overview Schemas Index

ANALYSIS_PRODUCT_RELATIONSHIPS_SCHEMA (jsdai.SAnalysis_product_relationships_schema)


ENTITY view_relationship;
          description : text;
          id : identifier;
          name : label;
          viewed : temporal_spatial_domain;
          view : numerical_model;
END_ENTITY; -- view_relationship

Entity data types and their attributes

view_relationship
          description: text;
          id: identifier;
          name: label;
          viewed: temporal_spatial_domain;
          view: numerical_model;

Users

view_relationship

Global rules for this entity data type

          -

public interface EView_relationship extends EEntity

description (explicit attribute)

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

id (explicit attribute)

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

name (explicit attribute)

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

viewed (explicit attribute)

          boolean testViewed(EView_relationship type)
          ETemporal_spatial_domain getViewed(EView_relationship type)
          void setViewed(EView_relationship type, ETemporal_spatial_domain value)
          void unsetViewed(EView_relationship type)

view (explicit attribute)

          boolean testView(EView_relationship type)
          ENumerical_model getView(EView_relationship type)
          void setView(EView_relationship type, ENumerical_model value)
          void unsetView(EView_relationship type)

public class CView_relationship implements EView_relationship

          static EAttribute attributeDescription(EView_relationship type)
          static EAttribute attributeId(EView_relationship type)
          static EAttribute attributeName(EView_relationship type)
          static EAttribute attributeViewed(EView_relationship type)
          static int usedinViewed(EView_relationship type, ETemporal_spatial_domain instance, ASdaiModel domain, AView_relationship result)
          static EAttribute attributeView(EView_relationship type)
          static int usedinView(EView_relationship type, ENumerical_model instance, ASdaiModel domain, AView_relationship result)

public class AView_relationship extends AEntity

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