Class DlgpeInvokerFactory
java.lang.Object
fr.inria.rules.integraal.io.dlgpe2.DlgpeInvokerFactory
Creates and caches invokers referenced from DLGPE function IRIs.
-
Constructor Summary
ConstructorsConstructorDescriptionDlgpeInvokerFactory(IntegraalEnvironment env, SameObjectTermFactory sameObjectTermFactory) Creates an invoker factory bound to the supplied environment and term factory. -
Method Summary
Modifier and TypeMethodDescriptioncreateOrGetInvoker(String iri) Returns a cached invoker for the supplied IRI, creating it if necessary.
-
Constructor Details
-
DlgpeInvokerFactory
Creates an invoker factory bound to the supplied environment and term factory.- Parameters:
env- the DLGPE parsing environmentsameObjectTermFactory- the term factory used by generated invokers
-
-
Method Details
-
createOrGetInvoker
-