org.sonar.graph
Class DsmCell

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

public class DsmCell
extends Object


Constructor Summary
DsmCell(Edge edge, boolean isFeedbackEdge)
           
 
Method Summary
 Edge getEdge()
           
 int getWeight()
           
 boolean isFeedbackEdge()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DsmCell

public DsmCell(Edge edge,
               boolean isFeedbackEdge)
Method Detail

getWeight

public int getWeight()

isFeedbackEdge

public boolean isFeedbackEdge()

getEdge

public Edge getEdge()
Returns:
nullable edge


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.