Uses of Class
net.ssehub.easy.reasoning.sseReasoner.model.TypeCache.Entry
-
Packages that use TypeCache.Entry Package Description net.ssehub.easy.reasoning.sseReasoner.model 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.Entry Modifier and Type Field Description private 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.Entry Modifier and Type Field Description private java.util.Map<IDatatype,TypeCache.Entry>TypeCache. cacheprivate java.util.List<TypeCache.Entry>TypeCache.Entry. parentsMethods in net.ssehub.easy.reasoning.sseReasoner.model that return TypeCache.Entry Modifier and Type Method Description TypeCache.EntryTypeCache. createEntryFor(IDatatype type, AbstractVariable var)Creates a type cache entry.TypeCache.EntryTypeCache. get(IDatatype type)Returns a type cache entry for the giventype.TypeCache.EntryContextStack. 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.Entry Modifier and Type Method Description voidTypeCache.Entry. addParent(TypeCache.Entry entry, TypeCache.IConstraintTarget target, IDecisionVariable register, 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.
-