ENTITY binary_boolean_expression ABSTRACT SUPERTYPE OF (ONEOF (xor_expression, equals_expression)) SUBTYPE OF (boolean_expression, binary_generic_expression); END_ENTITY; -- binary_boolean_expression |
Entity data types and their attributesgeneric_expression- expression - boolean_expression - binary_generic_expression operands: LIST [2:2] OF generic_expression; binary_boolean_expression - |
equals_expression (ISO13584_EXPRESSIONS_SCHEMA) |
xor_expression (ISO13584_EXPRESSIONS_SCHEMA) |
Global rules for this entity data type- |
public interface EBinary_boolean_expression extends EBoolean_expression, EBinary_generic_expression |
public class CBinary_boolean_expression implements EBinary_boolean_expression |
public class ABinary_boolean_expression extends AEntitypublic EBinary_boolean_expression getByIndex(int index)public EBinary_boolean_expression getCurrentMember(SdaiIterator it) |