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

Public Member Functions

Set< E > getIncomingEdges ()
 
Set< E > getOutgoingEdges ()
 

Detailed Description

IsVertex interface

Parameters
<E>type of incoming/outgoing edges
Author
Bernard Bou

Member Function Documentation

◆ getIncomingEdges()

Set<E> grammarscope.server.iface.IsVertex< E >.getIncomingEdges ( )

Get incoming edges to this node

Returns
incoming edges

Implemented in grammarscope.artifacts.GraphNode.

◆ getOutgoingEdges()

Set<E> grammarscope.server.iface.IsVertex< E >.getOutgoingEdges ( )

Get outgoing edges from this node

Returns
outgoing edges

Implemented in grammarscope.artifacts.GraphNode.


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