|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
graphlab.library.algorithms | |
graphlab.library.event | |
graphlab.library.event.typedef | |
graphlab.plugins.algorithmanimator.core | |
graphlab.plugins.algorithmanimator.core.atoms |
Uses of Event in graphlab.library.algorithms |
---|
Methods in graphlab.library.algorithms with parameters of type Event | |
---|---|
void |
Algorithm.dispatchEvent(Event ae)
Sends the event ae to the dispatcher. |
Uses of Event in graphlab.library.event |
---|
Methods in graphlab.library.event that return Event | |
---|---|
Event |
EventDispatcher.dispatchEvent(Event ae)
Should take reactions (possibly to the gui) upon call by the algorithm. |
Methods in graphlab.library.event with parameters of type Event | |
---|---|
Event |
EventDispatcher.dispatchEvent(Event ae)
Should take reactions (possibly to the gui) upon call by the algorithm. |
Uses of Event in graphlab.library.event.typedef |
---|
Classes in graphlab.library.event.typedef that implement Event | |
---|---|
class |
BaseEdgeEvent
|
class |
BaseEdgeRequest
|
class |
BaseGraphEvent
|
class |
BaseGraphRequest
|
class |
BaseVertexEvent
|
class |
BaseVertexRequest
|
Uses of Event in graphlab.plugins.algorithmanimator.core |
---|
Classes in graphlab.plugins.algorithmanimator.core with type parameters of type Event | |
---|---|
interface |
AtomAnimator<EventType extends Event>
|
Methods in graphlab.plugins.algorithmanimator.core that return Event | |
---|---|
Event |
AlgorithmAnimator.animateEvent(Event ae)
|
Event |
AlgorithmAnimator.dispatchEvent(Event event)
dispatchs events that recieved from the algorithm |
Methods in graphlab.plugins.algorithmanimator.core with parameters of type Event | |
---|---|
Event |
AlgorithmAnimator.animateEvent(Event ae)
|
Event |
AlgorithmAnimator.dispatchEvent(Event event)
dispatchs events that recieved from the algorithm |
boolean |
AtomAnimator.isAnimatable(Event event)
|
Uses of Event in graphlab.plugins.algorithmanimator.core.atoms |
---|
Methods in graphlab.plugins.algorithmanimator.core.atoms that return Event | |
---|---|
Event |
PrePostWork.animate(Event event,
BlackBoard b)
|
Methods in graphlab.plugins.algorithmanimator.core.atoms with parameters of type Event | |
---|---|
Event |
PrePostWork.animate(Event event,
BlackBoard b)
|
boolean |
DelayEventHandler.isAnimatable(Event event)
|
boolean |
VertexSelect.isAnimatable(Event vertexRequest)
|
boolean |
VertexEdgeLabelAnimator.isAnimatable(Event event)
|
boolean |
NewGraph.isAnimatable(Event event)
|
boolean |
EdgeMarkAnimator.isAnimatable(Event event)
|
boolean |
ShowMessage.isAnimatable(Event event)
|
boolean |
GraphSelect.isAnimatable(Event e)
|
boolean |
PrePostWork.isAnimatable(Event event)
|
|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |