Uses of Class
net.ssehub.easy.reasoning.sseReasoner.model.ContextStack.Context
-
Packages that use ContextStack.Context Package Description net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other. -
-
Uses of ContextStack.Context in net.ssehub.easy.reasoning.sseReasoner.model
Fields in net.ssehub.easy.reasoning.sseReasoner.model declared as ContextStack.Context Modifier and Type Field Description private ContextStack.ContextContextStack. currentContextprivate ContextStack.ContextContextStack.Context. predecessorPredecessor context for stacked lookups.Fields in net.ssehub.easy.reasoning.sseReasoner.model with type parameters of type ContextStack.Context Modifier and Type Field Description private static Pool<ContextStack.Context>ContextStack. POOLMethods in net.ssehub.easy.reasoning.sseReasoner.model that return ContextStack.Context Modifier and Type Method Description private ContextStack.ContextContextStack. popContextImpl()Pops the actual context if not the initial (project) context but does not clean up the popped context.Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type ContextStack.Context Modifier and Type Method Description private voidContextStack. pushContextImpl(ContextStack.Context context)Just pushes the givencontextwithout changing it.
-