Uses of Class
net.ssehub.easy.reasoning.sseReasoner.model.TypeCache.Entry
Packages that use TypeCache.Entry
Package
Description
Package for creating a reasoning model: constraint container, project hierachy evaluator and other.
-
Uses of TypeCache.Entry in net.ssehub.easy.reasoning.sseReasoner.model
Fields in net.ssehub.easy.reasoning.sseReasoner.model declared as TypeCache.EntryModifier and TypeFieldDescriptionprivate TypeCache.EntryContextStack.Context.fallbackA completed type cache entry to be used as fallback lookup for on-demand accessor instantiation.private TypeCache.EntryContextStack.Context.inConstructionA type cache entry in construction during translation.Fields in net.ssehub.easy.reasoning.sseReasoner.model with type parameters of type TypeCache.EntryModifier and TypeFieldDescriptionprivate Map<net.ssehub.easy.varModel.model.datatypes.IDatatype, TypeCache.Entry> TypeCache.cacheprivate List<TypeCache.Entry> TypeCache.Entry.parentsMethods in net.ssehub.easy.reasoning.sseReasoner.model that return TypeCache.EntryModifier and TypeMethodDescriptionTypeCache.createEntryFor(net.ssehub.easy.varModel.model.datatypes.IDatatype type, net.ssehub.easy.varModel.model.AbstractVariable var) Creates a type cache entry.TypeCache.get(net.ssehub.easy.varModel.model.datatypes.IDatatype type) Returns a type cache entry for the giventype.ContextStack.getInConstruction(boolean clear) Returns whether the current context is currently constructing a type cache.Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type TypeCache.EntryModifier and TypeMethodDescriptionvoidTypeCache.Entry.addParent(TypeCache.Entry entry, TypeCache.IConstraintTarget target, net.ssehub.easy.varModel.confModel.IDecisionVariable register, net.ssehub.easy.varModel.model.AbstractVariable var) Adds a parent to this entry and causes constraint transfer.voidContextStack.setInConstruction(TypeCache.Entry inConstruction) Changes the type cache the current context is currently constructing.