|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object extended byptolemy.vergil.debugger.DebugProfile
Profile for an actor being debugged. Contains the FiringEventTypes on which the actor should break.
| 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 |
| 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 | |||||||||