Uses of Interface
io.ciera.tool.sql.architecture.expression.ExpressionSet
Packages that use ExpressionSet
Package
Description
-
Uses of ExpressionSet in io.ciera.tool
Methods in io.ciera.tool that return ExpressionSet -
Uses of ExpressionSet in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return ExpressionSetModifier and TypeMethodDescriptionArrayElementReferenceSet.R3900_has_root_Expression()ArrayElementReferenceSet.R3901_has_index_Expression()EventCreationSet.R3902_has_target_Expression()EventCreationSet.R3903_has_base_Expression()PromotionSet.R3907_promotes_Expression()ArrayLengthAccessSet.R3908_has_root_Expression()AnySet.R776_is_a_Expression()ArrayElementReferenceSet.R776_is_a_Expression()ArrayLengthAccessSet.R776_is_a_Expression()AttributeAccessSet.R776_is_a_Expression()BinaryOperationSet.R776_is_a_Expression()ConstantReferenceSet.R776_is_a_Expression()CreationSet.R776_is_a_Expression()EnumeratorReferenceSet.R776_is_a_Expression()EventCreationSet.R776_is_a_Expression()InvocationSet.R776_is_a_Expression()LiteralSet.R776_is_a_Expression()MemberReferenceSet.R776_is_a_Expression()NamedReferenceSet.R776_is_a_Expression()ParameterReferenceSet.R776_is_a_Expression()ParenthesizedExpressionSet.R776_is_a_Expression()PromotionSet.R776_is_a_Expression()SelectedSet.R776_is_a_Expression()SelectSet.R776_is_a_Expression()UnaryOperationSet.R776_is_a_Expression()VariableReferenceSet.R776_is_a_Expression()WhereSet.R776_is_a_Expression()UnaryOperationSet.R777_has_single_operand_Expression()BinaryOperationSet.R778_has_right_Expression()BinaryOperationSet.R779_has_left_Expression()ParenthesizedExpressionSet.R784_parenthesizes_Expression()AttributeAccessSet.R785_refers_to_attribute_of_instance_expressed_by_Expression()MemberReferenceSet.R787_refers_to_member_of_structured_value_expressed_by_Expression()WhereSet.R790_filters_Expression()SelectRelatedSet.R791_selects_instances_linked_from_instance_expressed_by_Expression()ActualParameterSet.R794_parameter_value_specified_by_Expression()WhereSet.R796_has_condition_Expression()InvocationSet.R798_invokes_activity_on_Expression() -
Uses of ExpressionSet in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement ExpressionSetMethods in io.ciera.tool.sql.architecture.expression.impl that return ExpressionSetModifier and TypeMethodDescriptionExpressionSetImpl.emptySet()ExpressionSetImpl.emptySet(Comparator<? super Expression> comp) ArrayElementReferenceSetImpl.R3900_has_root_Expression()ArrayElementReferenceSetImpl.R3901_has_index_Expression()EventCreationSetImpl.R3902_has_target_Expression()EventCreationSetImpl.R3903_has_base_Expression()PromotionSetImpl.R3907_promotes_Expression()ArrayLengthAccessSetImpl.R3908_has_root_Expression()AnySetImpl.R776_is_a_Expression()ArrayElementReferenceSetImpl.R776_is_a_Expression()ArrayLengthAccessSetImpl.R776_is_a_Expression()AttributeAccessSetImpl.R776_is_a_Expression()BinaryOperationSetImpl.R776_is_a_Expression()ConstantReferenceSetImpl.R776_is_a_Expression()CreationSetImpl.R776_is_a_Expression()EnumeratorReferenceSetImpl.R776_is_a_Expression()EventCreationSetImpl.R776_is_a_Expression()InvocationSetImpl.R776_is_a_Expression()LiteralSetImpl.R776_is_a_Expression()MemberReferenceSetImpl.R776_is_a_Expression()NamedReferenceSetImpl.R776_is_a_Expression()ParameterReferenceSetImpl.R776_is_a_Expression()ParenthesizedExpressionSetImpl.R776_is_a_Expression()PromotionSetImpl.R776_is_a_Expression()SelectedSetImpl.R776_is_a_Expression()SelectSetImpl.R776_is_a_Expression()UnaryOperationSetImpl.R776_is_a_Expression()VariableReferenceSetImpl.R776_is_a_Expression()WhereSetImpl.R776_is_a_Expression()UnaryOperationSetImpl.R777_has_single_operand_Expression()BinaryOperationSetImpl.R778_has_right_Expression()BinaryOperationSetImpl.R779_has_left_Expression()AnySetImpl.R783_gets_an_arbitrary_element_from_Expression()ParenthesizedExpressionSetImpl.R784_parenthesizes_Expression()AttributeAccessSetImpl.R785_refers_to_attribute_of_instance_expressed_by_Expression()MemberReferenceSetImpl.R787_refers_to_member_of_structured_value_expressed_by_Expression()WhereSetImpl.R790_filters_Expression()SelectRelatedSetImpl.R791_selects_instances_linked_from_instance_expressed_by_Expression()ActualParameterSetImpl.R794_parameter_value_specified_by_Expression()WhereSetImpl.R796_has_condition_Expression()InvocationSetImpl.R798_invokes_activity_on_Expression() -
Uses of ExpressionSet in io.ciera.tool.sql.architecture.statement
Methods in io.ciera.tool.sql.architecture.statement that return ExpressionSetModifier and TypeMethodDescriptionDeleteSmtSet.R462_deletes_instance_specified_by_Expression()IfSmtSet.R471_executes_then_block_if_true_Expression()WhileSmtSet.R472_executes_block_while_true_Expression()ReturnSmtSet.R473_returns_value_specified_by_Expression()ExpressionAsStatementSet.R476_executes_as_statement_Expression()ForSmtSet.R478_iterates_over_Expression()RelateSmtSet.R479_relates_formalizing_Expression()RelateSmtSet.R480_relates_participating_Expression()UnrelateSmtSet.R482_unrelates_participating_Expression()UnrelateSmtSet.R483_unrelates_formalizing_Expression()GenerateSet.R486_generates_Expression()Statement.R775_may_contain_Expression()StatementSet.R775_may_contain_Expression() -
Uses of ExpressionSet in io.ciera.tool.sql.architecture.statement.impl
Methods in io.ciera.tool.sql.architecture.statement.impl that return ExpressionSetModifier and TypeMethodDescriptionDeleteSmtSetImpl.R462_deletes_instance_specified_by_Expression()IfSmtSetImpl.R471_executes_then_block_if_true_Expression()WhileSmtSetImpl.R472_executes_block_while_true_Expression()ReturnSmtSetImpl.R473_returns_value_specified_by_Expression()ExpressionAsStatementSetImpl.R476_executes_as_statement_Expression()ForSmtSetImpl.R478_iterates_over_Expression()RelateSmtSetImpl.R479_relates_formalizing_Expression()RelateSmtSetImpl.R480_relates_participating_Expression()UnrelateSmtSetImpl.R482_unrelates_participating_Expression()UnrelateSmtSetImpl.R483_unrelates_formalizing_Expression()GenerateSetImpl.R486_generates_Expression()StatementImpl.R775_may_contain_Expression()StatementSetImpl.R775_may_contain_Expression() -
Uses of ExpressionSet in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type that return ExpressionSetModifier and TypeMethodDescriptionTypeReference.R795_defines_type_of_Expression()TypeReferenceSet.R795_defines_type_of_Expression() -
Uses of ExpressionSet in io.ciera.tool.sql.architecture.type.impl
Methods in io.ciera.tool.sql.architecture.type.impl that return ExpressionSetModifier and TypeMethodDescriptionTypeReferenceImpl.R795_defines_type_of_Expression()TypeReferenceSetImpl.R795_defines_type_of_Expression()