ENTITY atan_function SUBTYPE OF (binary_function_call); END_ENTITY; -- atan_function |
Entity data types and their attributesgeneric_expression- expression - numeric_expression (DER) is_int: LOGICAL; (DER) sql_mappable: LOGICAL; binary_generic_expression operands: LIST [2:2] OF generic_expression; binary_numeric_expression (RT) operands: LIST [2:2] OF numeric_expression; binary_function_call - atan_function - |
Global rules for this entity data type- |
public interface EAtan_function extends EBinary_function_call |
public class CAtan_function implements EAtan_function |
public class AAtan_function extends AEntitypublic EAtan_function getByIndex(int index)public EAtan_function getCurrentMember(SdaiIterator it) |