Frog Class Reference
Main class for FROG. More...
Collaboration diagram for Frog:

Public Member Functions | |
| void | discover (Vector< Device > devices) |
| Given an empty list of devices to fill up, starts searching for devices that are available. | |
Static Public Member Functions | |
| static Frog | getInstance () |
| Returns the singleton instance of FROG. | |
| static Session | newSession () |
| Creates a new Session. | |
Static Public Attributes | |
| static final Class<?>[] | availFilters |
| array of available filter classes | |
| static final String | codeBase |
| the directory FROG is running from | |
Detailed Description
Main class for FROG.
Loads Plugins and Filters.
Member Function Documentation
| void discover | ( | Vector< Device > | devices | ) |
Given an empty list of devices to fill up, starts searching for devices that are available.
Formal connections can then be started with a call to Device#connect(DeviceListener).
- Parameters:
-
devices to be filled with potential devices to connect to
| static Frog getInstance | ( | ) | [static] |
Returns the singleton instance of FROG.
- Returns:
- the FROG instance running on your system
Member Data Documentation
final Class<?> [] availFilters [static] |
Initial value:
{
DirectorialEquivalence.class,
IdleState.class,
}
array of available filter classes
final String codeBase [static] |
Initial value:
System.getProperty("user.dir")
the directory FROG is running from
The documentation for this class was generated from the following file:
- /Users/dev/Documents/SVN brazos.cs.tcu.edu/trunk/FROG/src/frog/Frog.java
