Uses of Interface
de.gebit.integrity.dsl.VariableVariable
-
-
Uses of VariableVariable in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return VariableVariable Modifier and Type Method Description VariableVariableDslFactory. createVariableVariable()Returns a new object of class 'Variable Variable'.VariableVariableCall. getResult()Returns the value of the 'Result' containment reference.VariableVariableNamedCallResult. getTarget()Returns the value of the 'Target' containment reference.VariableVariableSuiteReturn. getTarget()Returns the value of the 'Target' containment reference.VariableVariableVariableAssignment. getTarget()Returns the value of the 'Target' containment reference.Methods in de.gebit.integrity.dsl with parameters of type VariableVariable Modifier and Type Method Description voidCall. setResult(VariableVariable value)Sets the value of the 'Result' containment reference.voidNamedCallResult. setTarget(VariableVariable value)Sets the value of the 'Target' containment reference.voidSuiteReturn. setTarget(VariableVariable value)Sets the value of the 'Target' containment reference.voidVariableAssignment. setTarget(VariableVariable value)Sets the value of the 'Target' containment reference. -
Uses of VariableVariable in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VariableVariable Modifier and Type Class Description classVariableVariableImplAn implementation of the model object 'Variable Variable'.Fields in de.gebit.integrity.dsl.impl declared as VariableVariable Modifier and Type Field Description protected VariableVariableCallImpl. resultThe cached value of the 'Result' containment reference.protected VariableVariableNamedCallResultImpl. targetThe cached value of the 'Target' containment reference.protected VariableVariableSuiteReturnImpl. targetThe cached value of the 'Target' containment reference.protected VariableVariableVariableAssignmentImpl. targetThe cached value of the 'Target' containment reference.Methods in de.gebit.integrity.dsl.impl that return VariableVariable Modifier and Type Method Description VariableVariableDslFactoryImpl. createVariableVariable()VariableVariableCallImpl. getResult()VariableVariableNamedCallResultImpl. getTarget()VariableVariableSuiteReturnImpl. getTarget()VariableVariableVariableAssignmentImpl. getTarget()Methods in de.gebit.integrity.dsl.impl with parameters of type VariableVariable Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCallImpl. basicSetResult(VariableVariable newResult, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainNamedCallResultImpl. basicSetTarget(VariableVariable newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSuiteReturnImpl. basicSetTarget(VariableVariable newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableAssignmentImpl. basicSetTarget(VariableVariable newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)voidCallImpl. setResult(VariableVariable newResult)voidNamedCallResultImpl. setTarget(VariableVariable newTarget)voidSuiteReturnImpl. setTarget(VariableVariable newTarget)voidVariableAssignmentImpl. setTarget(VariableVariable newTarget) -
Uses of VariableVariable in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VariableVariable Modifier and Type Method Description TDslSwitch. caseVariableVariable(VariableVariable object)Returns the result of interpreting the object as an instance of 'Variable Variable'. -
Uses of VariableVariable in de.gebit.integrity.fixtures
Methods in de.gebit.integrity.fixtures with parameters of type VariableVariable Modifier and Type Method Description voidFixtureWrapper. announceCallResults(VariableVariable aDefaultTargetVariable, List<NamedCallResult> someNamedTargetVariables)Invoke theResultAwareFixturemethod for the case of a 'call' type fixture invocation, if the fixture is aResultAwareFixture. -
Uses of VariableVariable in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type VariableVariable Modifier and Type Method Description protected voidDefaultModelChecker. checkVariableVariable(VariableVariable aVariable)Checks aVariableVariable. -
Uses of VariableVariable in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type VariableVariable Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_VariableVariable(org.eclipse.xtext.serializer.ISerializationContext context, VariableVariable semanticObject)Contexts: VariableVariable returns VariableVariable Constraint: name=[VariableEntity|QualifiedName]
-