com.bonevich.eclipse.cvsgrapher.model
Class CvsGraphBranchModel

java.lang.Object
  extended bycom.bonevich.eclipse.cvsgrapher.model.AbstractCvsGraphNodeModel
      extended bycom.bonevich.eclipse.cvsgrapher.model.CvsGraphBranchModel
All Implemented Interfaces:
ICvsGraphNodeModel

public final class CvsGraphBranchModel
extends AbstractCvsGraphNodeModel

A CVS branch point.

Author:
jbonevic

Constructor Summary
CvsGraphBranchModel(java.lang.String versionBase, java.lang.String tag)
           
 
Method Summary
 java.lang.String getTag()
           
 java.lang.String getVersion()
           
 
Methods inherited from class com.bonevich.eclipse.cvsgrapher.model.AbstractCvsGraphNodeModel
addChildNode, addSourceConnection, addTargetConnection, getChildNodes, getParent, getSourceConnections, getTargetConnections, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsGraphBranchModel

public CvsGraphBranchModel(java.lang.String versionBase,
                           java.lang.String tag)
Method Detail

getTag

public java.lang.String getTag()

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface ICvsGraphNodeModel
Specified by:
getVersion in class AbstractCvsGraphNodeModel


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