public class RelationId extends Object
| Modifier and Type | Method and Description |
|---|---|
static RelationId |
anonymous()
Creates
RelationId equal only to itself |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isAnonymous() |
static RelationId |
of(Node sourceNode)
Creates
RelationId equal to any RelationId created from exactly the same source. |
String |
toString() |
public static RelationId of(Node sourceNode)
RelationId equal to any RelationId created from exactly the same source.public static RelationId anonymous()
RelationId equal only to itselfpublic boolean isAnonymous()
Copyright © 2012–2019. All rights reserved.