public class Edge extends Object
EntityDependencyGraph.| Constructor and Description |
|---|
Edge(Node from,
Node to,
Field fromField,
Field toField,
DependencyType dependencyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
DependencyType |
getDependencyType() |
Node |
getFrom() |
Field |
getFromField() |
Node |
getTo() |
Field |
getToField() |
RelationshipTranslation |
getTranslation()
The translation of this edge to the terms of SQL table and column names.
|
int |
hashCode() |
void |
setTranslation(RelationshipTranslation translation) |
public Edge(Node from, Node to, Field fromField, Field toField, DependencyType dependencyType)
public Node getFrom()
public Node getTo()
public Field getFromField()
public Field getToField()
public DependencyType getDependencyType()
public RelationshipTranslation getTranslation()
public void setTranslation(RelationshipTranslation translation)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.