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

Public Member Functions

 GraphEdge (final BasicRelation relation, final GraphNode source, final GraphNode target, final String information)
 
BasicRelation getRelation ()
 
Token getSourceToken ()
 
Token getTargetToken ()
 
GraphNode getSource ()
 
GraphNode getTarget ()
 
String getId ()
 
String getSpecific ()
 
String getLongName ()
 
String getLabel ()
 
String getInformation ()
 
int getSpan ()
 
boolean isBackwards ()
 
boolean isRightIncident (final GraphNode node)
 
boolean isLeftIncident (final GraphNode node)
 
GraphNode getLeftNode ()
 
GraphNode getRightNode ()
 
int getLowIndex ()
 
int getHighIndex ()
 
String toString ()
 

Private Attributes

final BasicRelation relation
 
final GraphNode source
 
final GraphNode target
 
final String information
 

Static Private Attributes

static final long serialVersionUID = 7992124498407830360L
 

Detailed Description

Graph Edge implementation

Author
Bernard Bou

Constructor & Destructor Documentation

◆ GraphEdge()

grammarscope.artifacts.GraphEdge.GraphEdge ( final BasicRelation  relation,
final GraphNode  source,
final GraphNode  target,
final String  information 
)

Construct

Parameters
relationrelation
sourcesource node
targettarget node
informationinformation

Member Function Documentation

◆ getHighIndex()

int grammarscope.artifacts.GraphEdge.getHighIndex ( )

Get high index

Returns
high index

Implements grammarscope.server.iface.HasIndices.

◆ getId()

String grammarscope.artifacts.GraphEdge.getId ( )

Get id

Returns
id

Implements grammarscope.server.iface.HasId.

◆ getInformation()

String grammarscope.artifacts.GraphEdge.getInformation ( )

Get information

Returns
information

◆ getLabel()

String grammarscope.artifacts.GraphEdge.getLabel ( )

Get label

Returns
label

◆ getLeftNode()

GraphNode grammarscope.artifacts.GraphEdge.getLeftNode ( )

Get left node

Returns
left node

◆ getLongName()

String grammarscope.artifacts.GraphEdge.getLongName ( )

Get long name

Returns
long name

◆ getLowIndex()

int grammarscope.artifacts.GraphEdge.getLowIndex ( )

Get low index

Returns
low index

Implements grammarscope.server.iface.HasIndices.

◆ getRelation()

BasicRelation grammarscope.artifacts.GraphEdge.getRelation ( )

Get relation

Returns
relation

Implements grammarscope.server.iface.ILink.

◆ getRightNode()

GraphNode grammarscope.artifacts.GraphEdge.getRightNode ( )

Get right node

Returns
right node

◆ getSource()

GraphNode grammarscope.artifacts.GraphEdge.getSource ( )

◆ getSourceToken()

Token grammarscope.artifacts.GraphEdge.getSourceToken ( )

Get source token

Returns
source token

Implements grammarscope.server.iface.ILink.

◆ getSpan()

int grammarscope.artifacts.GraphEdge.getSpan ( )

Compute span (as bound by node indices)

Returns
span

◆ getSpecific()

String grammarscope.artifacts.GraphEdge.getSpecific ( )

Get specific

Returns
specific

◆ getTarget()

GraphNode grammarscope.artifacts.GraphEdge.getTarget ( )

◆ getTargetToken()

Token grammarscope.artifacts.GraphEdge.getTargetToken ( )

Get target token

Returns
target token

Implements grammarscope.server.iface.ILink.

◆ isBackwards()

boolean grammarscope.artifacts.GraphEdge.isBackwards ( )

Is backwards

Returns
whether this edge is backwards

◆ isLeftIncident()

boolean grammarscope.artifacts.GraphEdge.isLeftIncident ( final GraphNode  node)

Is left incident

Parameters
nodenode
Returns
whether this edge is left incident relative to this node

◆ isRightIncident()

boolean grammarscope.artifacts.GraphEdge.isRightIncident ( final GraphNode  node)

Is right incident

Parameters
nodenode
Returns
whether this edge is right incident relative to this node

◆ toString()

String grammarscope.artifacts.GraphEdge.toString ( )

Member Data Documentation

◆ information

final String grammarscope.artifacts.GraphEdge.information
private

Information

◆ relation

final BasicRelation grammarscope.artifacts.GraphEdge.relation
private

Relation

◆ serialVersionUID

final long grammarscope.artifacts.GraphEdge.serialVersionUID = 7992124498407830360L
staticprivate

◆ source

final GraphNode grammarscope.artifacts.GraphEdge.source
private

Source node

◆ target

final GraphNode grammarscope.artifacts.GraphEdge.target
private

Target node


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