public interface TermResolutionEngine
Term
s.Modifier and Type | Method and Description |
---|---|
void |
addTermResolver(TermResolver<?> termResolver)
Adds a
TermResolver to the TermResolutionEngine . |
void |
addTermValue(Term term,
Object value)
Adds a fact value to the
TermResolutionEngine 's internal state |
<T> T |
resolveTerm(Term term)
Resolves a given term into a fact
|
<T> T resolveTerm(Term term) throws TermResolutionException
term
- the Term
to resolveTerm
{@link
- TermResolutionException} if the given Term
can't be resolvedTermResolutionException
void addTermValue(Term term, Object value)
TermResolutionEngine
's internal stateterm
- the named Termvalue
- the fact valuevoid addTermResolver(TermResolver<?> termResolver)
TermResolver
to the TermResolutionEngine
. Once added, it may
be used (unsurprisingly) by the engine to resolve Term
s.termResolver
- the TermResolver
to add.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.