net.sf.myra.antree
Class Graph.Vertex

java.lang.Object
  extended by net.sf.myra.antree.Graph.Vertex
Enclosing class:
Graph

public static class Graph.Vertex
extends java.lang.Object

Struct-like class that represents a vertex of the construction graph.


Method Summary
 net.sf.myra.datamining.data.Attribute getAttribute()
          Returns the attribute represented by this vertex.
 double getHeuristic()
          Returns the heuristic information associated with this vertex.
 double getPheromone()
          Returns the pheromone associated with this vertex.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAttribute

public net.sf.myra.datamining.data.Attribute getAttribute()
Returns the attribute represented by this vertex.

Returns:
the attribute represented by this vertex.

getPheromone

public double getPheromone()
Returns the pheromone associated with this vertex.

Returns:
the pheromone associated with this vertex.

getHeuristic

public double getHeuristic()
Returns the heuristic information associated with this vertex.

Returns:
the heuristic information associated with this vertex.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2013. All Rights Reserved.