Uses of Interface
com.aquima.interactions.dtree.ITreeEngine
Packages that use ITreeEngine
Package
Description
-
Uses of ITreeEngine in com.aquima.interactions.dtree
Methods in com.aquima.interactions.dtree that return ITreeEngineModifier and TypeMethodDescriptionITreeEngineFactory.create
(IMetaModel metamodel, IParserFactory parserFactory, IComposer composer, ITreeEngineDS datasource) Constructs the tree engine with the required arguments.TreeEngineFactory.create
(IMetaModel metamodel, IParserFactory parserFactory, IComposer composer, ITreeEngineDS datasource) -
Uses of ITreeEngine in com.aquima.interactions.dtree.impl
Classes in com.aquima.interactions.dtree.impl that implement ITreeEngineModifier and TypeClassDescriptionclass
Decision tree engine implementation, which hold the various (static) definitions of the defined decision trees. -
Uses of ITreeEngine in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return ITreeEngineModifier and TypeMethodDescriptionIPortalContext.getTreeEngine()
The tree engine for the current session. -
Uses of ITreeEngine in com.aquima.interactions.portal.model
Methods in com.aquima.interactions.portal.model that return ITreeEngineModifier and TypeMethodDescriptionIModule.getTreeEngine()
This method returns the (static) tree engine of the application.Module.getTreeEngine()
-
Uses of ITreeEngine in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return ITreeEngineModifier and TypeMethodDescriptionPortalContext.getTreeEngine()
PortalContextDelegate.getTreeEngine()
ServiceContextDelegate.getTreeEngine()