Uses of Class
solar.service.dan.GraphNode

Packages that use GraphNode
campus.snmp Contains Solar source and operators to use SNMP retrieving information about WLAN. 
campus.syslog Contains Solar source and operators to use Syslog message stream inferring information about WLAN. 
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.test Contains some sample testing Solar nodes, such as sources, operators, and applications. 
versus Contains various Versus-related Solar source and operators. 
versus.meeting Contains a Solar application that detects meeting starts and ends in an office. 
 

Uses of GraphNode in campus.snmp
 

Subclasses of GraphNode in campus.snmp
 class SnmpSource
          A Solar source that polls access points to get MAC-IP mapping using SNMP.
 

Uses of GraphNode in campus.syslog
 

Subclasses of GraphNode in campus.syslog
 class APInfoOperator
          An operator which added the some important infomation of APs and publishes it.
 class APLocationOperator
          An operator which adds the lcoation information of AP and publishes it.
 class CategoryOperator
          An operator which added category of building and publishes it.
 class SyslogSource
          A syslog source that produces events from syslog messages.
 

Uses of GraphNode in solar.service.dan
 

Subclasses of GraphNode in solar.service.dan
 class Application
          A base class for Solar applications.
 class Filter
          Filter class can be used interchangably with Operator class.
 class Operator
          An abstract class for all Solar operators.
 class ProxyOperator
          A proxy operator deligates the duty to its assgined event handler.
 class RelayOperator
          A simple operator relay events and requests.
 class Source
          An abstract class for all Solar sources.
 

Fields in solar.service.dan declared as GraphNode
protected  GraphNode NodeHandler._gnode
           
 

Constructors in solar.service.dan with parameters of type GraphNode
NodeHandler(GraphNode gnode)
           
 

Uses of GraphNode in solar.test
 

Subclasses of GraphNode in solar.test
 class ClockSource
          A source periodically publishes events containing current timestamp.
 class EventPrinter
          A simple Solar application that make subscriptions to print all receive events.
 class MutateOperator
          This operator mutates the received events by adding random attributes.
 

Uses of GraphNode in versus
 

Subclasses of GraphNode in versus
 class VersusFilter
          A versus-event filter based on the name atrribute.
 class VersusSource
          A location source that connects to the Versus badge server.
 class VersusTracker
          A location aggregator that tracks the latest location of every object.
 class VersusTransformer
          A transformer converts badge and sensor ID numbers in Versus events into symbolic values.
 

Uses of GraphNode in versus.meeting
 

Subclasses of GraphNode in versus.meeting
 class MeetingApp
          This application simply receives events from MeetingDetector and notify some users by email.
 class MeetingDetector
          A primitive operator that detects the ongoing meeting based on badges attached to chairs.