Class MappingPortalContext
- java.lang.Object
-
- com.aquima.interactions.mapping.impl.MappingPortalContext
-
- All Implemented Interfaces:
IMappingContext
public class MappingPortalContext extends Object implements IMappingContext
The mapping context holds the necessary elements for mapping aIMappedJustificationTree
- Since:
- 11.4
- Author:
- Mihai Bob
-
-
Constructor Summary
Constructors Constructor Description MappingPortalContext(IRuleEngine ruleEngine, IMappingComposer mappingComposer, IProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMappingComposer
getMappingComposer()
IProfile
getProfile()
IRuleEngine
getRuleEngine()
-
-
-
Constructor Detail
-
MappingPortalContext
public MappingPortalContext(IRuleEngine ruleEngine, IMappingComposer mappingComposer, IProfile profile)
-
-
Method Detail
-
getMappingComposer
public IMappingComposer getMappingComposer()
- Specified by:
getMappingComposer
in interfaceIMappingContext
-
getRuleEngine
public IRuleEngine getRuleEngine()
- Specified by:
getRuleEngine
in interfaceIMappingContext
-
getProfile
public IProfile getProfile()
- Specified by:
getProfile
in interfaceIMappingContext
-
-