![]() |
GrammarScope
4.0.0
|


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< GraphEdge > | getIncomingEdges () |
| Set< GraphEdge > | getOutgoingEdges () |
| 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< GraphEdge > | outgoingEdges |
| final Set< GraphEdge > | incomingEdges |
| final Double | score |
Static Private Attributes | |
| static final long | serialVersionUID = -8043693875810486719L |
Graph Node implementation
| grammarscope.artifacts.GraphNode.GraphNode | ( | final Token | token, |
| final String | value, | ||
| final String | information | ||
| ) |
Constructor
| token | token |
| value | value |
| information | information |
| int grammarscope.artifacts.GraphNode.compareTo | ( | final IGraphNode< GraphEdge > | node | ) |
| String grammarscope.artifacts.GraphNode.getId | ( | ) |
| ILabel grammarscope.artifacts.GraphNode.getILabel | ( | ) |
| Set<GraphEdge> grammarscope.artifacts.GraphNode.getIncomingEdges | ( | ) |
Get incoming edges to this node
Implements grammarscope.server.iface.IsVertex< E >.
| int grammarscope.artifacts.GraphNode.getIndex | ( | ) |
Get node index
Implements grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.IGraphNode< E >.
| String grammarscope.artifacts.GraphNode.getInformation | ( | ) |
Get information
| String grammarscope.artifacts.GraphNode.getLemma | ( | ) |
| Set<GraphEdge> grammarscope.artifacts.GraphNode.getOutgoingEdges | ( | ) |
Get outgoing edges from this node
Implements grammarscope.server.iface.IsVertex< E >.
| Double grammarscope.artifacts.GraphNode.getScore | ( | ) |
| Segment grammarscope.artifacts.GraphNode.getSegment | ( | ) |
Get node segment
Implements grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.IGraphNode< E >.
| String grammarscope.artifacts.GraphNode.getTag | ( | ) |
Get node tag
Implements grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.IGraphNode< E >.
| Token grammarscope.artifacts.GraphNode.getToken | ( | ) |
Get token
| String grammarscope.artifacts.GraphNode.getValue | ( | ) |
| String grammarscope.artifacts.GraphNode.getWord | ( | ) |
| String grammarscope.artifacts.GraphNode.incomingEdgesToString | ( | final String | indent | ) |
| String grammarscope.artifacts.GraphNode.outgoingEdgesToString | ( | final String | indent | ) |
| String grammarscope.artifacts.GraphNode.toFullString | ( | ) |
| String grammarscope.artifacts.GraphNode.toLongString | ( | ) |
| String grammarscope.artifacts.GraphNode.toString | ( | ) |
|
private |
InComing edges
|
private |
Information
|
private |
OutGoing edges
|
private |
Score
|
staticprivate |
|
private |
Token
|
private |
Value
1.8.17