| Interface | Description |
|---|---|
| StateFlowGraph |
<<<<<<< Updated upstream A graph of
StateVertex as vertexes and Eventable as
edges. |
| StateVertex |
A vertex in the
StateFlowGraph representing a state in the web appliction. |
| Class | Description |
|---|---|
| CrawlPath |
The Path a Crawler has taken, or is about to backtrack on.
|
| Element |
This class represents an element.
|
| Eventable |
Eventable class: an element having an event attached to it (onclick, onmouseover, ...) so that it
can change the DOM state.
|
| Identification |
The Identification class, this class is used to denote a specific element.
|
| InMemoryStateFlowGraph |
The State-Flow Graph is a multi-edge directed graph with states (StateVetex) on the vertices and
clickables (Eventable) on the edges.
|
| StateMachine |
The State Machine.
|
| Enum | Description |
|---|---|
| Eventable.EventType |
The event type.
|
| Identification.How |
The method used for identifying elements on the DOM tree.
|
Copyright © 2007-2013. All Rights Reserved.