com.vinculumtech.carrierwave.graphmodel
Class Edge

java.lang.Object
  extended bycom.vinculumtech.carrierwave.graphmodel.Edge

public class Edge
extends java.lang.Object

The Edge class represents the relationship between two Vertices.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/graphmodel/Edge.java#7 $

Method Summary
 void addToModel()
          Essentially sets the child value on the parent to the child Icon.
 boolean equals(java.lang.Object object)
           
 Vertex getChildVertex()
           
 java.lang.String getName()
           
 Vertex getParentVertex()
           
 int hashCode()
           
 boolean isReadOnly()
           
 void removeFromModel()
          Essentially sets the child value on the parent to null and removes this instance of Edge from the parentVertex out edge collection, and from the child vertex in edge collection.
 void syncModel()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

isReadOnly

public boolean isReadOnly()

getParentVertex

public Vertex getParentVertex()

getChildVertex

public Vertex getChildVertex()

removeFromModel

public void removeFromModel()
Essentially sets the child value on the parent to null and removes this instance of Edge from the parentVertex out edge collection, and from the child vertex in edge collection.


addToModel

public void addToModel()
Essentially sets the child value on the parent to the child Icon.


syncModel

public void syncModel()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object object)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.