\seekquarry\yioop\library\indexing_pluginsVertex

Vertex class for used for Recipe Clustering

Summary

Methods
Properties
Constants
__construct()
getLabel()
visited()
isVisited()
$label
$visited
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$label

$label : string

Name of this Vertex (recipe title)

Type

string

$visited

$visited : boolean

Whether this node has been seen as part of MST construction

Type

boolean

Methods

__construct()

__construct(string  $label) 

Construct a vertex suitable for the Recipe Clustering Minimal Spanning Tree

Parameters

string $label

name of this Vertex (recipe title)

getLabel()

getLabel() : string

Accessor for label of this Vertex

Returns

string —

label of Vertex

visited()

visited() 

Sets the vertex to visited

isVisited()

isVisited() : boolean

Accessor for $visited state of this Vertex

Returns

boolean —

$visited state