GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.server.iface.IServer Interface Reference
Inheritance diagram for grammarscope.server.iface.IServer:
Inheritance graph
[legend]

Public Member Functions

void setup (final Properties settings)
 
void reset ()
 
boolean bind ()
 
void unbind ()
 
long getCapabilities ()
 
String getDescription ()
 
Options getOptions ()
 
Properties getDefaultConfig (Language lang)
 

Detailed Description

Server interface

Author
Bernard Bou

Member Function Documentation

◆ bind()

boolean grammarscope.server.iface.IServer.bind ( )

◆ getCapabilities()

long grammarscope.server.iface.IServer.getCapabilities ( )

◆ getDefaultConfig()

Properties grammarscope.server.iface.IServer.getDefaultConfig ( Language  lang)

◆ getDescription()

String grammarscope.server.iface.IServer.getDescription ( )

◆ getOptions()

Options grammarscope.server.iface.IServer.getOptions ( )

◆ reset()

void grammarscope.server.iface.IServer.reset ( )

◆ setup()

void grammarscope.server.iface.IServer.setup ( final Properties  settings)

◆ unbind()

void grammarscope.server.iface.IServer.unbind ( )

The documentation for this interface was generated from the following file: