GrammarScope  4.0.0
Static Public Member Functions | Private Member Functions | List of all members
grammarscope.jung2.Utils Class Reference

Static Public Member Functions

static< V, E > String graphToString (final Graph< V, E > g)
 
static< V, E > String graphsToString (final Pair< Graph< V, E >> graphs)
 
static< V, E > String graphsIntersectToString (final Pair< Graph< V, E >> graphs)
 

Private Member Functions

 Utils ()
 

Constructor & Destructor Documentation

◆ Utils()

grammarscope.jung2.Utils.Utils ( )
private

Member Function Documentation

◆ graphsIntersectToString()

static <V, E> String grammarscope.jung2.Utils.graphsIntersectToString ( final Pair< Graph< V, E >>  graphs)
static

Intersection of graphs to string

Parameters
graphsgraphs
<V>vertex type
<E>edge type
Returns
string representation of graph intersection

◆ graphsToString()

static <V, E> String grammarscope.jung2.Utils.graphsToString ( final Pair< Graph< V, E >>  graphs)
static

Graphs to string

Parameters
graphsgraphs
<V>vertex type
<E>edge type
Returns
string representation of graphs

◆ graphToString()

static <V, E> String grammarscope.jung2.Utils.graphToString ( final Graph< V, E >  g)
static

Graph to string

Parameters
ggraph
<V>vertex type
<E>edge type
Returns
string representation of graph

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