Uses of Class
net.ssehub.easy.reasoning.sseReasoner.model.ContextStack.Context
Packages that use ContextStack.Context
Package
Description
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.ContextModifier and TypeFieldDescriptionprivate 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.ContextModifier and TypeFieldDescriptionprivate static final net.ssehub.easy.basics.pool.Pool<ContextStack.Context> ContextStack.POOLMethods in net.ssehub.easy.reasoning.sseReasoner.model that return ContextStack.ContextModifier and TypeMethodDescriptionprivate 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.ContextModifier and TypeMethodDescriptionprivate voidContextStack.pushContextImpl(ContextStack.Context context) Just pushes the givencontextwithout changing it.