C# Class Clusterizator.Krab.GraphElement

Point in graph.
Show file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
Clone ( ) : GraphElement

Creates copy of graph element.

GraphElement ( double element, object name )

Initializes a new instance of the GraphElement class.

Method Details

Clone() public method

Creates copy of graph element.
public Clone ( ) : GraphElement
return GraphElement

GraphElement() public method

Initializes a new instance of the GraphElement class.
public GraphElement ( double element, object name )
element double /// Coordinates of point. ///
name object /// Object name. ///