| Modifier and Type | Class and Description |
|---|---|
class |
Atom |
class |
AtomBase |
class |
NotEquals |
| Modifier and Type | Method and Description |
|---|---|
Atomic |
NotEquals.clone() |
Atomic |
Atomic.clone() |
abstract Atomic |
AtomBase.clone() |
static Atomic |
AtomicFactory.create(Atomic atom,
Query parent) |
static Atomic |
AtomicFactory.create(PatternAdmin pattern) |
static Atomic |
AtomicFactory.create(PatternAdmin pattern,
Query parent) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Atomic> |
AtomicFactory.createAtomSet(Conjunction<PatternAdmin> pattern,
Query parent,
GraknGraph graph) |
static Set<Atomic> |
PropertyMapper.map(VarProperty prop,
VarAdmin var,
Set<VarAdmin> vars,
Query parent,
GraknGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static Atomic |
AtomicFactory.create(Atomic atom,
Query parent) |
Map<String,String> |
Atomic.getUnifiers(Atomic parentAtom) |
Map<String,String> |
AtomBase.getUnifiers(Atomic parentAtom) |
| Modifier and Type | Class and Description |
|---|---|
class |
Binary |
class |
HasRole |
class |
Relation |
class |
Resource |
class |
TypeAtom |
| Modifier and Type | Method and Description |
|---|---|
Atomic |
TypeAtom.clone() |
Atomic |
Resource.clone() |
Atomic |
Relation.clone() |
Atomic |
HasRole.clone() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
Relation.getUnifiers(Atomic pAtom) |
Map<String,String> |
Binary.getUnifiers(Atomic parentAtom) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdPredicate |
class |
Predicate<T> |
class |
ValuePredicate |
| Modifier and Type | Method and Description |
|---|---|
Atomic |
ValuePredicate.clone() |
Atomic |
IdPredicate.clone() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
Predicate.getUnifiers(Atomic parentAtom) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeAtom |
class |
IsAbstractAtom |
class |
RegexAtom |
| Modifier and Type | Method and Description |
|---|---|
Atomic |
RegexAtom.clone() |
Atomic |
IsAbstractAtom.clone() |
Atomic |
DataTypeAtom.clone() |
| Modifier and Type | Method and Description |
|---|---|
Set<Atomic> |
Query.getAtoms() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Query.addAtom(Atomic atom) |
boolean |
AtomicQuery.addAtom(Atomic at) |
boolean |
Query.containsAtom(Atomic atom) |
boolean |
Query.containsEquivalentAtom(Atomic atom) |
boolean |
Query.removeAtom(Atomic atom) |
boolean |
AtomicQuery.removeAtom(Atomic at) |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.addAtomConstraints(Set<? extends Atomic> cstrs) |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.