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