public class EquivalentFragmentSet extends Object
Fragments, each describing one way to represent the traversal,
starting from different variables.
A EquivalentFragmentSet may contain only one Fragment (e.g. checking the 'id' property), while others may
be comprised of two fragments (e.g. $x isa $y, which may start from $x or $y).
| Modifier and Type | Method and Description |
|---|---|
static EquivalentFragmentSet |
create(Fragment... fragments) |
boolean |
equals(Object o) |
int |
hashCode() |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.