| java.lang.Object org.drools.reteoo.builder.BuildUtils
BuildUtils | public class BuildUtils (Code) | | Utility functions for reteoo build
author: etirelli |
addBuilder | public void addBuilder(Class target, ReteooComponentBuilder builder)(Code) | | Adds the given builder for the given target to the builders map
Parameters: target - Parameters: builder - |
attachNode | public BaseNode attachNode(BuildContext context, BaseNode candidate)(Code) | | Attaches a node into the network. If a node already exists that could
substitute, it is used instead.
Parameters: context - The current build context Parameters: candidate - The node to attach. the actual attached node that may be the one given as parameteror eventualy one that was already in the cache if sharing is enabled |
createBetaNodeConstraint | public BetaConstraints createBetaNodeConstraint(BuildContext context, List list, boolean disableIndexing)(Code) | | Creates and returns a BetaConstraints object for the given list of constraints
Parameters: context - the current build context Parameters: list - the list of constraints |
|
|