Uses of Interface
de.gebit.integrity.dsl.Variable
-
-
Uses of Variable in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return Variable Modifier and Type Method Description VariableDslFactory. createVariable()Returns a new object of class 'Variable'. -
Uses of Variable in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement Variable Modifier and Type Class Description classVariableImplAn implementation of the model object 'Variable'.Methods in de.gebit.integrity.dsl.impl that return Variable Modifier and Type Method Description VariableDslFactoryImpl. createVariable() -
Uses of Variable in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type Variable Modifier and Type Method Description TDslSwitch. caseVariable(Variable object)Returns the result of interpreting the object as an instance of 'Variable'. -
Uses of Variable in de.gebit.integrity.parameter.resolving
Methods in de.gebit.integrity.parameter.resolving with parameters of type Variable Modifier and Type Method Description ObjectDefaultParameterResolver. resolveStatically(Variable aVariable, VariantDefinition aVariant)ObjectParameterResolver. resolveStatically(Variable aVariable, VariantDefinition aVariant)Resolves a variable (recursively, if necessary) to its actual value. -
Uses of Variable in de.gebit.integrity.parameter.variables
Methods in de.gebit.integrity.parameter.variables with parameters of type Variable Modifier and Type Method Description ObjectVariableManager. get(Variable aVariable)Gets a value for a specific variable.booleanVariableManager. isDefined(Variable aVariable)Checks whether a specific variable has a defined value. -
Uses of Variable in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type Variable Modifier and Type Method Description protected voidDefaultModelChecker. checkVariable(Variable aVariable)Checks aVariable. -
Uses of Variable in de.gebit.integrity.runner.variables
Methods in de.gebit.integrity.runner.variables with parameters of type Variable Modifier and Type Method Description ObjectDefaultVariableManager. get(Variable aVariable)booleanDefaultVariableManager. isDefined(Variable aVariable) -
Uses of Variable in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type Variable Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_Variable(org.eclipse.xtext.serializer.ISerializationContext context, Variable semanticObject)Contexts: ValueOrEnumValueOrOperation returns Variable Value returns Variable Variable returns Variable Constraint: (name=[VariableOrConstantEntity|QualifiedName] attribute=QualifiedName?)
-