Uses of Class
net.ssehub.easy.dslCore.TranslationResult
Packages that use TranslationResult
Package
Description
Basic reusable classes for the exportable management functions of the SSE-style
DSL implementation for xText grammars.
Some testing foundations.
Some validation support.
-
Uses of TranslationResult in net.ssehub.easy.dslCore
Methods in net.ssehub.easy.dslCore that return TranslationResultModifier and TypeMethodDescriptionParse an IVML model file for standalone application (without editor) with a new default import resolver.ModelUtility.parse(org.eclipse.emf.common.util.URI uri) Parse an IVML model file for standalone application (without editor) with a new default import resolver.abstract TranslationResult<R> ModelUtility.parse(org.eclipse.emf.common.util.URI uri, net.ssehub.easy.basics.modelManagement.ImportResolver<R> resolver) Parse an IVML model file for standalone application (without editor) with a given import resolver. -
Uses of TranslationResult in net.ssehub.easy.dslCore.test
Methods in net.ssehub.easy.dslCore.test with parameters of type TranslationResultModifier and TypeMethodDescriptionprotected StringAbstractTest.assertNamingAndVersion(AbstractTest.EqualitySetup<R> data, TranslationResult<R> result) Asserts the naming and the version inresult.protected StringAbstractTest.checkErrorCodes(TranslationResult<R> result, List<Message> warnings, int... expectedErrorCodes) Asserts that the expected error codes match the errors stored inresult. -
Uses of TranslationResult in net.ssehub.easy.dslCore.validation
Methods in net.ssehub.easy.dslCore.validation that return TranslationResultModifier and TypeMethodDescriptionValidationUtils.IModelValidationCallback.createModel(R root, URI uri) Creates a model for validation.Methods in net.ssehub.easy.dslCore.validation with parameters of type TranslationResultModifier and TypeMethodDescriptionvoidValidationUtils.IModelValidationCallback.print(TranslationResult<T> result, Writer out) Prints out the translation result.static voidValidationUtils.processMessages(TranslationResult<?> result, org.eclipse.emf.common.util.BasicDiagnostic diagnostic) Processes messages.