GrammarScope  4.0.0
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
grammarscope.artifacts.GraphNode Class Reference
Inheritance diagram for grammarscope.artifacts.GraphNode:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.artifacts.GraphNode:
Collaboration graph
[legend]

Public Member Functions

 GraphNode (final Token token, final String value, final String information)
 
Token getToken ()
 
String getValue ()
 
String getId ()
 
Double getScore ()
 
int getIndex ()
 
Segment getSegment ()
 
String getTag ()
 
String getWord ()
 
String getLemma ()
 
ILabel getILabel ()
 
String getInformation ()
 
Set< GraphEdgegetIncomingEdges ()
 
Set< GraphEdgegetOutgoingEdges ()
 
int compareTo (final IGraphNode< GraphEdge > node)
 
String toString ()
 
String toLongString ()
 
String toFullString ()
 
String outgoingEdgesToString (final String indent)
 
String incomingEdgesToString (final String indent)
 

Private Attributes

final Token token
 
final String information
 
final String value
 
final Set< GraphEdgeoutgoingEdges
 
final Set< GraphEdgeincomingEdges
 
final Double score
 

Static Private Attributes

static final long serialVersionUID = -8043693875810486719L
 

Detailed Description

Graph Node implementation

Author
Bernard Bou

Constructor & Destructor Documentation

◆ GraphNode()

grammarscope.artifacts.GraphNode.GraphNode ( final Token  token,
final String  value,
final String  information 
)

Constructor

Parameters
tokentoken
valuevalue
informationinformation

Member Function Documentation

◆ compareTo()

int grammarscope.artifacts.GraphNode.compareTo ( final IGraphNode< GraphEdge node)

◆ getId()

String grammarscope.artifacts.GraphNode.getId ( )

Get id

Returns
id

Implements grammarscope.iface.INode.

◆ getILabel()

ILabel grammarscope.artifacts.GraphNode.getILabel ( )

Get node label

Returns
label

Implements grammarscope.iface.INode.

◆ getIncomingEdges()

Set<GraphEdge> grammarscope.artifacts.GraphNode.getIncomingEdges ( )

Get incoming edges to this node

Returns
incoming edges

Implements grammarscope.server.iface.IsVertex< E >.

◆ getIndex()

int grammarscope.artifacts.GraphNode.getIndex ( )

◆ getInformation()

String grammarscope.artifacts.GraphNode.getInformation ( )

Get information

Returns
information

◆ getLemma()

String grammarscope.artifacts.GraphNode.getLemma ( )

Get lemma

Returns
lemma

Implements grammarscope.iface.ILabel.

◆ getOutgoingEdges()

Set<GraphEdge> grammarscope.artifacts.GraphNode.getOutgoingEdges ( )

Get outgoing edges from this node

Returns
outgoing edges

Implements grammarscope.server.iface.IsVertex< E >.

◆ getScore()

Double grammarscope.artifacts.GraphNode.getScore ( )

Get score

Returns
score

Implements grammarscope.iface.INode.

◆ getSegment()

Segment grammarscope.artifacts.GraphNode.getSegment ( )

◆ getTag()

String grammarscope.artifacts.GraphNode.getTag ( )

◆ getToken()

Token grammarscope.artifacts.GraphNode.getToken ( )

Get token

Returns
token

◆ getValue()

String grammarscope.artifacts.GraphNode.getValue ( )

Get value

Returns
value

Implements grammarscope.iface.ILabel.

◆ getWord()

String grammarscope.artifacts.GraphNode.getWord ( )

Get word

Returns
word

Implements grammarscope.iface.ILabel.

◆ incomingEdgesToString()

String grammarscope.artifacts.GraphNode.incomingEdgesToString ( final String  indent)

◆ outgoingEdgesToString()

String grammarscope.artifacts.GraphNode.outgoingEdgesToString ( final String  indent)

◆ toFullString()

String grammarscope.artifacts.GraphNode.toFullString ( )

◆ toLongString()

String grammarscope.artifacts.GraphNode.toLongString ( )

◆ toString()

String grammarscope.artifacts.GraphNode.toString ( )

Member Data Documentation

◆ incomingEdges

final Set<GraphEdge> grammarscope.artifacts.GraphNode.incomingEdges
private

InComing edges

◆ information

final String grammarscope.artifacts.GraphNode.information
private

Information

◆ outgoingEdges

final Set<GraphEdge> grammarscope.artifacts.GraphNode.outgoingEdges
private

OutGoing edges

◆ score

final Double grammarscope.artifacts.GraphNode.score
private

Score

◆ serialVersionUID

final long grammarscope.artifacts.GraphNode.serialVersionUID = -8043693875810486719L
staticprivate

◆ token

final Token grammarscope.artifacts.GraphNode.token
private

Token

◆ value

final String grammarscope.artifacts.GraphNode.value
private

Value


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