org.sonar.graph
Class Cycle

java.lang.Object
  extended by org.sonar.graph.Cycle

public class Cycle
extends Object


Constructor Summary
Cycle(List<Edge> edges)
           
 
Method Summary
 boolean contains(Edge e)
           
 boolean equals(Object object)
           
 Edge[] getEdges()
           
 int hashCode()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cycle

public Cycle(List<Edge> edges)
Method Detail

size

public int size()

contains

public boolean contains(Edge e)

getEdges

public Edge[] getEdges()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.