FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.RandGraphFactory.Edge Class Reference

An edge. More...

Public Member Functions

 Edge (String source, String dest)
 Constructor.
String toString ()

Public Attributes

String source
 Source node.
String dest
 Destination node.

Detailed Description

An edge.

Constructor & Destructor Documentation

◆ Edge()

frodo2.algorithms.RandGraphFactory.Edge.Edge ( String source,
String dest )

Constructor.

Parameters
sourcesource node
destdestination node

References dest, and source.

Member Function Documentation

◆ toString()

String frodo2.algorithms.RandGraphFactory.Edge.toString ( )
See also
java.lang.Object#toString()

Member Data Documentation

◆ dest

◆ source


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