Package | Description |
---|---|
org.linqs.psl.database | |
org.linqs.psl.database.atom | |
org.linqs.psl.model.rule.arithmetic.expression |
Modifier and Type | Method and Description |
---|---|
boolean |
Database.hasCachedAtom(QueryAtom atom) |
Modifier and Type | Field and Description |
---|---|
protected Map<QueryAtom,GroundAtom> |
AtomCache.cache |
Modifier and Type | Method and Description |
---|---|
GroundAtom |
AtomCache.getCachedAtom(QueryAtom atom)
Checks whether a
GroundAtom matching a QueryAtom exists in the
cache and returns it if so. |
boolean |
AtomCache.removeCachedAtom(QueryAtom qAtom)
Removes an atom from the AtomCache
|
Modifier and Type | Method and Description |
---|---|
QueryAtom |
SummationAtom.getQueryAtom() |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.