|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.RuleExecutionContextImplementation
public class RuleExecutionContextImplementation
Default implementation of the rule execution context
Field Summary | |
---|---|
private ModelFactory |
modelFactory
model factory being used |
private DeducedModelLayerExtension |
modelLayer
model layer |
Constructor Summary | |
---|---|
RuleExecutionContextImplementation()
RuleExecutionContextImplementation constructor |
Method Summary | |
---|---|
ModelFactory |
getModelFactory()
(non-Javadoc) |
DeducedModelLayerExtension |
getModelLayer()
(non-JSDoc) |
void |
setModelFactory(ModelFactory setModelFactory)
set Model Factory |
void |
setModelLayer(DeducedModelLayerExtension setLayer)
set Model Layer |
void |
setModelLayerAndFactory(DeducedModelLayerExtension setLayer)
set Model Layer And Factory from model layer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ModelFactory modelFactory
private DeducedModelLayerExtension modelLayer
Constructor Detail |
---|
public RuleExecutionContextImplementation()
Method Detail |
---|
public void setModelLayerAndFactory(DeducedModelLayerExtension setLayer)
setLayer
- the layer to usepublic void setModelLayer(DeducedModelLayerExtension setLayer)
setLayer
- the new model layerpublic ModelFactory getModelFactory()
getModelFactory
in interface RuleExecutionContext
RuleExecutionContext.getModelFactory()
public void setModelFactory(ModelFactory setModelFactory)
setModelFactory
- the new model factory to usepublic DeducedModelLayerExtension getModelLayer()
getModelLayer
in interface RuleExecutionContext
RuleExecutionContext.getModelLayer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |