ENTITY su_parameters SUBTYPE OF (geometric_representation_item); a : length_measure; alpha : plane_angle_measure; b : length_measure; beta : plane_angle_measure; c : length_measure; gamma : plane_angle_measure; WHERE wr1: SELF\geometric_representation_item.dim=3; END_ENTITY; -- su_parameters |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; su_parameters a: length_measure; alpha: plane_angle_measure; b: length_measure; beta: plane_angle_measure; c: length_measure; gamma: plane_angle_measure; |
Global rules for this entity data type- |
public interface ESu_parameters extends EGeometric_representation_itema (explicit attribute)boolean testA(ESu_parameters type)double getA(ESu_parameters type) void setA(ESu_parameters type, double value) void unsetA(ESu_parameters type) alpha (explicit attribute)boolean testAlpha(ESu_parameters type)double getAlpha(ESu_parameters type) void setAlpha(ESu_parameters type, double value) void unsetAlpha(ESu_parameters type) b (explicit attribute)boolean testB(ESu_parameters type)double getB(ESu_parameters type) void setB(ESu_parameters type, double value) void unsetB(ESu_parameters type) beta (explicit attribute)boolean testBeta(ESu_parameters type)double getBeta(ESu_parameters type) void setBeta(ESu_parameters type, double value) void unsetBeta(ESu_parameters type) c (explicit attribute)boolean testC(ESu_parameters type)double getC(ESu_parameters type) void setC(ESu_parameters type, double value) void unsetC(ESu_parameters type) gamma (explicit attribute)boolean testGamma(ESu_parameters type)double getGamma(ESu_parameters type) void setGamma(ESu_parameters type, double value) void unsetGamma(ESu_parameters type) |
public class CSu_parameters implements ESu_parametersstatic EAttribute attributeA(ESu_parameters type)static EAttribute attributeAlpha(ESu_parameters type) static EAttribute attributeB(ESu_parameters type) static EAttribute attributeBeta(ESu_parameters type) static EAttribute attributeC(ESu_parameters type) static EAttribute attributeGamma(ESu_parameters type) |
public class ASu_parameters extends AEntitypublic ESu_parameters getByIndex(int index)public ESu_parameters getCurrentMember(SdaiIterator it) |