JIVE Platform
Release 0.3.1

edu.buffalo.cse.jive.sequence.java
Interface FilteredMethodActivation

All Superinterfaces:
ExecutionOccurrence, JavaExecutionActivation, MethodActivation

public interface FilteredMethodActivation
extends MethodActivation

A JavaExecutionActivation representing the execution of a method that eventually resulted in a MethodActivation, but itself has neither an identifier nor a context.

See Also:
JavaExecutionActivation

Nested Class Summary
static interface FilteredMethodActivation.Exporter
          A reverse-builder for filtered method activations.
static interface FilteredMethodActivation.Importer
          A builder for filtered method activations.
 
Nested classes/interfaces inherited from interface edu.buffalo.cse.jive.sequence.java.JavaExecutionActivation
JavaExecutionActivation.Visitor
 
Method Summary
 
Methods inherited from interface edu.buffalo.cse.jive.sequence.java.JavaExecutionActivation
accept
 
Methods inherited from interface edu.buffalo.cse.jive.sequence.ExecutionOccurrence
containingModel, context, duration, events, export, id, initiator, isTerminated
 


JIVE Platform
Release 0.3.1