Parsing Engine

Uses of Interface
danbikel.switchboard.Client

Packages that use Client
danbikel.parser Provides the core framework of this extensible statistical parsing engine. 
danbikel.switchboard Provides classes to implement a distributed client-server environment, with a central switchboard responsible for assigning clients to servers and for doling out objects to clients for processing. 
 

Uses of Client in danbikel.parser
 

Subinterfaces of Client in danbikel.parser
 interface ParserRemote
          An interface to serve as a semantic marker that this is a parsing client for a Switchboard instance.
 

Classes in danbikel.parser that implement Client
 class EMParser
          An EM parsing client.
 class Parser
          A parsing client.
 

Uses of Client in danbikel.switchboard
 

Classes in danbikel.switchboard that implement Client
 class AbstractClient
          Provides a convenient default implementation of the Client interface, as well as other convenient utility methods.
 

Methods in danbikel.switchboard with parameters of type Client
static Object Failover.proxyFor(Object server, Client client, SwitchboardRemote switchboard)
           
 int Switchboard.register(Client client)
           
 int SwitchboardRemote.register(Client client)
          Registers a client with the switchboard.
 

Constructors in danbikel.switchboard with parameters of type Client
Failover(Object server, Client client, SwitchboardRemote switchboard)
           
 


Parsing Engine

Author: Dan Bikel.