public class Relationship
extends java.lang.Object
| Constructor and Description |
|---|
Relationship(RelationshipType type,
CstNode nodeBefore,
CstNode nodeAfter) |
Relationship(RelationshipType type,
CstNode nodeBefore,
CstNode nodeAfter,
java.lang.Double similarity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CstNode |
getNodeAfter() |
CstNode |
getNodeBefore() |
java.lang.Double |
getSimilarity() |
java.lang.String |
getStandardDescription() |
RelationshipType |
getType() |
int |
hashCode() |
boolean |
isRefactoring() |
java.lang.String |
toString() |
public Relationship(RelationshipType type, CstNode nodeBefore, CstNode nodeAfter)
public Relationship(RelationshipType type, CstNode nodeBefore, CstNode nodeAfter, java.lang.Double similarity)
public RelationshipType getType()
public CstNode getNodeBefore()
public CstNode getNodeAfter()
public java.lang.Double getSimilarity()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getStandardDescription()
public boolean isRefactoring()