ENTITY mathematical_string; text_representation : text; sgml_representation : OPTIONAL text; END_ENTITY; -- mathematical_string |
Entity data types and their attributesmathematical_stringtext_representation: text; (OPT) sgml_representation: text; |
Usersmathematical_stringdic_unit.string_representation property_det.formula property_det.preferred_symbol property_det.synonymous_symbols |
Global rules for this entity data type- |
public interface EMathematical_string extends EEntitytext_representation (explicit attribute)boolean testText_representation(EMathematical_string type)String getText_representation(EMathematical_string type) void setText_representation(EMathematical_string type, String value) void unsetText_representation(EMathematical_string type) sgml_representation (explicit attribute)boolean testSgml_representation(EMathematical_string type)String getSgml_representation(EMathematical_string type) void setSgml_representation(EMathematical_string type, String value) void unsetSgml_representation(EMathematical_string type) |
public class CMathematical_string implements EMathematical_stringstatic EAttribute attributeText_representation(EMathematical_string type)static EAttribute attributeSgml_representation(EMathematical_string type) |
public class AMathematical_string extends AEntitypublic EMathematical_string getByIndex(int index)public EMathematical_string getCurrentMember(SdaiIterator it) |