Uses of Class
net.ssehub.easy.reasoning.sseReasoner.model.ContextStack.TranslateMode
-
Packages that use ContextStack.TranslateMode Package Description net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other. -
-
Uses of ContextStack.TranslateMode in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model that return ContextStack.TranslateMode Modifier and Type Method Description ContextStack.TranslateModeContextStack. getMappingMode(IDatatype type)Returns the type cache mapping mode when trying to register a new type.static ContextStack.TranslateModeContextStack.TranslateMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContextStack.TranslateMode[]ContextStack.TranslateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-