com.bonevich.eclipse.cvsgrapher.model
Class CvsGraphModel

java.lang.Object
  extended bycom.bonevich.eclipse.cvsgrapher.model.CvsGraphModel

public final class CvsGraphModel
extends java.lang.Object

The CVS Graph root, representing the reosurce being displayed.

Author:
jbonevic

Constructor Summary
CvsGraphModel(org.eclipse.team.internal.ccvs.core.ILogEntry[] entries)
           
 
Method Summary
protected  org.eclipse.team.internal.ccvs.core.ILogEntry adaptToLogEntry(java.lang.Object element)
           
 java.util.List getNodes()
           
 CvsGraphBranchModel getRootBranch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsGraphModel

public CvsGraphModel(org.eclipse.team.internal.ccvs.core.ILogEntry[] entries)
Method Detail

getNodes

public java.util.List getNodes()

getRootBranch

public CvsGraphBranchModel getRootBranch()

adaptToLogEntry

protected org.eclipse.team.internal.ccvs.core.ILogEntry adaptToLogEntry(java.lang.Object element)


Copyright © 2003-2004 bonevich.com. All Rights Reserved.