Tabnine Logo
AfterActivationFiredEvent.getActivation
Code IndexAdd Tabnine to your IDE (free)

How to use
getActivation
method
in
org.drools.event.AfterActivationFiredEvent

Best Java code snippets using org.drools.event.AfterActivationFiredEvent.getActivation (Showing top 10 results out of 315)

origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.drools

  public String toString() {
    return "[AfterActivationFired(" + getActivation().getActivationNumber() + "): rule=" + getActivation().getRule().getName() + "; tuple=" + getActivation().getTuple() + "]";
  }
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.drools

public void afterActivationFired(AfterActivationFiredEvent event,
    WorkingMemory workingMemory) {
  rules.remove(event.getActivation().getRule().getName());
}
origin: org.chtijbug.drools/droolsjbpm-ide-common

public void afterActivationFired(AfterActivationFiredEvent event,
    WorkingMemory workingMemory) {
  rules.remove(event.getActivation().getRule().getName());
}
origin: org.drools/droolsjbpm-ide-common

public void afterActivationFired(AfterActivationFiredEvent event,
    WorkingMemory workingMemory) {
  rules.remove(event.getActivation().getRule().getName());
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.drools

/**
 * @see org.drools.event.AgendaEventListener
 */
public void afterActivationFired(final AfterActivationFiredEvent event,
                 final WorkingMemory workingMemory) {
  filterLogEvent( new ActivationLogEvent( LogEvent.AFTER_ACTIVATION_FIRE,
                      getActivationId( event.getActivation() ),
                      event.getActivation().getRule().getName(),
                      extractDeclarations( event.getActivation(), workingMemory ),
                      event.getActivation().getRule().getRuleFlowGroup() ) );
}
origin: org.drools/droolsjbpm-ide-common

public void afterActivationFired(AfterActivationFiredEvent event,
    WorkingMemory workingMemory) {
  recordFiring(event.getActivation().getRule());
}
origin: org.chtijbug.drools/droolsjbpm-ide-common

public void afterActivationFired(AfterActivationFiredEvent event,
    WorkingMemory workingMemory) {
  recordFiring(event.getActivation().getRule());
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.drools

public void afterActivationFired(AfterActivationFiredEvent event,
    WorkingMemory workingMemory) {
  recordFiring(event.getActivation().getRule());
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.drools

public void afterActivationFired(AfterActivationFiredEvent event,
                 WorkingMemory workingMemory) {
  AgendaStatsData data = getRuleStatsInstance( event.getActivation().getRule().getName() );
  this.consolidated.stopFireClock();
  data.stopFireClock();
  this.consolidated.activationsFired.incrementAndGet();
  data.activationsFired.incrementAndGet();
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.drools

public void afterActivationFired(AfterActivationFiredEvent event,
                 WorkingMemory workingMemory) {
  listener.afterActivationFired( new AfterActivationFiredEventImpl( event.getActivation(),
                                   ((InternalWorkingMemory) workingMemory).getKnowledgeRuntime() ) );
}
org.drools.eventAfterActivationFiredEventgetActivation

Popular methods of AfterActivationFiredEvent

  • <init>
  • toString

Popular in Java

  • Making http post requests using okhttp
  • compareTo (BigDecimal)
  • getExternalFilesDir (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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