com.bonevich.eclipse.cvsgrapher.model
Class CvsGraphConnectionModel

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

public final class CvsGraphConnectionModel
extends java.lang.Object

This class is the model for connections between ICvsGraphNodeModel objects.

Author:
jbonevic

Constructor Summary
CvsGraphConnectionModel()
           
CvsGraphConnectionModel(boolean isMerge)
           
 
Method Summary
 boolean isMerge()
           
 void setSource(ICvsGraphNodeModel iSource)
           
 void setTarget(ICvsGraphNodeModel iTarget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsGraphConnectionModel

public CvsGraphConnectionModel()

CvsGraphConnectionModel

public CvsGraphConnectionModel(boolean isMerge)
Method Detail

setSource

public void setSource(ICvsGraphNodeModel iSource)

setTarget

public void setTarget(ICvsGraphNodeModel iTarget)

isMerge

public boolean isMerge()


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