|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.rule.ApplicationData
public class ApplicationData
ApplicationData
allows data to be made accessible to
Condition
s and Consequence
s without the need to assert
the data.
ApplicationData
name and type must be declared to a RuleBase
before it can set in a WorkingMemory
otherwise a RuntimeException will occur.
Constructor Summary
ApplicationData(RuleSet ruleSet,
java.lang.String identifier,
java.lang.Class type)
Method Summary
java.lang.String
getIdentifier()
java.lang.Class
getType()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
ApplicationData
public ApplicationData(RuleSet ruleSet,
java.lang.String identifier,
java.lang.Class type)
Method Detail
getIdentifier
public java.lang.String getIdentifier()
getType
public java.lang.Class getType()
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD