|
ENTITY unary_generic_expression ABSTRACT SUPERTYPE SUBTYPE OF (generic_expression); operand : generic_expression; END_ENTITY; -- unary_generic_expression |
Entity data types and their attributesgeneric_expression- unary_generic_expression operand: generic_expression; |
| b_spline_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| definite_integral_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| dependent_variable_definition (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| expression_denoted_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| general_linear_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| homogeneous_linear_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| length_function (ISO13584_EXPRESSIONS_SCHEMA) |
| linearized_table_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| mesh_function (MESH_FUNCTION_SCHEMA) |
| mesh_function_basis (MESH_FUNCTION_SCHEMA) |
| partial_derivative_expression (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| partial_derivative_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| rationalize_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| reindexed_array_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| repackaging_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| restriction_function (MATHEMATICAL_FUNCTIONS_SCHEMA) |
| unary_boolean_expression (ISO13584_EXPRESSIONS_SCHEMA) |
| unary_numeric_expression (ISO13584_EXPRESSIONS_SCHEMA) |
| value_function (ISO13584_EXPRESSIONS_SCHEMA) |
| sc1_unary_generic_expression (MESH_FUNCTION_SCHEMA) |
Global rules for this entity data type- |
public interface EUnary_generic_expression extends EGeneric_expressionoperand (explicit attribute)boolean testOperand(EUnary_generic_expression type)EGeneric_expression getOperand(EUnary_generic_expression type) void setOperand(EUnary_generic_expression type, EGeneric_expression value) void unsetOperand(EUnary_generic_expression type) |
public class CUnary_generic_expression implements EUnary_generic_expressionstatic EAttribute attributeOperand(EUnary_generic_expression type)static int usedinOperand(EUnary_generic_expression type, EGeneric_expression instance, ASdaiModel domain, AUnary_generic_expression result) |
public class AUnary_generic_expression extends AEntitypublic EUnary_generic_expression getByIndex(int index)public EUnary_generic_expression getCurrentMember(SdaiIterator it) |