org.topbraidcomposer.gef.diagram.model
Class CustomRelationModel

java.lang.Object
  extended by org.topbraidcomposer.gef.diagram.model.CustomRelationModel

public class CustomRelationModel
extends java.lang.Object


Constructor Summary
CustomRelationModel(NodeModel sourceModel, NodeModel targetModel)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 NodeModel getSourceModel()
           
 NodeModel getTargetModel()
           
 int hashCode()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomRelationModel

public CustomRelationModel(NodeModel sourceModel,
                           NodeModel targetModel)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

getSourceModel

public NodeModel getSourceModel()

getTargetModel

public NodeModel getTargetModel()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

init

public void init()