JIVE Platform
Release 0.3.1

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

All Superinterfaces:
ExecutionOccurrence, JavaExecutionActivation
All Known Subinterfaces:
FilteredMethodActivation

public interface MethodActivation
extends JavaExecutionActivation

A JavaExecutionActivation representing the execution of a method.

See Also:
JavaExecutionActivation

Nested Class Summary
static interface MethodActivation.Exporter
          A reverse-builder for method activations.
static interface MethodActivation.Importer
          A builder for 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