Uses of Interface
de.gebit.integrity.dsl.ValueOrEnumValueOrOperationCollection
-
-
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return ValueOrEnumValueOrOperationCollection Modifier and Type Method Description ValueOrEnumValueOrOperationCollectionDslFactory. createValueOrEnumValueOrOperationCollection()Returns a new object of class 'Value Or Enum Value Or Operation Collection'.ValueOrEnumValueOrOperationCollectionSuiteParameterDefinition. getDefault()Returns the value of the 'Default' containment reference.ValueOrEnumValueOrOperationCollectionVariableDefinition. getInitialValue()Returns the value of the 'Initial Value' containment reference.ValueOrEnumValueOrOperationCollectionCustomOperation. getPostfixOperand()Returns the value of the 'Postfix Operand' containment reference.ValueOrEnumValueOrOperationCollectionCustomOperation. getPrefixOperand()Returns the value of the 'Prefix Operand' containment reference.ValueOrEnumValueOrOperationCollectionTest. getResult()Returns the value of the 'Result' containment reference.ValueOrEnumValueOrOperationCollectionConstantDefinition. getValue()Returns the value of the 'Value' containment reference.ValueOrEnumValueOrOperationCollectionKeyValuePair. getValue()Returns the value of the 'Value' containment reference.ValueOrEnumValueOrOperationCollectionNamedResult. getValue()Returns the value of the 'Value' containment reference.ValueOrEnumValueOrOperationCollectionParameter. getValue()Returns the value of the 'Value' containment reference.ValueOrEnumValueOrOperationCollectionParameterTableValue. getValue()Returns the value of the 'Value' containment reference.ValueOrEnumValueOrOperationCollectionSuiteParameter. getValue()Returns the value of the 'Value' containment reference.ValueOrEnumValueOrOperationCollectionVariableAssignment. getValue()Returns the value of the 'Value' containment reference.ValueOrEnumValueOrOperationCollectionVariantValue. getValue()Returns the value of the 'Value' containment reference.Methods in de.gebit.integrity.dsl with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description voidSuiteParameterDefinition. setDefault(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Default' containment reference.voidVariableDefinition. setInitialValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Initial Value' containment reference.voidCustomOperation. setPostfixOperand(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Postfix Operand' containment reference.voidCustomOperation. setPrefixOperand(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Prefix Operand' containment reference.voidTest. setResult(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Result' containment reference.voidConstantDefinition. setValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.voidKeyValuePair. setValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.voidNamedResult. setValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.voidParameter. setValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.voidParameterTableValue. setValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.voidSuiteParameter. setValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.voidVariableAssignment. setValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.voidVariantValue. setValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement ValueOrEnumValueOrOperationCollection Modifier and Type Class Description classValueOrEnumValueOrOperationCollectionImplAn implementation of the model object 'Value Or Enum Value Or Operation Collection'.Fields in de.gebit.integrity.dsl.impl declared as ValueOrEnumValueOrOperationCollection Modifier and Type Field Description protected ValueOrEnumValueOrOperationCollectionSuiteParameterDefinitionImpl. default_The cached value of the 'Default' containment reference.protected ValueOrEnumValueOrOperationCollectionVariableDefinitionImpl. initialValueThe cached value of the 'Initial Value' containment reference.protected ValueOrEnumValueOrOperationCollectionCustomOperationImpl. postfixOperandThe cached value of the 'Postfix Operand' containment reference.protected ValueOrEnumValueOrOperationCollectionCustomOperationImpl. prefixOperandThe cached value of the 'Prefix Operand' containment reference.protected ValueOrEnumValueOrOperationCollectionTestImpl. resultThe cached value of the 'Result' containment reference.protected ValueOrEnumValueOrOperationCollectionConstantDefinitionImpl. valueThe cached value of the 'Value' containment reference.protected ValueOrEnumValueOrOperationCollectionKeyValuePairImpl. valueThe cached value of the 'Value' containment reference.protected ValueOrEnumValueOrOperationCollectionNamedResultImpl. valueThe cached value of the 'Value' containment reference.protected ValueOrEnumValueOrOperationCollectionParameterImpl. valueThe cached value of the 'Value' containment reference.protected ValueOrEnumValueOrOperationCollectionParameterTableValueImpl. valueThe cached value of the 'Value' containment reference.protected ValueOrEnumValueOrOperationCollectionSuiteParameterImpl. valueThe cached value of the 'Value' containment reference.protected ValueOrEnumValueOrOperationCollectionVariableAssignmentImpl. valueThe cached value of the 'Value' containment reference.protected ValueOrEnumValueOrOperationCollectionVariantValueImpl. valueThe cached value of the 'Value' containment reference.Methods in de.gebit.integrity.dsl.impl with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainSuiteParameterDefinitionImpl. basicSetDefault(ValueOrEnumValueOrOperationCollection newDefault, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableDefinitionImpl. basicSetInitialValue(ValueOrEnumValueOrOperationCollection newInitialValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCustomOperationImpl. basicSetPostfixOperand(ValueOrEnumValueOrOperationCollection newPostfixOperand, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCustomOperationImpl. basicSetPrefixOperand(ValueOrEnumValueOrOperationCollection newPrefixOperand, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTestImpl. basicSetResult(ValueOrEnumValueOrOperationCollection newResult, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainConstantDefinitionImpl. basicSetValue(ValueOrEnumValueOrOperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainKeyValuePairImpl. basicSetValue(ValueOrEnumValueOrOperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainNamedResultImpl. basicSetValue(ValueOrEnumValueOrOperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainParameterImpl. basicSetValue(ValueOrEnumValueOrOperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainParameterTableValueImpl. basicSetValue(ValueOrEnumValueOrOperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSuiteParameterImpl. basicSetValue(ValueOrEnumValueOrOperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableAssignmentImpl. basicSetValue(ValueOrEnumValueOrOperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariantValueImpl. basicSetValue(ValueOrEnumValueOrOperationCollection newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidSuiteParameterDefinitionImpl. setDefault(ValueOrEnumValueOrOperationCollection newDefault)voidVariableDefinitionImpl. setInitialValue(ValueOrEnumValueOrOperationCollection newInitialValue)voidCustomOperationImpl. setPostfixOperand(ValueOrEnumValueOrOperationCollection newPostfixOperand)voidCustomOperationImpl. setPrefixOperand(ValueOrEnumValueOrOperationCollection newPrefixOperand)voidTestImpl. setResult(ValueOrEnumValueOrOperationCollection newResult)voidConstantDefinitionImpl. setValue(ValueOrEnumValueOrOperationCollection newValue)voidKeyValuePairImpl. setValue(ValueOrEnumValueOrOperationCollection newValue)voidNamedResultImpl. setValue(ValueOrEnumValueOrOperationCollection newValue)voidParameterImpl. setValue(ValueOrEnumValueOrOperationCollection newValue)voidParameterTableValueImpl. setValue(ValueOrEnumValueOrOperationCollection newValue)voidSuiteParameterImpl. setValue(ValueOrEnumValueOrOperationCollection newValue)voidVariableAssignmentImpl. setValue(ValueOrEnumValueOrOperationCollection newValue)voidVariantValueImpl. setValue(ValueOrEnumValueOrOperationCollection newValue) -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description TDslSwitch. caseValueOrEnumValueOrOperationCollection(ValueOrEnumValueOrOperationCollection object)Returns the result of interpreting the object as an instance of 'Value Or Enum Value Or Operation Collection'. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.fixtures
Methods in de.gebit.integrity.fixtures with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description voidFixtureWrapper. announceTableTestResults(ValueOrEnumValueOrOperationCollection aDefaultResult, List<ResultTableHeader> someResultHeaders)Invoke theResultAwareFixturemethod for the case of a 'tabletest' type fixture invocation.voidFixtureWrapper. announceTestResults(ValueOrEnumValueOrOperationCollection aDefaultResult, List<NamedResult> someNamedResults)Invoke theResultAwareFixturemethod for the case of a 'test' type fixture invocation, if the fixture is aResultAwareFixture.protected voidFixtureWrapper. announceTestResultsInternal(ValueOrEnumValueOrOperationCollection aDefaultResult, Set<String> aNamedResultSet)Actually performs the test result announcement call. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.parameter.conversion
Methods in de.gebit.integrity.parameter.conversion with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description protected ObjectAbstractModularValueConverter. convertEncapsulatedValueCollectionToTargetType(Class<?> aTargetType, Class<?> aParameterizedType, ValueOrEnumValueOrOperationCollection aCollection, ConversionContext aConversionContext, Set<Object> someVisitedValues)Converts a given value collection to a given Java type class, if possible. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.parameter.resolving
Methods in de.gebit.integrity.parameter.resolving with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description booleanDefaultParameterResolver. isSafelyStaticallyResolvable(ValueOrEnumValueOrOperationCollection aValue, VariantDefinition aVariant)booleanParameterResolver. isSafelyStaticallyResolvable(ValueOrEnumValueOrOperationCollection aValue, VariantDefinition aVariant)Determines whether the givenValueOrEnumValueOrOperationCollectionis safely resolvable to a value in a static way, that is, not requiring a current execution context.ObjectDefaultParameterResolver. resolveParameterValue(ValueOrEnumValueOrOperationCollection aValueCollection, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy)ObjectParameterResolver. resolveParameterValue(ValueOrEnumValueOrOperationCollection aValueCollection, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy)Resolves the givenValueOrEnumValueOrOperationCollection, using the variable map given.ObjectDefaultParameterResolver. resolveStatically(ValueOrEnumValueOrOperationCollection aValue, VariantDefinition aVariant)ObjectParameterResolver. resolveStatically(ValueOrEnumValueOrOperationCollection anEntity, VariantDefinition aVariant)Resolves aValueOrEnumValueOrOperationCollectionto its actual value statically, that is, not requiring a current test execution context. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description protected voidDefaultTestRunner. setVariableValueConverted(VariableOrConstantEntity anEntity, ValueOrEnumValueOrOperationCollection aValue, boolean aDoSendUpdateFlag)Sets the value of a variable. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description protected booleanAbstractTestRunnerCallback. containsNestedObject(ValueOrEnumValueOrOperationCollection aCollection)Determines whether a givenValueOrEnumValueOrOperationCollectioncontains at least one nested object (or an equivalent map with key-value pairs). -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.runner.comparator
Methods in de.gebit.integrity.runner.comparator with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description ComparisonResultDefaultResultComparator. compareResult(Object aFixtureResult, ValueOrEnumValueOrOperationCollection anExpectedResult, FixtureWrapper<?> aFixtureInstance, MethodReference aFixtureMethod, String aPropertyName)ComparisonResultResultComparator. compareResult(Object aFixtureResult, ValueOrEnumValueOrOperationCollection anExpectedResult, FixtureWrapper<?> aFixtureInstance, MethodReference aFixtureMethod, String aPropertyName)Compares the expected result with the actual result obtained from a test fixture. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description protected voidDefaultModelChecker. checkValueContainer(ValueOrEnumValueOrOperationCollection aValue) -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.runner.results.test
Methods in de.gebit.integrity.runner.results.test that return ValueOrEnumValueOrOperationCollection Modifier and Type Method Description ValueOrEnumValueOrOperationCollectionTestComparisonResult. getExpectedValue()Methods in de.gebit.integrity.runner.results.test with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description static TestComparisonResultTestComparisonResult. wrap(ComparisonResult aResult, String aParameter, Object anActualValue, ValueOrEnumValueOrOperationCollection anExpectedValue)Convenience method to wrap aComparisonResult.Constructors in de.gebit.integrity.runner.results.test with parameters of type ValueOrEnumValueOrOperationCollection Constructor Description TestComparisonFailureResult(ComparisonResult aResult, String aParameter, Object anActualValue, ValueOrEnumValueOrOperationCollection anExpectedValue)Creates a new instance.TestComparisonResult(ComparisonResult aResult, String aParameter, Object anActualValue, ValueOrEnumValueOrOperationCollection anExpectedValue)Creates an instance.TestComparisonSuccessResult(ComparisonResult aResult, String aParameter, Object anActualValue, ValueOrEnumValueOrOperationCollection anExpectedValue)Creates a new instance.TestComparisonUndeterminedResult(String aParameter, ValueOrEnumValueOrOperationCollection anExpectedValue)Creates a new instance. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_ValueOrEnumValueOrOperationCollection(org.eclipse.xtext.serializer.ISerializationContext context, ValueOrEnumValueOrOperationCollection semanticObject)Contexts: ValueOrEnumValueOrOperationCollection returns ValueOrEnumValueOrOperationCollection Constraint: (value=ValueOrEnumValueOrOperation moreValues+=ValueOrEnumValueOrOperation*) -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.ui.outline
Methods in de.gebit.integrity.ui.outline with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description protected StringDSLOutlineTreeProvider. getValueOf(ValueOrEnumValueOrOperationCollection aValue)Gets the textual representation of an arbitrary value from the source. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.ui.utils
Methods in de.gebit.integrity.ui.utils with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description ObjectFixtureTypeWrapper. convertResultValueToFixtureDefinedType(String aFixtureMethodName, ResultName aResultName, ValueOrEnumValueOrOperationCollection aValue)Converts a given result value (collection) to a fixture-method-defined result type. -
Uses of ValueOrEnumValueOrOperationCollection in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils that return ValueOrEnumValueOrOperationCollection Modifier and Type Method Description static ValueOrEnumValueOrOperationCollectionIntegrityDSLUtil. getInitialValueForConstant(ConstantDefinition aConstant, VariantDefinition aVariant)Determines the initial value for the given constant.static ValueOrEnumValueOrOperationCollectionIntegrityDSLUtil. getInitialValueForVariableOrConstantEntity(VariableOrConstantEntity anEntity, VariantDefinition aVariant)Determines the initial value to use for the givenVariableOrConstantEntity.Methods in de.gebit.integrity.utils with parameters of type ValueOrEnumValueOrOperationCollection Modifier and Type Method Description static Collection<ValueOrEnumValueOrOperation>IntegrityDSLUtil. getAllValuesFromCollection(ValueOrEnumValueOrOperationCollection aValueCollection)Aggregates allValueOrEnumValueOrOperations from the givenValueOrEnumValueOrOperationCollection.
Integrity has (historically; could be done more elegant with todays' Xtext) splittedValueOrEnumValueOrOperationCollections' internal values into two properties: a single value comes fromgetValue()and everything else goes intogetMoreValues().static ValueOrEnumValueOrOperationIntegrityDSLUtil. getSpecificValueFromCollection(ValueOrEnumValueOrOperationCollection aValueCollection, int anIndex)Gets a specific index position out of aValueOrEnumValueOrOperationCollection.
-