GrammarScope  4.0.0
Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | List of all members
grammarscope.server.iface.ServerCapabilities Enum Reference

Public Member Functions

 ServerCapabilities (final long mask)
 
long mask ()
 
boolean test (final long composite)
 
long toggle (final long composite)
 

Static Public Member Functions

static boolean[] split (final long composite)
 
static long merge (final ServerCapabilities... capabilities)
 
static int bits (final long composite)
 
static long parser ()
 
static long corenlp ()
 

Public Attributes

 NONE =(0)
 
 SEGMENT =(0x1)
 
 PARSE =(0x2)
 
 DEPPARSE =(0x4)
 
 GRAMMATICAL_STRUCTURE =(0x8)
 
 TYPEDDEPENDENCIES =(0x10)
 
 SEMANTICGRAPH =(0x20)
 
 NER =(0x40)
 
 SENTIMENT
 
 ENTAILMENT =(0x100)
 
 TRIPLES =(0x200)
 
 COREFERENCE =(0x400)
 
 MORPHOLOGY =(0x800)
 

Private Attributes

final long mask
 

Detailed Description

Enum to designate server capabilities

Author
Bernard Bou

Constructor & Destructor Documentation

◆ ServerCapabilities()

grammarscope.server.iface.ServerCapabilities.ServerCapabilities ( final long  mask)

Private constructor

Parameters
maskmask used in composite values

Member Function Documentation

◆ bits()

static int grammarscope.server.iface.ServerCapabilities.bits ( final long  composite)
static

Count number of bits set

Parameters
compositecomposite
Returns
number of bits set

◆ corenlp()

static long grammarscope.server.iface.ServerCapabilities.corenlp ( )
static

Shorthand for Core NLP capabilities

Returns
composite value

◆ mask()

long grammarscope.server.iface.ServerCapabilities.mask ( )

Get mask used in composite value

Returns
mask

◆ merge()

static long grammarscope.server.iface.ServerCapabilities.merge ( final ServerCapabilities...  capabilities)
static

Merge capabilities into composite value

Parameters
capabilitiescapabilities
Returns
composite value

◆ parser()

static long grammarscope.server.iface.ServerCapabilities.parser ( )
static

Shorthand for Stanford Parser capabilities

Returns
composite value

◆ split()

static boolean [] grammarscope.server.iface.ServerCapabilities.split ( final long  composite)
static

Split composite value

Parameters
compositecomposite value to break
Returns
array of booleans: SEGMENT(1), PARSE(2), DEPPARSE(3), GRAMMATICAL_STRUCTURE(4), TYPEDDEPENDENCIES(5), SEMANTICGRAPH(6), NER(7), SENTIMENT(8), ENTAILMENT(9), TRIPLES(10), COREFERENCE(11), MORPHOLOGY(12)

◆ test()

boolean grammarscope.server.iface.ServerCapabilities.test ( final long  composite)

Test bit in composite value

Parameters
compositecomposite value
Returns
true if bit is set

◆ toggle()

long grammarscope.server.iface.ServerCapabilities.toggle ( final long  composite)

Toggle bit in composite value

Parameters
compositecomposite value
Returns
composite value with toggled bit

Member Data Documentation

◆ COREFERENCE

grammarscope.server.iface.ServerCapabilities.COREFERENCE =(0x400)

◆ DEPPARSE

grammarscope.server.iface.ServerCapabilities.DEPPARSE =(0x4)

◆ ENTAILMENT

grammarscope.server.iface.ServerCapabilities.ENTAILMENT =(0x100)

◆ GRAMMATICAL_STRUCTURE

grammarscope.server.iface.ServerCapabilities.GRAMMATICAL_STRUCTURE =(0x8)

◆ mask

final long grammarscope.server.iface.ServerCapabilities.mask
private

Mask used in composite values

◆ MORPHOLOGY

grammarscope.server.iface.ServerCapabilities.MORPHOLOGY =(0x800)

◆ NER

grammarscope.server.iface.ServerCapabilities.NER =(0x40)

◆ NONE

grammarscope.server.iface.ServerCapabilities.NONE =(0)

◆ PARSE

grammarscope.server.iface.ServerCapabilities.PARSE =(0x2)

◆ SEGMENT

grammarscope.server.iface.ServerCapabilities.SEGMENT =(0x1)

◆ SEMANTICGRAPH

grammarscope.server.iface.ServerCapabilities.SEMANTICGRAPH =(0x20)

◆ SENTIMENT

grammarscope.server.iface.ServerCapabilities.SENTIMENT
Initial value:
=(
0x80)

◆ TRIPLES

grammarscope.server.iface.ServerCapabilities.TRIPLES =(0x200)

◆ TYPEDDEPENDENCIES

grammarscope.server.iface.ServerCapabilities.TYPEDDEPENDENCIES =(0x10)

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