JIVE Platform
Release 0.2.2

edu.bsu.cs.jive.events
Interface CallEvent.Caller.InModel

All Superinterfaces:
CallEvent.Caller
Enclosing interface:
CallEvent.Caller

public static interface CallEvent.Caller.InModel
extends CallEvent.Caller

A caller that is in the model (i.e., has a contour)


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.events.CallEvent.Caller
CallEvent.Caller.InModel, CallEvent.Caller.OutOfModel, CallEvent.Caller.System, CallEvent.Caller.Visitor
 
Method Summary
 ContourID contour()
          Get the contour for the caller.
 
Methods inherited from interface edu.bsu.cs.jive.events.CallEvent.Caller
accept
 

Method Detail

contour

ContourID contour()
Get the contour for the caller.

Returns:
method contour that is the caller

JIVE Platform
Release 0.2.2