|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bonevich.eclipse.cvsgrapher.model.CvsGraphConnectionModel
This class is the model for connections between ICvsGraphNodeModel objects.
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 |
public CvsGraphConnectionModel()
public CvsGraphConnectionModel(boolean isMerge)
Method Detail |
public void setSource(ICvsGraphNodeModel iSource)
public void setTarget(ICvsGraphNodeModel iTarget)
public boolean isMerge()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |