public interface HomomorphismWithCompilation<T1,T2 extends AtomSet> extends ExistentialHomomorphismWithCompilation<T1,T2>, Homomorphism<T1,T2>
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Substitution> |
execute(T1 q,
T2 a,
RulesCompilation compilation)
Look for the homomorphisms of the specified object into the specified
atomset.
|
exist
execute
exist
getProfiler, setProfiler
CloseableIterator<Substitution> execute(T1 q, T2 a, RulesCompilation compilation) throws HomomorphismException
q
- a
- compilation
- HomomorphismException
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.