Uses of Class
net.ssehub.easy.basics.pool.Pool
-
Packages that use Pool Package Description net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of Pool in net.ssehub.easy.basics.modelManagement
Fields in net.ssehub.easy.basics.modelManagement declared as Pool Modifier and Type Field Description private Pool<ImportResolver<M>>ModelManagement. resolverPool -
Uses of Pool in net.ssehub.easy.reasoning.sseReasoner.model
Fields in net.ssehub.easy.reasoning.sseReasoner.model declared as Pool Modifier and Type Field Description private static Pool<ContextStack.Context>ContextStack. POOLstatic Pool<java.util.Set<Compound>>ReasoningUtils. SET_COMPOUND_POOLA set pool for instances ofSet. -
Uses of Pool in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as Pool Modifier and Type Field Description (package private) static Pool<ContainerOperations.ContainerArgument>ContainerOperations. CA_POOLstatic Pool<CompoundSlotAccessor>CompoundSlotAccessor. POOLstatic Pool<ConstantAccessor>ConstantAccessor. POOLstatic Pool<ContainerElementAccessor>ContainerElementAccessor. POOLprivate static Pool<ContextStack.StackFrame>ContextStack. POOLstatic Pool<IndexAccessor>IndexAccessor. POOLstatic Pool<VariableAccessor>VariableAccessor. POOL
-