congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
InternalWorkingMemory.retract
Code IndexAdd Tabnine to your IDE (free)

How to use
retract
method
in
org.drools.common.InternalWorkingMemory

Best Java code snippets using org.drools.common.InternalWorkingMemory.retract (Showing top 3 results out of 315)

origin: org.chtijbug.drools/droolsjbpm-ide-common

public void retractFact(String retractFactName) {
  this.workingMemory.retract(this.factHandles.get(retractFactName));
  this.populatedData.remove(retractFactName);
}
origin: org.drools/droolsjbpm-ide-common

public void retractFact(String retractFactName) {
  this.workingMemory.retract(this.factHandles.get(retractFactName));
  this.populatedData.remove(retractFactName);
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.drools

public void execute(InternalWorkingMemory workingMemory) {
  if ( beliefSet.isEmpty() ) {
    // this needs to be scheduled so we don't upset the current
    // working memory operation
    workingMemory.retract( this.handle,
                false,
                true,
                (Rule) context.getRuleOrigin(),
                this.activation );
  }
}
org.drools.commonInternalWorkingMemoryretract

Popular methods of InternalWorkingMemory

  • addEventListener
  • fireAllRules
  • getAgenda
  • getSessionClock
  • insert
  • removeEventListener
  • getObjectStore
  • iterateObjects
  • setGlobal
  • update
  • activationFired
    This method is called by the agenda right after an activation was fired to allow the working memory
  • addLIANodePropagation
  • activationFired,
  • addLIANodePropagation,
  • clearNodeMemory,
  • endOperation,
  • executeQueuedActions,
  • getCalendars,
  • getEntryPoint,
  • getEntryPointNode,
  • getEntryPoints

Popular in Java

  • Start an intent from android
  • setScale (BigDecimal)
  • findViewById (Activity)
  • getContentResolver (Context)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JComboBox (javax.swing)
  • JList (javax.swing)
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now