public class Conjunction extends Object
Constructor and Description |
---|
Conjunction(String array,
String predicate,
Collection<Class<?>> with) |
Modifier and Type | Method and Description |
---|---|
String |
getArray() |
String |
getPredicate() |
Collection<Class<?>> |
getWith() |
boolean |
hasPredicate() |
boolean |
isArray() |
boolean |
isComposite() |
public Conjunction(String array, String predicate, Collection<Class<?>> with)
public String getArray()
public String getPredicate()
public boolean isArray()
public boolean hasPredicate()
public boolean isComposite()
public Collection<Class<?>> getWith()
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.