|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.vergil.debugger.DebugProfile
public class DebugProfile
Profile for an actor being debugged. Contains the FiringEventTypes on which the actor should break.
Red (celaine) |
Red (celaine) |
Field Summary | |
---|---|
private java.util.HashSet |
_firingEventTypes
|
private BasicGraphController |
_graphController
|
Constructor Summary | |
---|---|
DebugProfile(BasicGraphController graphController)
Construct a debug profile for an actor with the associated GraphController. |
Method Summary | |
---|---|
BasicGraphController |
getGraphController()
Get the GraphController. |
boolean |
isListening(FiringEvent.FiringEventType type)
See if the DebugProfile contains this FiringEventType. |
void |
listenForEvent(FiringEvent.FiringEventType type)
Add this FiringEventType to the DebugProfile. |
boolean |
matches(FiringEvent.FiringEventType type)
See if the DebugProfile contains this FiringEventType. |
void |
unlistenForEvent(FiringEvent.FiringEventType type)
Remove this FiringEventType from the DebugProfile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.HashSet _firingEventTypes
private BasicGraphController _graphController
Constructor Detail |
---|
public DebugProfile(BasicGraphController graphController)
graphController
- The GraphController.Method Detail |
---|
public BasicGraphController getGraphController()
public boolean isListening(FiringEvent.FiringEventType type)
type
- the FiringEventType.
public void listenForEvent(FiringEvent.FiringEventType type)
type
- the FiringEventType.public boolean matches(FiringEvent.FiringEventType type)
type
- the FiringEventType.
public void unlistenForEvent(FiringEvent.FiringEventType type)
type
- the FiringEventType.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |