ca.sqlpower.wabit
Class WorkspaceGraphModelEdge
java.lang.Object
ca.sqlpower.wabit.WorkspaceGraphModelEdge
public class WorkspaceGraphModelEdge
- extends java.lang.Object
Each edge is made up of a parent WabitObject and a child
WabitObject. The edge goes in the direction from the parent to
the child.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
WorkspaceGraphModelEdge
public WorkspaceGraphModelEdge(ca.sqlpower.object.SPObject parent,
ca.sqlpower.object.SPObject child)
getParent
public ca.sqlpower.object.SPObject getParent()
getChild
public ca.sqlpower.object.SPObject getChild()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2009. All Rights Reserved.