public class CstNodeRelationship
extends java.lang.Object
| Constructor and Description |
|---|
CstNodeRelationship(CstNodeRelationshipType type,
int n1,
int n2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getN1() |
int |
getN2() |
CstNodeRelationshipType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public CstNodeRelationship(CstNodeRelationshipType type, int n1, int n2)
public CstNodeRelationshipType getType()
public int getN1()
public int getN2()
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.Object