|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ConflictResolvers.Rule activation for the purposes of conflict resolution.Configuration.
Condition to this rule.
ConditionFactory.
ConsequenceFactory.
List of Objects to the rule session
state of this rule session.
ObjectTypeFactory.
Declaration for
this Rule.
Rule to the network.
Rule to this RuleSet.
RuleSet to the network.
RuleSet.
WorkingMemory.PropertyChangeListeners
on the Object to automatically trigger modifyObject calls
if dynamic is true.
Duration interface
for specifying truthness duration.DurationFactory interface.RuleBase.
RuleSet.Builder against an existing Rete
network.
Builder against an existing Rete
network.
RuleBase.
ObjectType.ObjectType.ConflictResolver that uses the numConditions of rules to
resolve conflict.Condition that filters facts.FilterCondition.- ConditionException() -
Constructor for exception org.drools.spi.ConditionException
- Construct.
- ConditionException(String) -
Constructor for exception org.drools.spi.ConditionException
-
- ConditionException(Throwable) -
Constructor for exception org.drools.spi.ConditionException
- Construct with a root cause.
- ConditionException(Rule) -
Constructor for exception org.drools.spi.ConditionException
-
- ConditionException(String, Rule, String) -
Constructor for exception org.drools.spi.ConditionException
-
- ConditionException(Throwable, Rule, String) -
Constructor for exception org.drools.spi.ConditionException
- Construct with a root cause.
- ConditionFactory - Interface in org.drools.smf
-
- conditionInvoker -
Variable in class org.drools.semantics.java.JavaCondition
-
- ConditionInvoker - Interface in org.drools.smf
-
- conditionTested(ConditionTestedEvent) -
Method in class org.drools.event.DebugWorkingMemoryEventListener
-
- conditionTested(ConditionTestedEvent) -
Method in class org.drools.event.DefaultWorkingMemoryEventListener
-
- conditionTested(ConditionTestedEvent) -
Method in interface org.drools.event.WorkingMemoryEventListener
-
- ConditionTestedEvent - Class in org.drools.event
-
- ConditionTestedEvent(WorkingMemory, Rule, Condition, Tuple, boolean) -
Constructor for class org.drools.event.ConditionTestedEvent
-
- Configuration - Interface in org.drools.smf
- Configuration passed to a configurable
SemanticComponent. - ConflictResolver - Interface in org.drools.spi
- Strategy for resolving conflicts amongst multiple rules.
- ConflictResolverFactoryBean - Class in org.drools.spring.factory
-
- ConflictResolverFactoryBean() -
Constructor for class org.drools.spring.factory.ConflictResolverFactoryBean
-
- Consequence - Class in org.drools.decisiontable.model
-
- Consequence() -
Constructor for class org.drools.decisiontable.model.Consequence
-
- Consequence - Interface in org.drools.spi
- Consequence to be fired upon successful match of a
Rule. - Consequence - Annotation Type in org.drools.spring.metadata.annotation.java
-
- ConsequenceException - Exception in org.drools.spi
- Indicates an error during a
Consequence invokation. - ConsequenceException() -
Constructor for exception org.drools.spi.ConsequenceException
- Construct.
- ConsequenceException(String) -
Constructor for exception org.drools.spi.ConsequenceException
-
- ConsequenceException(Throwable) -
Constructor for exception org.drools.spi.ConsequenceException
- Construct with a root cause.
- ConsequenceException(Rule) -
Constructor for exception org.drools.spi.ConsequenceException
-
- ConsequenceException(String, Rule) -
Constructor for exception org.drools.spi.ConsequenceException
- Construct with a message.
- ConsequenceException(Throwable, Rule) -
Constructor for exception org.drools.spi.ConsequenceException
- Construct with a root cause.
- ConsequenceException(String, Rule, String) -
Constructor for exception org.drools.spi.ConsequenceException
-
- ConsequenceException(Throwable, Rule, String) -
Constructor for exception org.drools.spi.ConsequenceException
- Construct with a root cause.
- ConsequenceFactory - Interface in org.drools.smf
-
- ConsequenceInvoker - Interface in org.drools.smf
-
- consistentAssignmentExpression() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- constant() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- constant(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- Constants - Class in org.drools.jsr94.rules
- This class provides a list of constant values which can be used as keys in
the various property maps that are passed around between the javax.rules and
javax.rules.admin objects.
- constructorBody() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- contains(Object) -
Method in class org.drools.util.AbstractHashedMap.EntrySet
-
- contains(Object) -
Method in class org.drools.util.AbstractHashedMap.KeySet
-
- contains(Object) -
Method in class org.drools.util.AbstractHashedMap.Values
-
- contains(Object) -
Method in class org.drools.util.CompositeCollection
- Checks whether this composite collection contains the object.
- containsAll(Collection) -
Method in class org.drools.util.CompositeCollection
- Checks whether this composite contains all the elements in the specified
collection.
- containsKey(Object) -
Method in class org.drools.util.AbstractHashedMap
- Checks whether the map contains the specified key.
- containsKey(long) -
Method in class org.drools.util.PrimitiveLongMap
-
- containsObject(Handle) -
Method in class org.drools.jsr94.rules.StatefulRuleSessionImpl
- Returns
true if the given object is contained within
rulesession state of this rule session.
- containsObject(FactHandle) -
Method in class org.drools.SynchronizedWorkingMemory
-
- containsObject(FactHandle) -
Method in interface org.drools.WorkingMemory
- Determine if an object is associated with a
FactHandle.
- containsRule(String) -
Method in class org.drools.rule.RuleSet
- Determine if this
RuleSet contains a RulecontainsValue(Object) -
Method in class org.drools.util.AbstractHashedMap
- Checks whether the map contains the specified value.
- convertColNumToColName(int) -
Static method in class org.drools.decisiontable.model.Rule
-
- convertKey(Object) -
Method in class org.drools.util.AbstractHashedMap
- Converts input keys to another object for storage in the map.
- convertToDRL(InputStream, InputType) -
Method in class org.drools.decisiontable.SpreadsheetDRLConverter
- Generates DRL from the input stream containing the spreadsheet.
- convertToDRL(String, InputType) -
Method in class org.drools.decisiontable.SpreadsheetDRLConverter
- Convenience implementation, taking rules from the classpath.
- convertToDRL(InputStream, String) -
Method in class org.drools.decisiontable.SpreadsheetDRLConverter
- Looks for a named worksheet to find the decision tables on.
- createArgument(Rule) -
Method in class org.drools.spring.metadata.ApplicationDataArgumentMetadata
-
- createArgument(Rule) -
Method in interface org.drools.spring.metadata.ArgumentMetadata
-
- createArgument(Rule) -
Method in class org.drools.spring.metadata.DataArgumentMetadata
-
- createArgument(Rule) -
Method in class org.drools.spring.metadata.FactArgumentMetadata
-
- createArgument(Rule) -
Method in class org.drools.spring.metadata.KnowledgeHelperArgumentMetadata
-
- createEntry(AbstractHashedMap.HashEntry, int, Object, Object) -
Method in class org.drools.util.AbstractHashedMap
- Creates an entry to store the key-value data.
- createEntry(AbstractHashedMap.HashEntry, int, Object, Object) -
Method in class org.drools.util.IdentityMap
- Creates an entry to store the data.
- createEntrySetIterator() -
Method in class org.drools.util.AbstractHashedMap
- Creates an entry set iterator.
- createKeySetIterator() -
Method in class org.drools.util.AbstractHashedMap
- Creates a key set iterator.
- createMetadata(Class) -
Method in interface org.drools.spring.metadata.ParameterInferedTypeArgumentMetadataSource.ParameterTypeArgumentMetadataFactory
-
- createParser(SheetListener) -
Method in class org.drools.decisiontable.InputType
-
- createRuleExecutionSet(InputStream, Map) -
Method in class org.drools.jsr94.rules.admin.LocalRuleExecutionSetProviderImpl
- Creates a
RuleExecutionSet implementation using a
supplied input stream and additional Drools-specific properties.
- createRuleExecutionSet(Reader, Map) -
Method in class org.drools.jsr94.rules.admin.LocalRuleExecutionSetProviderImpl
- Creates a
RuleExecutionSet implementation using a supplied
character stream Reader and additional Drools-specific properties.
- createRuleExecutionSet(Object, Map) -
Method in class org.drools.jsr94.rules.admin.LocalRuleExecutionSetProviderImpl
- Creates a
RuleExecutionSet implementation from a
Drools-specific AST representation and Drools-specific properties.
- createRuleExecutionSet(Element, Map) -
Method in class org.drools.jsr94.rules.admin.RuleExecutionSetProviderImpl
- Creates a
RuleExecutionSet implementation from an XML
Document and additional Drools-specific properties.
- createRuleExecutionSet(Serializable, Map) -
Method in class org.drools.jsr94.rules.admin.RuleExecutionSetProviderImpl
- Creates a
RuleExecutionSet implementation from a
Drools-specific Abstract Syntax Tree (AST) representation and
Drools-specific properties.
- createRuleExecutionSet(String, Map) -
Method in class org.drools.jsr94.rules.admin.RuleExecutionSetProviderImpl
- Creates a
RuleExecutionSet implementation from a URI.
- createRuleSession(String, Map, int) -
Method in class org.drools.jsr94.rules.RuleRuntimeImpl
- Creates a
RuleSession implementation using the supplied
Drools-specific rule execution set registration URI.
- createValuesIterator() -
Method in class org.drools.util.AbstractHashedMap
- Creates a values iterator.
- CSV -
Static variable in class org.drools.decisiontable.InputType
-
- CsvLineParser - Class in org.drools.decisiontable.parser.csv
-
- CsvLineParser() -
Constructor for class org.drools.decisiontable.parser.csv.CsvLineParser
-
- CsvParser - Class in org.drools.decisiontable.parser.csv
- Csv implementation.
- CsvParser(SheetListener, CsvLineParser) -
Constructor for class org.drools.decisiontable.parser.csv.CsvParser
-
- CTOR_CALL -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- CTOR_CALL -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- CTOR_DEF -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- CTOR_DEF -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- ctorCall(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- ctorDef(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- ctorHead() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- ctorSList(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- currentEntry() -
Method in class org.drools.util.AbstractHashedMap.HashIterator
-
- currentIterator -
Variable in class org.drools.util.IteratorChain
- The current iterator
- currentIteratorIndex -
Variable in class org.drools.util.IteratorChain
- The index of the current iterator
Condition evaluation.Configuration.SemanticsRepository which uses discovery to autoload
semantic modules.RuleExecutionSet from
a URI.
drools Logic Engine exception.Rule to a RuleSet
that already contains a Rule with the same name.RuleSet array.
Configuration array.
SemanticModule array.
hashCode field from a HashEntry.
key field from a HashEntry.
next field from a HashEntry.
value field from a HashEntry.
FactHandle.ConflictResolver that orders rules on a First-In-First-Out
basis.Rule.Declaration.
List of Conditions for this
rule.
Rule.
ConflictResolver.
Consequence associated with this
Rule.
WorkingMemory session for this
RuleBase and the current thread.
RuleExecutionSet.
Tuple must remain true before the rule will fire.
Tuple
must remain true before the rule will fire.
FactHandle.
FactHandle associated with an Object.
FactHandle for a given object.
List of the Handles being used
for object identity.
next().
LocalRuleExecutionSetProvider implementation.
Locator.
RuleExecutionSet.
RuleSet.
FactHandle.
List over the objects in rule session state of
this rule session.
ObjectType.
Rule in the RuleSet.
Declaration by identifier.
Declarations.
List of the URIs that currently have
RuleExecutionSets associated with them.
List of the URIs that currently have
RuleExecutionSets associated with them.
Declaration s required for evaluating the expression.
Declaration s required by this condition to perform its duties.
Declaration s required by this
condition to perform its duties.
Rule.
Rule by name.
Rule.
Rule that was activated.
RuleAdministrator.
RuleBase of this working memory.
RuleExecutionSet bound to this URI, or return
null.
RuleExecutionSetProvider implementation.
RuleRuntime.
Rules that are part of the
RuleExecutionSet.
Rules in this RuleSet.
RuleSet.
RuleSet.
Rule salience.
SemanticModules.
Tuple that was activated.
RuleExecutionSet.
next().
WorkingMemory associated with
this object.
Consequence.Condition.Consequence.Map implementation that matches keys and values based on
== not equals(). tag within a by allowing
Classes to be loaded using a specified ClassLoaderTuple.
Tuple.
Tuple.
Tuple is allowed by this condition.
Tuple is allowed by this
condition.
Tuple is allowed by this
condition.
IteratorChain over the two given
iterators.
IteratorChain over the array of
iterators.
IteratorChain over the collection of
iterators.
Consequence.Condition.Consequence.Handle interface which provides
a marker interface for Drools-specific object identity mechanism.Handles.ConflictResolver that orders rules on a Last-In-First-Out
basis.ConflictResolver that uses the loadOrder of rules to resolve
conflict.LocalRuleExecutionSetProvider
interface which defines RuleExecutionSet creation methods for
defining RuleExecutionSets from local (non-serializable)
resources.SemanticModule by URI.
Map.Object belongs to the object type
defined by this objectType instance.
Object belongs to the object type
defined by this objectType instance.
Object belongs to the object type
defined by this objectType instance.
Declarations.Duration object configured
using the given Configuration.
Handle.
Handle.
WorkingMemory session for this
RuleBase.
Map.
Rule does not contain a
Consequences.Rule does not contain any
root object parameter Declarations.SemanticModule.ConflictResolver that uses the leastRecentFactTimeStamp of
tuples to resolve conflict.Buffer that provides for removal
based on Comparator ordering.Consequence.Condition.Functions.ConflictResolver that uses the semi-random order of rules to
resolve conflict.RuleSet from a URL.
RuleSet from a Reader.
RuleSet from an InputStream.
RuleSet from a URL.
RuleSet from an InputSource.
URL.
InputStream.
ConflictResolver that uses the mostRecentFactTimeStamp of
rules to resolve conflict.RuleExecutionSet and associates it with a
given URI.
RuleExecutionSet under the given URI.
SemanticModule with a URI.
Map
(optional operation).
RuleExecutionSet description constant.
RuleExecutionSet name constant.
WorkingMemory.Rule contains a set of Conditions and a
Consequence.Rule with the given name for the specified ruleSet parent
- Rule(String) -
Constructor for class org.drools.rule.Rule
- Construct a
Rule for the given name with null for the
parent RuleSet
Rules will nearly always
want to be in a RuleSet.
- rule -
Variable in class org.drools.semantics.java.JavaCondition
-
- rule() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- RULE -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- rule(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- RULE -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- Rule - Annotation Type in org.drools.spring.metadata.annotation.java
-
- Rule.Loop - Enum in org.drools.spring.metadata.annotation.java
-
- RULE_SET -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- RULE_SET -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- RULE_TABLE_TAG -
Static variable in class org.drools.decisiontable.parser.RuleSheetListener
-
- RuleAdministratorImpl - Class in org.drools.jsr94.rules.admin
- The Drools implementation of the
RuleAdministrator interface
which is used by rule execution set administrators to load rule execution
sets from external sources and create a RuleExecutionSet
runtime object. - RuleAdministratorImpl(RuleExecutionSetRepository) -
Constructor for class org.drools.jsr94.rules.admin.RuleAdministratorImpl
- Default constructor.
- RuleBase - Interface in org.drools
- Active collection of
Rules. - RuleBaseBuilder - Class in org.drools
- Factory for constructing a
RuleBase. - RuleBaseBuilder() -
Constructor for class org.drools.RuleBaseBuilder
- Construct.
- RuleBaseBuilder(RuleBaseContext) -
Constructor for class org.drools.RuleBaseBuilder
- Construct.
- RuleBaseContext - Class in org.drools.spi
-
- RuleBaseContext() -
Constructor for class org.drools.spi.RuleBaseContext
-
- RuleBaseFactoryBean - Class in org.drools.spring.factory
-
- RuleBaseFactoryBean() -
Constructor for class org.drools.spring.factory.RuleBaseFactoryBean
-
- RuleBaseLoader - Class in org.drools.io
- Convenience methods for loading a
RuleBase, as well as lower level calls
for building up a rule base from RuleSets. - RuleBaseLoader() -
Constructor for class org.drools.io.RuleBaseLoader
- Default constructor
- RuleBaseLoader(ConflictResolver) -
Constructor for class org.drools.io.RuleBaseLoader
- Default constructor
- RuleBean - Class in org.drools.spring.factory
-
- RuleBean() -
Constructor for class org.drools.spring.factory.RuleBean
-
- RuleBuilder - Class in org.drools.spring.factory
-
- RuleBuilder() -
Constructor for class org.drools.spring.factory.RuleBuilder
-
- RuleBuilder.InvalidParameterException - Exception in org.drools.spring.factory
-
- RuleBuilder.InvalidPojoConditionException - Exception in org.drools.spring.factory
-
- RuleBuilder.InvalidReturnTypeException - Exception in org.drools.spring.factory
-
- RuleCompiler - Class in org.drools.smf
-
- RuleComponent - Interface in org.drools.spi
- Semantic component marker.
- ruleCondition() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- RuleConstructionException - Exception in org.drools.rule
- Base exception for errors during
Rule construction. - RuleExecutionSetImpl - Class in org.drools.jsr94.rules.admin
- The Drools implementation of the
RuleExecutionSet interface
which defines a named set of executable Rule instances. - RuleExecutionSetMetadataImpl - Class in org.drools.jsr94.rules
- The Drools implementation of the
RuleExecutionSetMetadata
interface which exposes some simple properties of the
RuleExecutionSet to the runtime user. - RuleExecutionSetMetadataImpl(String, String, String) -
Constructor for class org.drools.jsr94.rules.RuleExecutionSetMetadataImpl
- Constructs an instance of
RuleExecutionSetMetadata.
- RuleExecutionSetProviderImpl - Class in org.drools.jsr94.rules.admin
- The Drools implementation of the
RuleExecutionSetProvider
interface which defines RuleExecutionSet creation methods for
defining RuleExecutionSets from potentially serializable
resources. - RuleExecutionSetProviderImpl() -
Constructor for class org.drools.jsr94.rules.admin.RuleExecutionSetProviderImpl
-
- RuleExecutionSetRepository - Class in org.drools.jsr94.rules.admin
- Stores the registered
RuleExecutionSet objects. - RuleExecutionSetRepository() -
Constructor for class org.drools.jsr94.rules.admin.RuleExecutionSetRepository
- Private constructor; use
getInstance instead.
- RuleFactory - Interface in org.drools.smf
-
- ruleFile() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- ruleFile(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- RuleImpl - Class in org.drools.jsr94.rules.admin
- The Drools implementation of the
Rule interface which provides
access to simple metadata for a rule. - RuleIntegrationException - Exception in org.drools
- Indicates an error integrating a
Rule or RuleSet
into a RuleBase. - RuleIntegrationException(Rule) -
Constructor for exception org.drools.RuleIntegrationException
-
- RuleIntegrationException(Rule, Throwable) -
Constructor for exception org.drools.RuleIntegrationException
-
- RuleMetadata - Interface in org.drools.spring.metadata
-
- RuleMetadataSource - Interface in org.drools.spring.metadata
-
- RuleNameEndsWithAgendaFilter - Class in org.drools.spi
- Filters activations based on a specified rule name suffix.
- RuleNameEndsWithAgendaFilter(String) -
Constructor for class org.drools.spi.RuleNameEndsWithAgendaFilter
-
- RuleNameEndsWithAgendaFilter(String, boolean) -
Constructor for class org.drools.spi.RuleNameEndsWithAgendaFilter
-
- RuleNameEqualsAgendaFilter - Class in org.drools.spi
- Filters activations based on an exact match of a rule name.
- RuleNameEqualsAgendaFilter(String) -
Constructor for class org.drools.spi.RuleNameEqualsAgendaFilter
-
- RuleNameEqualsAgendaFilter(String, boolean) -
Constructor for class org.drools.spi.RuleNameEqualsAgendaFilter
-
- RuleNameStartsWithAgendaFilter - Class in org.drools.spi
- Filters activations based on a specified rule name prefix.
- RuleNameStartsWithAgendaFilter(String) -
Constructor for class org.drools.spi.RuleNameStartsWithAgendaFilter
-
- RuleNameStartsWithAgendaFilter(String, boolean) -
Constructor for class org.drools.spi.RuleNameStartsWithAgendaFilter
-
- RuleReflectMethod - Class in org.drools.spring.pojorule
-
- RuleReflectMethod() -
Constructor for class org.drools.spring.pojorule.RuleReflectMethod
- Not intended to be called.
- RuleReflectMethod(Rule, Object, Method, Argument[]) -
Constructor for class org.drools.spring.pojorule.RuleReflectMethod
-
- RuleRuntimeImpl - Class in org.drools.jsr94.rules
- The Drools implementation of the
RuleRuntime interface which
is the access point for runtime execution of RuleExecutionSets. - RuleRuntimeImpl(RuleExecutionSetRepository) -
Constructor for class org.drools.jsr94.rules.RuleRuntimeImpl
- Create a new
RuleRuntimeImpl.
- RULES_NAMESPACE_URI -
Static variable in class org.drools.io.RuleSetReader
- Namespace URI for the general tags.
- RuleServiceProviderImpl - Class in org.drools.jsr94.rules
- This class provides access to the
RuleRuntime and
RuleAdministrator implementation supplied by Drools when
running under J2SE. - RuleServiceProviderImpl() -
Constructor for class org.drools.jsr94.rules.RuleServiceProviderImpl
- Create a new
RuleServiceProviderImpl.
- Ruleset - Class in org.drools.decisiontable.model
-
- Ruleset(String) -
Constructor for class org.drools.decisiontable.model.Ruleset
-
- RuleSet - Class in org.drools.rule
- Collection of related
Rules. - RuleSet(String) -
Constructor for class org.drools.rule.RuleSet
- Construct.
- RuleSet(String, RuleBaseContext) -
Constructor for class org.drools.rule.RuleSet
- Construct.
- ruleSet -
Variable in class org.drools.semantics.java.JavaFunctions
-
- ruleSet() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- ruleSet(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- RULESET_TAG -
Static variable in class org.drools.decisiontable.parser.RuleSheetListener
-
- RuleSetCompiler - Class in org.drools.smf
-
- RuleSetCompiler(RuleSet, String, String) -
Constructor for class org.drools.smf.RuleSetCompiler
-
- RuleSetFactoryBean - Class in org.drools.spring.factory
-
- RuleSetFactoryBean() -
Constructor for class org.drools.spring.factory.RuleSetFactoryBean
-
- RuleSetIntegrationException - Exception in org.drools
- Indicates an error integrating a
RuleSet
into a RuleBase. - RuleSetIntegrationException(RuleSet) -
Constructor for exception org.drools.RuleSetIntegrationException
-
- RuleSetIntegrationException(RuleSet, Throwable) -
Constructor for exception org.drools.RuleSetIntegrationException
-
- RuleSetLoader - Class in org.drools.io
-
- RuleSetLoader() -
Constructor for class org.drools.io.RuleSetLoader
-
- RuleSetPackage - Class in org.drools.smf
- References the results from the compilation of a RuleSet.
- RuleSetPackage(RuleSet, URL, URL) -
Constructor for class org.drools.smf.RuleSetPackage
-
- RuleSetReader - Class in org.drools.io
RuleSet loader.- RuleSetReader() -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSetReader(SAXParser) -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSetReader(SemanticsRepository) -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSetReader(RuleBaseContext) -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSetReader(SemanticsRepository, SAXParser) -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSetReader(SemanticsRepository, RuleBaseContext) -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSetReader(SAXParser, SemanticsRepository) -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSetReader(SAXParser, RuleBaseContext) -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSetReader(SemanticsRepository, SAXParser, RuleBaseContext) -
Constructor for class org.drools.io.RuleSetReader
- Construct.
- RuleSheetListener - Class in org.drools.decisiontable.parser
-
- RuleSheetListener() -
Constructor for class org.drools.decisiontable.parser.RuleSheetListener
-
- RuleSheetParserUtil - Class in org.drools.decisiontable.parser
-
ConflictResolver that uses the salience of rules to resolve
conflict.SemanticModule s from a set of properties.ConflictResolver.
Consequence that is associated with the successful
match of this rule.
ObjectFilter class.
FactHandleFactory.
Rule salience.
- setSalience(Integer) -
Method in class org.drools.spring.factory.RuleBean
-
- setSalience(Integer) -
Method in class org.drools.spring.metadata.BasicRuleMetadata
-
- SetSemaphore - Class in org.drools.semantics.base
-
- SetSemaphore(String) -
Constructor for class org.drools.semantics.base.SetSemaphore
-
- SetSemaphore(String, Set) -
Constructor for class org.drools.semantics.base.SetSemaphore
-
- setSnippet(String) -
Method in class org.drools.decisiontable.model.Condition
-
- setSnippet(String) -
Method in class org.drools.decisiontable.model.Consequence
-
- setSnippet(String) -
Method in class org.drools.decisiontable.model.Duration
-
- setStoppingClass(Class) -
Method in class org.drools.spring.metadata.AccessAndReturnTypeMethodMetadataSource
-
- setStoppingClass(Class) -
Method in interface org.drools.spring.metadata.StoppingClassCapable
-
- setText(String) -
Method in class org.drools.smf.DefaultConfiguration
- Set the node text.
- setUpDictionary(Tuple, Iterator) -
Method in class org.drools.semantics.python.PythonInterp
- Configure a
PyDictionary using a Tuple for
variable bindings.
- setValue(boolean) -
Method in class org.drools.semantics.base.BooleanSemaphore
-
- setValue(char) -
Method in class org.drools.semantics.base.CharSemaphore
-
- setValue(double) -
Method in class org.drools.semantics.base.DoubleSemaphore
-
- setValue(float) -
Method in class org.drools.semantics.base.FloatSemaphore
-
- setValue(int) -
Method in class org.drools.semantics.base.IntegerSemaphore
-
- setValue(List) -
Method in class org.drools.semantics.base.ListSemaphore
-
- setValue(long) -
Method in class org.drools.semantics.base.LongSemaphore
-
- setValue(Map) -
Method in class org.drools.semantics.base.MapSemaphore
-
- setValue(Set) -
Method in class org.drools.semantics.base.SetSemaphore
-
- setValue(short) -
Method in class org.drools.semantics.base.ShortSemaphore
-
- setValue(String) -
Method in class org.drools.semantics.base.StringSemaphore
-
- setValue(Object) -
Method in class org.drools.util.AbstractHashedMap.HashEntry
-
- setValue(Object) -
Method in class org.drools.util.AbstractHashedMap.HashMapIterator
-
- setValue(Object) -
Method in class org.drools.util.EmptyMapIterator
-
- setValue(Object) -
Method in interface org.drools.util.MapIterator
- Sets the value associated with the current key (optional operation).
- SETVALUE_INVALID -
Static variable in class org.drools.util.AbstractHashedMap
-
- setXorGroup(String) -
Method in class org.drools.decisiontable.model.Rule
-
- setXorGroup(String) -
Method in class org.drools.rule.Rule
-
- SheetListener - Interface in org.drools.decisiontable.parser
-
- shiftExpression() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- ShortSemaphore - Class in org.drools.semantics.base
-
- ShortSemaphore(String) -
Constructor for class org.drools.semantics.base.ShortSemaphore
-
- ShortSemaphore(String, short) -
Constructor for class org.drools.semantics.base.ShortSemaphore
-
- shrinkPages(int) -
Method in class org.drools.util.PrimitiveLongMap
- Shrink index to accomodate given pageId
- SimpleSemanticModule - Class in org.drools.smf
- Simple implementation of a Semantic Module.
- SimpleSemanticModule(String) -
Constructor for class org.drools.smf.SimpleSemanticModule
- Construct with a URI.
- SimpleSemanticsRepository - Class in org.drools.smf
- Simple in-memory repository of semantic modules.
- SimpleSemanticsRepository() -
Constructor for class org.drools.smf.SimpleSemanticsRepository
- Construct an empty repository.
- SimplicityConflictResolver - Class in org.drools.conflict
ConflictResolver that uses the numConditions of rules to
resolve conflict.- SimplicityConflictResolver() -
Constructor for class org.drools.conflict.SimplicityConflictResolver
- Construct.
- size() -
Method in class org.drools.event.WorkingMemoryEventSupport
-
- size() -
Method in class org.drools.util.AbstractHashedMap.EntrySet
-
- size() -
Method in class org.drools.util.AbstractHashedMap.KeySet
-
- size -
Variable in class org.drools.util.AbstractHashedMap
- The size of the map
- size() -
Method in class org.drools.util.AbstractHashedMap
- Gets the size of the map.
- size() -
Method in class org.drools.util.AbstractHashedMap.Values
-
- size() -
Method in class org.drools.util.CompositeCollection
- Gets the size of this composite collection.
- size() -
Method in class org.drools.util.IteratorChain
- Number of Iterators in the current IteratorChain.
- size -
Variable in class org.drools.util.PriorityQueue
- The number of elements currently in this buffer.
- size() -
Method in class org.drools.util.PriorityQueue
- Returns the number of elements in this buffer.
- SL -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- SL -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- SL_ASSIGN -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- SL_ASSIGN -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- SL_COMMENT -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- SL_COMMENT -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- SLIST -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- slist(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- SLIST -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- SnippetBuilder - Class in org.drools.decisiontable.model
-
- SnippetBuilder(String) -
Constructor for class org.drools.decisiontable.model.SnippetBuilder
-
- SpreadsheetDRLConverter - Class in org.drools.decisiontable
-
- SpreadsheetDRLConverter() -
Constructor for class org.drools.decisiontable.SpreadsheetDRLConverter
-
- SR -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- SR -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- SR_ASSIGN -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- SR_ASSIGN -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- STAR -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- STAR -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- STAR_ASSIGN -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- STAR_ASSIGN -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- startConfiguration(String, Attributes) -
Method in class org.drools.io.RuleSetReader
- Start a configuration node.
- startDocument() -
Method in class org.drools.io.RuleSetReader
-
- startElement(String, String, String, Attributes) -
Method in class org.drools.io.RuleSetReader
-
- startPrefixMapping(String, String) -
Method in class org.drools.io.RuleSetReader
-
- startSheet(String) -
Method in class org.drools.decisiontable.parser.RuleSheetListener
-
- startSheet(String) -
Method in interface org.drools.decisiontable.parser.SheetListener
- Start a new sheet
- startSheet(String) -
Method in class org.drools.decisiontable.parser.xls.NullSheetListener
-
- startSheet(String) -
Method in class org.drools.decisiontable.parser.xls.PropertiesSheetListener
-
- stat(AST) -
Method in class org.drools.semantics.java.parser.JavaTreeParser
-
- StatefulRuleSessionImpl - Class in org.drools.jsr94.rules
- The Drools implementation of the
StatefulRuleSession interface
which is a representation of a stateful rules engine session. - StatelessRuleSessionImpl - Class in org.drools.jsr94.rules
- The Drools implementation of the
StatelessRuleSession
interface which is a representation of a stateless rules engine session. - statement() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- STATIC_INIT -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- STATIC_INIT -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- StoppingClassCapable - Interface in org.drools.spring.metadata
-
- STRICTFP -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- STRICTFP -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- STRING_LITERAL -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- STRING_LITERAL -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- StringSemaphore - Class in org.drools.semantics.base
-
- StringSemaphore(String) -
Constructor for class org.drools.semantics.base.StringSemaphore
-
- StringSemaphore(String, String) -
Constructor for class org.drools.semantics.base.StringSemaphore
-
- stripOuterIndention(String) -
Static method in class org.drools.semantics.python.PythonInterp
- Trims leading indention from the block of text.
- SUPER_CTOR_CALL -
Static variable in interface org.drools.semantics.java.parser.JavaTokenTypes
-
- SUPER_CTOR_CALL -
Static variable in interface org.drools.semantics.java.parser.JavaTreeParserTokenTypes
-
- superClassClause() -
Method in class org.drools.semantics.java.parser.JavaRecognizer
-
- SynchronizedWorkingMemory - Class in org.drools
- Each implemented method of the WorkingMemory interface is synchronised.
- SynchronizedWorkingMemory(WorkingMemory) -
Constructor for class org.drools.SynchronizedWorkingMemory
-
Declaration s to current fact values.RuleExecutionSet from the given URI.
RuleBase.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||