| AbstractConceptCache |
Copyright: Copyright (c) 2007
|
| CachedEdge |
Description: Represents an edge cached for a CachedNode.
|
| CachedNode |
Description: Represent the cached information for a concept or an _individual.
|
| CacheSafety |
A class to check if a previsouly cached satisfiability result is safe to reuse for a specific _node in the completion graph.
|
| CacheSafetyAlwaysSafe |
A singleton implementation of CacheSafety that always says it is safe to reuse cached results.
|
| CacheSafetyNeverSafe |
A singleton implementation of CacheSafety that says it is never safe to reuse cached results.
|
| ConceptCache |
Title: Concept Cache
|