| Modifier and Type | Method and Description |
|---|---|
PatternAdmin |
Pattern.admin() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Conjunction<T extends PatternAdmin>
A class representing a conjunction (and) of patterns.
|
interface |
Disjunction<T extends PatternAdmin>
A class representing a disjunction (or) of patterns.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Conjunction<T extends PatternAdmin>
A class representing a conjunction (and) of patterns.
|
interface |
Disjunction<T extends PatternAdmin>
A class representing a disjunction (or) of patterns.
|
interface |
VarAdmin
Admin class for inspecting a Var
|
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
MatchQueryAdmin.getPattern() |
| Constructor and Description |
|---|
GremlinQuery(MindmapsGraph graph,
PatternAdmin pattern,
<any> names,
Optional<MatchOrder> order) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PatternAdmin> |
Patterns.conjunction(Set<T> patterns) |
static <T extends PatternAdmin> |
Patterns.disjunction(Set<T> patterns) |
| Modifier and Type | Method and Description |
|---|---|
static MatchQueryAdmin |
Queries.match(Conjunction<PatternAdmin> pattern) |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
MatchQueryBase.getPattern() |
| Constructor and Description |
|---|
MatchQueryBase(Conjunction<PatternAdmin> pattern) |
| Modifier and Type | Field and Description |
|---|---|
protected PatternAdmin |
AtomBase.atomPattern |
| Modifier and Type | Method and Description |
|---|---|
PatternAdmin |
Atomic.getPattern() |
PatternAdmin |
AtomBase.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Conjunction<PatternAdmin> |
Query.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
static Set<PatternAdmin> |
AdminConverter.getPatternAdmins(Collection<? extends Pattern> patterns) |
Copyright © 2016. All rights reserved.