Skip navigation links
Grakn
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

A

AbstractAggregate<T,S> - Class in ai.grakn.graql.internal.query.aggregate
 
AbstractAggregate() - Constructor for class ai.grakn.graql.internal.query.aggregate.AbstractAggregate
 
AbstractGraknGraph<G extends org.apache.tinkerpop.gremlin.structure.Graph> - Class in ai.grakn.graph.internal
The Grakn Graph Base Implementation
AbstractGraknGraph(G, String, String, boolean) - Constructor for class ai.grakn.graph.internal.AbstractGraknGraph
 
AbstractMigrator - Class in ai.grakn.migration.base
 
AbstractMigrator() - Constructor for class ai.grakn.migration.base.AbstractMigrator
 
ACTION - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_COMMIT - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_DISPLAY - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_END - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_ERROR - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_INIT - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_PING - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_QUERY - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_QUERY_ABORT - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_ROLLBACK - Static variable in class ai.grakn.util.REST.RemoteShell
 
ACTION_TYPES - Static variable in class ai.grakn.util.REST.RemoteShell
 
add(InsertQuery) - Method in class ai.grakn.engine.loader.Loader
Add an insert query to the queue
addAtom(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
addAtom(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
addAtomConstraints(Set<? extends Atomic>) - Method in class ai.grakn.graql.internal.reasoner.query.Query
adds a set of constraints (types, predicates) to the atom set
addConclusion(Type) - Method in interface ai.grakn.concept.Rule
Add a conclusion of the specified Type to the Rule.
addEntity() - Method in interface ai.grakn.concept.EntityType
Creates and returns a new Entity instance.
addHypothesis(Type) - Method in interface ai.grakn.concept.Rule
Add a hypothesis of the specified Type to the Rule.
addJobCasting(String, Set<String>) - Method in class ai.grakn.engine.postprocessing.Cache
 
addJobResource(String, Set<String>) - Method in class ai.grakn.engine.postprocessing.Cache
 
addRel(VarName) - Method in class ai.grakn.graql.internal.gremlin.ShortcutTraversal
 
addRel(String, VarName) - Method in class ai.grakn.graql.internal.gremlin.ShortcutTraversal
 
addRelation() - Method in interface ai.grakn.concept.RelationType
Adds a new empty Relation.
addRule(Pattern, Pattern) - Method in interface ai.grakn.concept.RuleType
Add a new Rule, given Patterns for the Left Hand Side and Right Hand Side.
addUser(Json) - Method in class ai.grakn.engine.user.SystemKeyspaceUsers
Add a new user.
addUser(Json) - Method in class ai.grakn.engine.user.UsersHandler
 
admin() - Method in interface ai.grakn.GraknGraph
Returns access to the low-level details of the graph via GraknAdmin
admin() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
admin() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
 
admin() - Method in interface ai.grakn.graql.admin.ValuePredicateAdmin
 
admin() - Method in interface ai.grakn.graql.AskQuery
 
admin() - Method in interface ai.grakn.graql.DeleteQuery
 
admin() - Method in interface ai.grakn.graql.InsertQuery
 
admin() - Method in interface ai.grakn.graql.MatchQuery
 
admin() - Method in interface ai.grakn.graql.Pattern
 
admin() - Method in interface ai.grakn.graql.ValuePredicate
 
admin() - Method in interface ai.grakn.graql.Var
 
AdminConverter - Class in ai.grakn.graql.internal.util
Helper methods for converting classes to admin equivalents
AdminConverter() - Constructor for class ai.grakn.graql.internal.util.AdminConverter
 
Aggregate<T,S> - Interface in ai.grakn.graql
An aggregate operation to perform on a query.
aggregate(MatchQueryAdmin, Aggregate<? super Map<VarName, Concept>, T>) - Static method in class ai.grakn.graql.internal.query.Queries
 
aggregate(Aggregate<? super Map<VarName, Concept>, S>) - Method in interface ai.grakn.graql.MatchQuery
Aggregate results of a query.
AggregateQuery<T> - Interface in ai.grakn.graql
An aggregate query produced from a MatchQuery.
aggregateResult(Object, Object) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
Aggregates - Class in ai.grakn.graql.internal.query.aggregate
 
ai.grakn - package ai.grakn
 
ai.grakn.concept - package ai.grakn.concept
 
ai.grakn.engine - package ai.grakn.engine
 
ai.grakn.engine.backgroundtasks - package ai.grakn.engine.backgroundtasks
 
ai.grakn.engine.backgroundtasks.config - package ai.grakn.engine.backgroundtasks.config
 
ai.grakn.engine.backgroundtasks.distributed - package ai.grakn.engine.backgroundtasks.distributed
 
ai.grakn.engine.backgroundtasks.standalone - package ai.grakn.engine.backgroundtasks.standalone
 
ai.grakn.engine.backgroundtasks.taskstorage - package ai.grakn.engine.backgroundtasks.taskstorage
 
ai.grakn.engine.controller - package ai.grakn.engine.controller
 
ai.grakn.engine.loader - package ai.grakn.engine.loader
 
ai.grakn.engine.postprocessing - package ai.grakn.engine.postprocessing
 
ai.grakn.engine.session - package ai.grakn.engine.session
 
ai.grakn.engine.user - package ai.grakn.engine.user
 
ai.grakn.engine.util - package ai.grakn.engine.util
 
ai.grakn.example - package ai.grakn.example
 
ai.grakn.exception - package ai.grakn.exception
 
ai.grakn.factory - package ai.grakn.factory
 
ai.grakn.graph.internal - package ai.grakn.graph.internal
 
ai.grakn.graql - package ai.grakn.graql
 
ai.grakn.graql.admin - package ai.grakn.graql.admin
 
ai.grakn.graql.analytics - package ai.grakn.graql.analytics
 
ai.grakn.graql.internal.analytics - package ai.grakn.graql.internal.analytics
 
ai.grakn.graql.internal.gremlin - package ai.grakn.graql.internal.gremlin
 
ai.grakn.graql.internal.gremlin.fragment - package ai.grakn.graql.internal.gremlin.fragment
 
ai.grakn.graql.internal.hal - package ai.grakn.graql.internal.hal
 
ai.grakn.graql.internal.parser - package ai.grakn.graql.internal.parser
 
ai.grakn.graql.internal.pattern - package ai.grakn.graql.internal.pattern
 
ai.grakn.graql.internal.pattern.property - package ai.grakn.graql.internal.pattern.property
 
ai.grakn.graql.internal.printer - package ai.grakn.graql.internal.printer
 
ai.grakn.graql.internal.query - package ai.grakn.graql.internal.query
 
ai.grakn.graql.internal.query.aggregate - package ai.grakn.graql.internal.query.aggregate
 
ai.grakn.graql.internal.query.analytics - package ai.grakn.graql.internal.query.analytics
 
ai.grakn.graql.internal.query.match - package ai.grakn.graql.internal.query.match
 
ai.grakn.graql.internal.query.predicate - package ai.grakn.graql.internal.query.predicate
 
ai.grakn.graql.internal.reasoner - package ai.grakn.graql.internal.reasoner
 
ai.grakn.graql.internal.reasoner.atom - package ai.grakn.graql.internal.reasoner.atom
 
ai.grakn.graql.internal.reasoner.atom.binary - package ai.grakn.graql.internal.reasoner.atom.binary
 
ai.grakn.graql.internal.reasoner.atom.predicate - package ai.grakn.graql.internal.reasoner.atom.predicate
 
ai.grakn.graql.internal.reasoner.atom.property - package ai.grakn.graql.internal.reasoner.atom.property
 
ai.grakn.graql.internal.reasoner.query - package ai.grakn.graql.internal.reasoner.query
 
ai.grakn.graql.internal.reasoner.rule - package ai.grakn.graql.internal.reasoner.rule
 
ai.grakn.graql.internal.shell - package ai.grakn.graql.internal.shell
 
ai.grakn.graql.internal.template - package ai.grakn.graql.internal.template
 
ai.grakn.graql.internal.template.macro - package ai.grakn.graql.internal.template.macro
 
ai.grakn.graql.internal.util - package ai.grakn.graql.internal.util
 
ai.grakn.graql.macro - package ai.grakn.graql.macro
 
ai.grakn.migration.base - package ai.grakn.migration.base
 
ai.grakn.migration.base.io - package ai.grakn.migration.base.io
 
ai.grakn.migration.csv - package ai.grakn.migration.csv
 
ai.grakn.migration.export - package ai.grakn.migration.export
 
ai.grakn.migration.json - package ai.grakn.migration.json
 
ai.grakn.migration.owl - package ai.grakn.migration.owl
 
ai.grakn.migration.sql - package ai.grakn.migration.sql
 
ai.grakn.util - package ai.grakn.util
 
ALL_TASKS_URI - Static variable in class ai.grakn.util.REST.WebPath
 
ALL_USERS - Static variable in class ai.grakn.util.REST.WebPath
 
allUsers(int, int) - Method in class ai.grakn.engine.user.SystemKeyspaceUsers
Retrieve the list of all users with all their properties.
allUsers(int, int) - Method in class ai.grakn.engine.user.UsersHandler
 
analyticsElements - Static variable in class ai.grakn.graql.internal.analytics.CommonOLAP
The types that are reserved by analytics and are not "seen" by analytics.
and(Pattern...) - Static method in class ai.grakn.graql.Graql
 
and(Collection<? extends Pattern>) - Static method in class ai.grakn.graql.Graql
 
ANSI - Class in ai.grakn.graql.internal.util
Includes ANSI unicode commands for different colours
answer(Set<AtomicQuery>, QueryCache, boolean) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
answer(Set<AtomicQuery>, QueryCache, boolean) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
answer the query by providing combined lookup/rule resolutions
APPLICATION_POST_TYPE - Static variable in class ai.grakn.util.REST.HttpConn
 
apply(Stream<? extends T>) - Method in interface ai.grakn.graql.Aggregate
The function to apply to the stream of results to produce the aggregate result.
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.BooleanMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.ConcatMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.DateMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.DoubleMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.EqualsMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.IntMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.LongMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.LowerMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.NoescpMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.SplitMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.StringMacro
 
apply(List<Object>) - Method in class ai.grakn.graql.internal.template.macro.UpperMacro
 
apply(List<Object>) - Method in interface ai.grakn.graql.macro.Macro
Apply the macro to the given values
applyPredicate(GraphTraversal<Vertex, Vertex>) - Method in interface ai.grakn.graql.admin.ValuePredicateAdmin
 
applyTraversal(GraphTraversal<Vertex, Vertex>) - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
 
as(String) - Method in interface ai.grakn.graql.Aggregate
Return a NamedAggregate.
as(String) - Method in class ai.grakn.graql.internal.query.aggregate.AbstractAggregate
 
asConjunction() - Method in interface ai.grakn.graql.admin.PatternAdmin
 
asDisjunction() - Method in interface ai.grakn.graql.admin.PatternAdmin
 
asEntity() - Method in interface ai.grakn.concept.Concept
Return as an Entity, if the Concept is an Entity Instance.
asEntityType() - Method in interface ai.grakn.concept.Concept
Return as an EntityType if the Concept is an Entity Type.
asInstance() - Method in interface ai.grakn.concept.Concept
Return as an Instance if the Concept is an Instance.
ask(MatchQuery) - Static method in class ai.grakn.graql.internal.query.Queries
 
ask() - Method in interface ai.grakn.graql.MatchQuery
 
AskQuery - Interface in ai.grakn.graql
A query that will return whether a match query can be found in the graph.
AskQueryAdmin - Interface in ai.grakn.graql.admin
Admin class for inspecting and manipulating an AskQuery
asRelation() - Method in interface ai.grakn.concept.Concept
Return as a Relation if the Concept is a Relation Instance.
asRelationType() - Method in interface ai.grakn.concept.Concept
Return as a Relation Type if the concept is a Relation Type.
asResource() - Method in interface ai.grakn.concept.Concept
Return as a Resource if the Concept is a Resource Instance.
asResourceType() - Method in interface ai.grakn.concept.Concept
Return as a Resource Type if the Concept is a Resource Type.
asRoleType() - Method in interface ai.grakn.concept.Concept
Return as a RoleType if the Concept is a Role Type.
asRule() - Method in interface ai.grakn.concept.Concept
Return as a Rule if the Concept is a Rule Instance.
asRuleType() - Method in interface ai.grakn.concept.Concept
Return as a Rule Type if the Concept is a Rule Type.
assign(String, Object) - Method in class ai.grakn.graql.internal.template.Scope
Associate a value with the given key.
asType() - Method in interface ai.grakn.concept.Concept
Return as a Type if the Concept is a Type.
asVar() - Method in interface ai.grakn.graql.admin.PatternAdmin
 
asVar() - Method in interface ai.grakn.graql.admin.VarAdmin
 
Atom - Class in ai.grakn.graql.internal.reasoner.atom
Atom implementation defining specialised functionalities.
Atom(VarAdmin) - Constructor for class ai.grakn.graql.internal.reasoner.atom.Atom
 
Atom(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.Atom
 
Atom(Atom) - Constructor for class ai.grakn.graql.internal.reasoner.atom.Atom
 
AtomBase - Class in ai.grakn.graql.internal.reasoner.atom
Base atom implementation providing basic functionalities.
AtomBase(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
AtomBase(AtomBase) - Constructor for class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
Atomic - Interface in ai.grakn.graql.internal.reasoner.atom
Interface for atoms.
AtomicFactory - Class in ai.grakn.graql.internal.reasoner.atom
Factory class for creating atoms out of graql variables and patterns.
AtomicFactory() - Constructor for class ai.grakn.graql.internal.reasoner.atom.AtomicFactory
 
AtomicMatchQuery - Class in ai.grakn.graql.internal.reasoner.query
Atomic reasoner query providing resolution streaming facilities.
AtomicMatchQuery(Atom, Set<VarName>) - Constructor for class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
AtomicMatchQuery(MatchQuery, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
AtomicMatchQuery(AtomicQuery, QueryAnswers) - Constructor for class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
AtomicQuery - Class in ai.grakn.graql.internal.reasoner.query
Base reasoner atomic query.
AtomicQuery(String, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
AtomicQuery(MatchQuery, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
AtomicQuery(AtomicQuery) - Constructor for class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
AtomicQuery(Atom, Set<VarName>) - Constructor for class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
atomPattern - Variable in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
AuthController - Class in ai.grakn.engine.controller
 
AuthController() - Constructor for class ai.grakn.engine.controller.AuthController
 
Autocomplete - Class in ai.grakn.graql
An autocomplete result suggesting keywords, types and variables that the user may wish to type
average(String) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will find the mean of a variable's values.
average(VarName) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
Aggregate that finds average (mean) of a match query.

B

BackgroundTask - Interface in ai.grakn.engine.backgroundtasks
Interface which all tasks that wish to be scheduled for later execution as background tasks must implement.
BATCH_SIZE - Static variable in class ai.grakn.migration.base.AbstractMigrator
 
BATCH_SIZE_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
Binary - Class in ai.grakn.graql.internal.reasoner.atom.binary
Base implementation for binary atoms with single predicate.
Binary(VarAdmin, IdPredicate, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
Binary(Binary) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
BinaryBase - Class in ai.grakn.graql.internal.reasoner.atom.binary
Base implementationfor binary atoms of the type ($varName, $valueVariable), where value variable references predicates.
BinaryBase(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
BinaryBase(BinaryBase) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
BLACK - Static variable in class ai.grakn.graql.internal.util.ANSI
 
BLUE - Static variable in class ai.grakn.graql.internal.util.ANSI
 
BOOLEAN - Static variable in class ai.grakn.concept.ResourceType.DataType
 
BooleanMacro - Class in ai.grakn.graql.internal.template.macro
Templating function that will convert the given value into a boolean (true/false).
BooleanMacro() - Constructor for class ai.grakn.graql.internal.template.macro.BooleanMacro
 
build(T) - Method in interface ai.grakn.graql.Printer
 
buildConcept(Vertex) - Method in interface ai.grakn.GraknAdmin
 
buildConcept(Vertex) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
buildString(StringBuilder) - Method in interface ai.grakn.graql.admin.VarProperty
Build a Graql string representation of this property
buildString(StringBuilder) - Method in class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
 
buildString(StringBuilder) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
buildString(StringBuilder) - Method in class ai.grakn.graql.internal.pattern.property.ValueFlagProperty
 
BulkResourceMutate<T> - Class in ai.grakn.graql.internal.analytics
Methods to deal with persisting values to a Grakn graph during OLAP computations.

C

Cache - Class in ai.grakn.engine.postprocessing
 
capture(VarName) - Static method in class ai.grakn.graql.internal.reasoner.Utility
Capture a variable name, by prepending a constant to the name
checkInsertable(VarAdmin) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
checkInsertable(VarAdmin) - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
 
checkInsertable(VarAdmin) - Method in interface ai.grakn.graql.internal.pattern.property.VarPropertyInternal
Check if the given property can be inserted
checkpoint(String) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
checkpoint() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
checkpoint(String) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedState
 
checkpoint() - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedState
 
checkTypesCompatible(Type, Type) - Static method in class ai.grakn.graql.internal.reasoner.Utility
 
checkValid(GraknGraph, VarAdmin) - Method in interface ai.grakn.graql.internal.pattern.property.VarPropertyInternal
Check if the given property can be used in a match query
checkValidProperty(GraknGraph, VarAdmin) - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
checkValidProperty(GraknGraph, VarAdmin) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
childEvent(CuratorFramework, TreeCacheEvent) - Method in class ai.grakn.engine.backgroundtasks.distributed.TaskFailover
 
classEntityTypeName(IRI) - Method in interface ai.grakn.migration.owl.Namer
Generate the name of a Grakn entity type from the IRI of an OWL class
clear() - Method in interface ai.grakn.GraknGraph
Closes and clears the current graph.
clear() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
Clears the graph completely.
clearGraph() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
clearGraph() - Method in class ai.grakn.graph.internal.GraknTitanGraph
 
clearTransaction() - Method in class ai.grakn.graph.internal.ConceptLog
Removes all the concepts from the transaction tracker
client() - Static method in class ai.grakn.engine.backgroundtasks.config.ConfigHelper
 
clone() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
clone() - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
 
clone() - Method in class ai.grakn.graql.internal.analytics.GraknVertexProgram
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
clone() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.HasRole
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.property.DataTypeAtom
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.property.IsAbstractAtom
 
clone() - Method in class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
 
cloneMe() - Method in interface ai.grakn.graql.admin.PatternAdmin
 
close() - Method in class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
close() - Method in class ai.grakn.engine.backgroundtasks.distributed.Scheduler
 
close() - Method in class ai.grakn.engine.backgroundtasks.distributed.TaskFailover
 
close() - Method in class ai.grakn.engine.backgroundtasks.distributed.TaskRunner
Stop the main loop, causing run() to exit.
close() - Method in class ai.grakn.engine.backgroundtasks.standalone.StandaloneTaskManager
 
close() - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedStateStorage
 
close() - Method in interface ai.grakn.GraknGraph
Closes the current transaction.
close() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
Closes the current graph, rendering it unusable.
close() - Method in interface ai.grakn.graql.GraqlClient
 
close() - Method in class ai.grakn.graql.GraqlClientImpl
 
close() - Method in class ai.grakn.migration.csv.CSVMigrator
Close the reader
close() - Method in class ai.grakn.migration.json.JsonMigrator
Close the readers
close() - Method in class ai.grakn.migration.sql.SQLMigrator
SQL Migrator has nothing to close
closeGraph(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
closeGraph(String) - Method in class ai.grakn.graph.internal.GraknTitanGraph
 
closePermanent() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
cluster() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
cluster() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
CLUSTER_LABEL - Static variable in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
ClusterManager - Class in ai.grakn.engine.backgroundtasks.distributed
Scheduler will be constantly running on the "Leader" machine.
ClusterMemberMapReduce - Class in ai.grakn.graql.internal.analytics
 
ClusterMemberMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
 
ClusterMemberMapReduce(Set<String>, String) - Constructor for class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
 
ClusterMemberMapReduce(Set<String>, String, Long) - Constructor for class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
 
ClusterQuery<T> - Interface in ai.grakn.graql.analytics
Compute the connected components in the subgraph.
clusterSize(long) - Method in interface ai.grakn.graql.analytics.ClusterQuery
 
ClusterSizeMapReduce - Class in ai.grakn.graql.internal.analytics
 
ClusterSizeMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
 
ClusterSizeMapReduce(Set<String>, String) - Constructor for class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
 
ClusterSizeMapReduce(Set<String>, String, Long) - Constructor for class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
 
color(String, String) - Static method in class ai.grakn.graql.internal.util.ANSI
 
combine(Serializable, Iterator<Set<String>>, MapReduce.ReduceEmitter<Serializable, Set<String>>) - Method in class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
 
combine(Serializable, Iterator<Long>, MapReduce.ReduceEmitter<Serializable, Long>) - Method in class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
 
combine(Serializable, Iterator<Long>, MapReduce.ReduceEmitter<Serializable, Long>) - Method in class ai.grakn.graql.internal.analytics.CountMapReduce
 
combine(Serializable, Iterator<Set<String>>, MapReduce.ReduceEmitter<Serializable, Set<String>>) - Method in class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
 
combine(Serializable, Iterator<Number>, MapReduce.ReduceEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.MaxMapReduce
 
combine(Serializable, Iterator<Map<String, Double>>, MapReduce.ReduceEmitter<Serializable, Map<String, Double>>) - Method in class ai.grakn.graql.internal.analytics.MeanMapReduce
 
combine(Serializable, Iterator<Number>, MapReduce.ReduceEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.MinMapReduce
 
combine(Serializable, Iterator<Map<String, Double>>, MapReduce.ReduceEmitter<Serializable, Map<String, Double>>) - Method in class ai.grakn.graql.internal.analytics.StdMapReduce
 
combine(Serializable, Iterator<Number>, MapReduce.ReduceEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.SumMapReduce
 
command - Variable in class ai.grakn.migration.base.io.MigrationOptions
 
COMMANDS - Static variable in class ai.grakn.graql.GraqlShell
Array of available commands in shell
commit() - Method in interface ai.grakn.GraknGraph
Validates and attempts to commit the graph.
commit() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
Commits the graph
commit(boolean) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
COMMIT_LOG_URI - Static variable in class ai.grakn.util.REST.WebPath
 
CommitLogController - Class in ai.grakn.engine.controller
A controller which core submits commit logs to so we can post-process jobs for cleanup.
CommitLogController() - Constructor for class ai.grakn.engine.controller.CommitLogController
 
commitTx() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
commitTx() - Method in class ai.grakn.graph.internal.GraknOrientDBGraph
 
commitTx() - Method in class ai.grakn.graph.internal.GraknTitanGraph
 
CommonOLAP - Class in ai.grakn.graql.internal.analytics
Core Grakn implementation of the common methods on the MapReduce and VertexProgram interfaces.
CommonOLAP() - Constructor for class ai.grakn.graql.internal.analytics.CommonOLAP
 
CommonUtil - Class in ai.grakn.graql.internal.util
 
compareTo(ConceptId) - Method in class ai.grakn.concept.ConceptId
 
completableFuture(String) - Method in class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
completableFuture(String) - Method in class ai.grakn.engine.backgroundtasks.standalone.StandaloneTaskManager
 
completableFuture(String) - Method in interface ai.grakn.engine.backgroundtasks.TaskManager
Return a future that allows registering asynchronous callbacks triggered when a task is completed.
complete(String, int, List<CharSequence>) - Method in class ai.grakn.graql.internal.shell.GraqlCompleter
 
complete(String, int, List<CharSequence>) - Method in class ai.grakn.graql.internal.shell.ShellCommandCompleter
 
compute(VertexProgram, MapReduce...) - Method in interface ai.grakn.GraknComputer
Execute the given vertex program using a graph computer.
compute(MapReduce) - Method in interface ai.grakn.GraknComputer
Execute the given map reduce job using a graph computer.
compute(VertexProgram, MapReduce...) - Method in class ai.grakn.graph.internal.GraknComputerImpl
 
compute(MapReduce) - Method in class ai.grakn.graph.internal.GraknComputerImpl
 
compute() - Static method in class ai.grakn.graql.Graql
 
compute() - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
compute() - Method in interface ai.grakn.graql.QueryBuilder
 
ComputeQuery<T> - Interface in ai.grakn.graql
A query that triggers an analytics OLAP computation on a graph.
ComputeQueryBuilder - Interface in ai.grakn.graql
 
ComputeQueryBuilderImpl - Class in ai.grakn.graql.internal.query.analytics
 
ComputeQueryBuilderImpl(Optional<GraknGraph>) - Constructor for class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
COMPUTER - Static variable in class ai.grakn.util.REST.GraphConfig
 
computeRoleCombinations(Set<VarName>, Set<RoleType>, Map<VarName, VarAdmin>, Set<Map<VarName, Var>>) - Static method in class ai.grakn.graql.internal.reasoner.Utility
compute all rolePlayer-roleType combinations complementing provided roleMap
ConcatMacro - Class in ai.grakn.graql.internal.template.macro
Concatenate all of the given values to a string.
ConcatMacro() - Constructor for class ai.grakn.graql.internal.template.macro.ConcatMacro
 
Concept - Interface in ai.grakn.concept
A Concept represents anything in the graph.
CONCEPT_BY_ID_ONTOLOGY_URI - Static variable in class ai.grakn.util.REST.WebPath
 
CONCEPT_BY_ID_URI - Static variable in class ai.grakn.util.REST.WebPath
 
ConceptException - Exception in ai.grakn.exception
This Exception is thrown when a concept is malformed or incorrect in some way.
ConceptException(String) - Constructor for exception ai.grakn.exception.ConceptException
 
ConceptId - Class in ai.grakn.concept
A Concept Id
ConceptLog - Class in ai.grakn.graph.internal
Tracks Graph Mutations.
ConceptNotUniqueException - Exception in ai.grakn.exception
This exception is thrown when two concepts attept to have the same unique id.
ConceptNotUniqueException(Concept, Schema.ConceptProperty, String) - Constructor for exception ai.grakn.exception.ConceptNotUniqueException
 
ConceptNotUniqueException(Concept, String) - Constructor for exception ai.grakn.exception.ConceptNotUniqueException
 
ConceptNotUniqueException(Resource, Instance) - Constructor for exception ai.grakn.exception.ConceptNotUniqueException
 
CONFIG_FILE_SYSTEM_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
ConfigHelper - Class in ai.grakn.engine.backgroundtasks.config
 
ConfigHelper() - Constructor for class ai.grakn.engine.backgroundtasks.config.ConfigHelper
 
ConfigProperties - Class in ai.grakn.engine.util
Singleton class used to read config file and make all the settings available to the Grakn Engine classes.
configuration(JSONObject) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
configuration() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
Conjunction<T extends PatternAdmin> - Interface in ai.grakn.graql.admin
A class representing a conjunction (and) of patterns.
conjunction(Set<T>) - Static method in class ai.grakn.graql.internal.pattern.Patterns
 
connect(Object, URI) - Method in interface ai.grakn.graql.GraqlClient
 
connect(Object, URI) - Method in class ai.grakn.graql.GraqlClientImpl
 
ConnectedComponentVertexProgram - Class in ai.grakn.graql.internal.analytics
 
ConnectedComponentVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
ConnectedComponentVertexProgram(Set<String>) - Constructor for class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
ConnectedComponentVertexProgram(Set<String>, Set<String>, String, String) - Constructor for class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
ConnectedComponentVertexProgram(Set<String>, Set<String>, String, String, Set<String>) - Constructor for class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
connection() - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedStateStorage
 
contactEngine(String, String, String) - Static method in class ai.grakn.util.EngineCommunicator
 
contactEngine(String, String) - Static method in class ai.grakn.util.EngineCommunicator
 
contains(String) - Static method in class ai.grakn.graql.Graql
 
contains(Var) - Static method in class ai.grakn.graql.Graql
 
contains(String) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
contains(VarAdmin) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
contains(AtomicQuery) - Method in class ai.grakn.graql.internal.reasoner.query.QueryCache
 
containsAtom(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
containsEquivalentAtom(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
containsVar(VarName) - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
containsVar(VarName) - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
containsVar(VarName) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
CONTENT_LENGTH - Static variable in class ai.grakn.util.REST.HttpConn
 
CONTENT_TYPE - Static variable in class ai.grakn.util.REST.HttpConn
 
convertToValidValues(Map<String, Object>) - Method in class ai.grakn.migration.sql.SQLMigrator
Convert values to be valid - removing nulls and changing to supported types
copyOf(T) - Static method in class ai.grakn.graql.internal.pattern.Patterns
 
count() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
count() - Static method in class ai.grakn.graql.Graql
Create an aggregate that will count the results of a query.
COUNT - Static variable in class ai.grakn.graql.internal.analytics.CountVertexProgram
 
COUNT - Static variable in class ai.grakn.graql.internal.analytics.MeanMapReduce
 
COUNT - Static variable in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
COUNT - Static variable in class ai.grakn.graql.internal.analytics.StdMapReduce
 
count() - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
Aggregate that counts results of a match query.
count() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
CountMapReduce - Class in ai.grakn.graql.internal.analytics
 
CountMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.CountMapReduce
 
CountMapReduce(Set<String>) - Constructor for class ai.grakn.graql.internal.analytics.CountMapReduce
 
CountQuery - Interface in ai.grakn.graql.analytics
Count the number of instances in the subgraph.
CountVertexProgram - Class in ai.grakn.graql.internal.analytics
This class is not used in analytics, as CountMapReduce is consistently faster.
CountVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.CountVertexProgram
 
CountVertexProgram(Set<String>) - Constructor for class ai.grakn.graql.internal.analytics.CountVertexProgram
 
create(Set<String>, String, int) - Static method in class ai.grakn.graql.Autocomplete
 
create(Fragment...) - Static method in class ai.grakn.graql.internal.gremlin.EquivalentFragmentSet
 
create(Set<? extends List<Fragment>>) - Static method in class ai.grakn.graql.internal.gremlin.GraqlTraversal
 
create(QueryBuilder) - Static method in class ai.grakn.graql.internal.parser.QueryParser
Create a query parser with the specified graph
create(Atomic, Query) - Static method in class ai.grakn.graql.internal.reasoner.atom.AtomicFactory
 
create() - Static method in class ai.grakn.graql.internal.template.TemplateParser
Create a template parser.
createAtomSet(Conjunction<PatternAdmin>, Query, GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.atom.AtomicFactory
 
CREATED_BY - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
createFreshVariable(Set<VarName>, VarName) - Static method in class ai.grakn.graql.internal.reasoner.Utility
generate a fresh variable avoiding global variables and variables from the same query
createIdVar(VarName, ConceptId) - Static method in class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
createPropertyChainRule(RelationType, String, String, LinkedHashMap<RelationType, Pair<String, String>>, GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Utility
creates rule R(fromRole: x, toRole: xm) :- R1(fromRole: x, ...), , R2, ...
createReflexiveRule(RelationType, GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Utility
create reflexive rule R(from: X, to: X) :- R(from: X,to: Y)
createSubPropertyRule(RelationType, RelationType, Map<String, String>, GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Utility
creates rule parent :- child
createTransitiveRule(RelationType, String, String, GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Utility
create transitive rule R(from: X, to: Y) :- R(from: X,to: Z), R(from: Z, to: Y)
createValueVar(VarName, ValuePredicateAdmin) - Static method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
creator(String) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
creator() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
CSVMigrationOptions - Class in ai.grakn.migration.csv
Configure the default CSV migration options and access arguments passed by the user
CSVMigrationOptions(String[]) - Constructor for class ai.grakn.migration.csv.CSVMigrationOptions
 
CSVMigrator - Class in ai.grakn.migration.csv
The CSV migrator will migrate all of the data in a CSV file into Grakn Graql var patters, to be imported into a graph as the user sees fit.
CSVMigrator(String, File) - Constructor for class ai.grakn.migration.csv.CSVMigrator
Construct a CSVMigrator to migrate data in the given file
CSVMigrator(String, Reader) - Constructor for class ai.grakn.migration.csv.CSVMigrator
Construct a CSVMigrator to migrate data in the given Reader
CURRENT_DIR_SYSTEM_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
CYAN - Static variable in class ai.grakn.graql.internal.util.ANSI
 

D

dataType() - Method in interface ai.grakn.concept.Resource
Retrieves the data type of this Resource's ResourceType.
dataType(VarName, ResourceType.DataType) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
datatype(ResourceType.DataType<?>) - Method in interface ai.grakn.graql.Var
 
DataTypeAtom - Class in ai.grakn.graql.internal.reasoner.atom.property
 
DataTypeAtom(VarName, DataTypeProperty, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.property.DataTypeAtom
 
DataTypeProperty - Class in ai.grakn.graql.internal.pattern.property
 
DataTypeProperty(ResourceType.DataType<?>) - Constructor for class ai.grakn.graql.internal.pattern.property.DataTypeProperty
 
DateMacro - Class in ai.grakn.graql.internal.template.macro
Parse the given value (arg1) using the format (arg2) into another format (arg3).
DateMacro() - Constructor for class ai.grakn.graql.internal.template.macro.DateMacro
 
DBlookup() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
DBlookup() - Method in class ai.grakn.graql.internal.reasoner.query.Query
resolve the query by performing a db lookup
debug(String) - Method in class ai.grakn.engine.backgroundtasks.distributed.KafkaLogger
 
DEFAULT - Static variable in class ai.grakn.util.REST.GraphConfig
 
DEFAULT_CONFIG_FILE - Static variable in class ai.grakn.engine.util.ConfigProperties
 
DEFAULT_KEYSPACE_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
DEFAULT_LOG_CONFIG_FILE - Static variable in class ai.grakn.engine.util.ConfigProperties
 
DEFAULT_URI - Static variable in class ai.grakn.Grakn
Constant to be passed to Grakn.factory(String, String) to specify the default localhost Grakn Engine location.
degree() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
DEGREE - Static variable in class ai.grakn.graql.internal.analytics.DegreeVertexProgram
 
DEGREE - Static variable in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
degree() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
DegreeAndPersistVertexProgram - Class in ai.grakn.graql.internal.analytics
 
DegreeAndPersistVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.DegreeAndPersistVertexProgram
 
DegreeAndPersistVertexProgram(Set<String>, Set<String>, String, String) - Constructor for class ai.grakn.graql.internal.analytics.DegreeAndPersistVertexProgram
 
DegreeDistributionMapReduce - Class in ai.grakn.graql.internal.analytics
 
DegreeDistributionMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
 
DegreeDistributionMapReduce(Set<String>) - Constructor for class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
 
DegreeQuery<T> - Interface in ai.grakn.graql.analytics
Compute the number of relations that each instance takes part in.
DegreeVertexProgram - Class in ai.grakn.graql.internal.analytics
 
DegreeVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.DegreeVertexProgram
 
DegreeVertexProgram(Set<String>, Set<String>) - Constructor for class ai.grakn.graql.internal.analytics.DegreeVertexProgram
 
delete() - Method in interface ai.grakn.concept.Concept
Delete the Concept.
delete(GraknGraph, Concept) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
delete(GraknGraph, Concept) - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
delete(GraknGraph, Concept) - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
delete(GraknGraph, Concept) - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
delete(GraknGraph, Concept) - Method in interface ai.grakn.graql.internal.pattern.property.VarPropertyInternal
Delete the given property from the graph, if possible.
delete(Collection<VarAdmin>, MatchQuery) - Static method in class ai.grakn.graql.internal.query.Queries
 
delete(String...) - Method in interface ai.grakn.graql.MatchQuery
 
delete(Var...) - Method in interface ai.grakn.graql.MatchQuery
 
delete(Collection<? extends Var>) - Method in interface ai.grakn.graql.MatchQuery
 
DELETE_METHOD - Static variable in class ai.grakn.util.REST.HttpConn
 
deleteHasRole(RoleType) - Method in interface ai.grakn.concept.RelationType
Delete a RoleType from this RelationType
deleteJobCasting(String, String) - Method in class ai.grakn.engine.postprocessing.Cache
 
deleteJobResource(String, String) - Method in class ai.grakn.engine.postprocessing.Cache
 
deletePlaysRole(RoleType) - Method in interface ai.grakn.concept.EntityType
Removes the RoleType to prevent instances of this EntityType from playing it.
deletePlaysRole(RoleType) - Method in interface ai.grakn.concept.RelationType
Removes the RoleType to prevent instances of this RelationType from playing it.
deletePlaysRole(RoleType) - Method in interface ai.grakn.concept.ResourceType
Removes the RoleType to prevent instances of this ResourceType from playing it.
deletePlaysRole(RoleType) - Method in interface ai.grakn.concept.RoleType
Removes the RoleType to prevent instances from playing it
deletePlaysRole(RoleType) - Method in interface ai.grakn.concept.RuleType
 
deletePlaysRole(RoleType) - Method in interface ai.grakn.concept.Type
 
DeleteQuery - Interface in ai.grakn.graql
A query for deleting concepts from a match query.
DeleteQueryAdmin - Interface in ai.grakn.graql.admin
Admin class for inspecting and manipulating a DeleteQuery
deleteScope(Instance) - Method in interface ai.grakn.concept.Relation
Delete the scope specified.
deserialize(String) - Static method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedState
 
die(Throwable) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
die(String) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
Disjunction<T extends PatternAdmin> - Interface in ai.grakn.graql.admin
A class representing a disjunction (or) of patterns.
disjunction(Set<T>) - Static method in class ai.grakn.graql.internal.pattern.Patterns
 
DISPLAY - Static variable in class ai.grakn.util.REST.RemoteShell
 
distinct() - Method in interface ai.grakn.graql.MatchQuery
remove any duplicate results from the query
distinctCasting(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
DistributedTaskManager - Class in ai.grakn.engine.backgroundtasks.distributed
Class to manage tasks distributed using Kafka.
DistributedTaskManager() - Constructor for class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.CountMapReduce
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.MaxMapReduce
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.MeanMapReduce
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.MinMapReduce
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.StdMapReduce
 
doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.SumMapReduce
 
DOUBLE - Static variable in class ai.grakn.concept.ResourceType.DataType
 
DoubleMacro - Class in ai.grakn.graql.internal.template.macro
Convert the given value into a boolean (true/false).
DoubleMacro() - Constructor for class ai.grakn.graql.internal.template.macro.DoubleMacro
 
dumpData() - Method in class ai.grakn.migration.export.GraphWriter
Export the data of a Grakn graph as a Graql string
dumpOntology() - Method in class ai.grakn.migration.export.GraphWriter
Export the ontology of a Grakn graph as Graql string

E

ENGINE_ID - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
EngineCommunicator - Class in ai.grakn.util
Establishes communication between the graph and engine
EngineCommunicator() - Constructor for class ai.grakn.util.EngineCommunicator
 
engineID(String) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
engineID() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
engineID(String) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedState
 
engineID() - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedState
 
EngineID - Class in ai.grakn.engine.util
 
ENTITIES_JSON_FIELD - Static variable in class ai.grakn.util.REST.Response
 
Entity - Interface in ai.grakn.concept
Entity represents an instance of an Entity Type, which represents some data in the graph.
entity(OWLNamedIndividual) - Method in class ai.grakn.migration.owl.OWLMigrator
 
entityRole(String) - Method in interface ai.grakn.migration.owl.Namer
The name of the entity role type in an entity-role relation representing an OWL data property
entityRole(EntityType, ResourceType<?>) - Method in class ai.grakn.migration.owl.OWLMigrator
 
EntityType - Interface in ai.grakn.concept
EntityType is a schema element which represents the categories instances of this type can fall within.
entityType(OWLClass) - Method in class ai.grakn.migration.owl.OWLMigrator
 
eq(Object) - Static method in class ai.grakn.graql.Graql
 
eq(Var) - Static method in class ai.grakn.graql.Graql
 
eq(Object) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
equals(Object) - Method in class ai.grakn.concept.ConceptId
 
equals(Object) - Method in class ai.grakn.graql.internal.gremlin.EquivalentFragmentSet
 
equals(Object) - Method in class ai.grakn.graql.internal.gremlin.GraqlTraversal
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.DataTypeProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.IdProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.LhsProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.NameProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.RhsProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.ValueFlagProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.property.DataTypeAtom
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.property.IsAbstractAtom
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
equals(Object) - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
EqualsMacro - Class in ai.grakn.graql.internal.template.macro
Compares the given values.
EqualsMacro() - Constructor for class ai.grakn.graql.internal.template.macro.EqualsMacro
 
equalsValue() - Method in interface ai.grakn.graql.admin.ValuePredicateAdmin
 
equivalenceHashCode() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.HasRole
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.property.DataTypeAtom
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.property.IsAbstractAtom
 
equivalenceHashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
 
EquivalentFragmentSet - Class in ai.grakn.graql.internal.gremlin
a pattern to match in the graph.
error(String) - Method in class ai.grakn.engine.backgroundtasks.distributed.KafkaLogger
 
error(String, Throwable) - Method in class ai.grakn.engine.backgroundtasks.distributed.KafkaLogger
 
ERROR - Static variable in class ai.grakn.util.REST.RemoteShell
 
ErrorMessage - Enum in ai.grakn.graql.internal.shell
Error message strings for shell
ErrorMessage - Enum in ai.grakn.util
 
escapeString(String) - Static method in class ai.grakn.graql.internal.util.StringConverter
 
establishRelation(AtomicQuery) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
establishes parent-child (if there is one) relation between this and aq query the relation expresses the relative level of specificity between queries with the parent being more specific
exception(String) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
exception() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
ExceptionWrapper - Class in ai.grakn.engine.util
Utility class to execute a Runnable and log any exceptions thrown without propagating them further.
ExceptionWrapper() - Constructor for class ai.grakn.engine.util.ExceptionWrapper
 
execute() - Method in interface ai.grakn.graql.analytics.CountQuery
Execute the query.
execute() - Method in interface ai.grakn.graql.analytics.MaxQuery
Execute the query.
execute() - Method in interface ai.grakn.graql.analytics.MeanQuery
Execute the query.
execute() - Method in interface ai.grakn.graql.analytics.MedianQuery
Execute the query.
execute() - Method in interface ai.grakn.graql.analytics.MinQuery
Execute the query.
execute() - Method in interface ai.grakn.graql.analytics.PathQuery
Execute the query.
execute() - Method in interface ai.grakn.graql.analytics.StdQuery
Execute the query.
execute() - Method in interface ai.grakn.graql.analytics.SumQuery
Execute the query.
execute(Vertex, Messenger<T>, Memory) - Method in class ai.grakn.graql.internal.analytics.GraknVertexProgram
 
execute() - Method in interface ai.grakn.graql.Query
 
exportData() - Method in class ai.grakn.migration.export.GraphWriterOptions
 
exportOntology() - Method in class ai.grakn.migration.export.GraphWriterOptions
 
extractPredicate(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
extractPredicate(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
extractPredicate(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
extractTypeId(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
extractTypeId(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
extractTypeId(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
extractTypeId(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
extractUserFromJWT(String) - Static method in class ai.grakn.engine.util.JWTHandler
 
extractValueVariableName(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
extractValueVariableName(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
extractValueVariableName(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
extractValueVariableName(VarAdmin) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 

F

factory(String, String) - Static method in class ai.grakn.Grakn
Returns a factory instances to produce concurrent connections to the Grakn knowledge graph.
fileAsString(File) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
filter(QueryAnswers) - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
apply the not equals filter to answer set
filter(Stream<Map<VarName, Concept>>) - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
apply the not equals filter to answer stream
filterByTypes(Map<VarName, Type>) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
filter answers by discarding answers not adhering to specific types
filterIncomplete(Set<VarName>) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
filter answers by discarding answers with incomplete set of variables
filterIncomplete(Set<VarName>) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
filter stream by discarding answers with incomplete set of variables
filterKnown(QueryAnswers) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
filter answers by discarding the already known ones
filterKnown(QueryAnswers) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
filter stream by discarding the already known ones
filterNonEquals(Query) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
filter answers by applying NonEquals filters
filterNonEquals(Query) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
filter stream by applying NonEquals filters
filterVars(Set<VarName>) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
filter answers by constraining the variable set to the provided one
filterVars(Set<VarName>) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
filter stream by constraining the variable set to the provided one
finaliseClose(Runnable, String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
fixDuplicateCasting(Object) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
Merges duplicate castings if one is found.
fixDuplicateResources(Set<Object>) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
flush() - Method in class ai.grakn.engine.loader.Loader
Load any remaining batches in the queue.
format(Object) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
formatVar(Object) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
FOUND_IN_ITERATION - Static variable in class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
Fragment - Interface in ai.grakn.graql.internal.gremlin.fragment
represents a graph traversal, with one start point and optionally an end point
fragmentCost(double) - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
 
Fragments - Class in ai.grakn.graql.internal.gremlin.fragment
 
from(ConceptId) - Method in interface ai.grakn.graql.analytics.PathQuery
 
fromIri(IRI) - Method in interface ai.grakn.migration.owl.Namer
Create and return a name from a full IRI.
fromIri(String) - Method in interface ai.grakn.migration.owl.Namer
 

G

generateFinalResult(Iterator<KeyValue<Serializable, Set<String>>>) - Method in class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Long>>) - Method in class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Long>>) - Method in class ai.grakn.graql.internal.analytics.CountMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Set<String>>>) - Method in class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Number>>) - Method in class ai.grakn.graql.internal.analytics.MaxMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Map<String, Double>>>) - Method in class ai.grakn.graql.internal.analytics.MeanMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Number>>) - Method in class ai.grakn.graql.internal.analytics.MinMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Map<String, Double>>>) - Method in class ai.grakn.graql.internal.analytics.StdMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Number>>) - Method in class ai.grakn.graql.internal.analytics.SumMapReduce
 
get() - Method in class ai.grakn.graql.internal.template.macro.UnescapedString
 
get(String) - Method in interface ai.grakn.graql.MatchQuery
 
GET_METHOD - Static variable in class ai.grakn.util.REST.HttpConn
 
GET_STATUS_CONFIG_URI - Static variable in class ai.grakn.util.REST.WebPath
 
getAcceptType(Request) - Static method in class ai.grakn.engine.controller.Utilities
 
getAggregate() - Method in interface ai.grakn.graql.NamedAggregate
Get the aggregate this named aggregate represents.
getAnswers() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
getAnswers() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getApplicableRules() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getAsList(String, String) - Static method in class ai.grakn.engine.controller.Utilities
 
getAsString(String, String) - Static method in class ai.grakn.engine.controller.Utilities
 
getAtom() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
getAtoms() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getAvailableThreads() - Method in class ai.grakn.engine.util.ConfigProperties
 
getBatch() - Method in class ai.grakn.migration.csv.CSVMigrationOptions
 
getBatch() - Method in class ai.grakn.migration.json.JsonMigrationOptions
 
getBatch() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
 
getBatchSize() - Method in class ai.grakn.engine.loader.Loader
 
getBody() - Method in class ai.grakn.graql.internal.reasoner.rule.InferenceRule
 
getBytes(String) - Static method in class ai.grakn.engine.user.Password
 
getCachedRelation(String) - Method in class ai.grakn.graph.internal.ConceptLog
Gets a cached relation by index.
getCandidates() - Method in class ai.grakn.graql.Autocomplete
 
getCastingJobs(String) - Method in class ai.grakn.engine.postprocessing.Cache
 
getChildren() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
getCombinedPattern() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
getCombinedPattern() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
getCombinedPattern() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
getCombinedPattern() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.HasRole
 
getCombinedPattern() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
getCompatibleRelationTypes(Set<T>, Function<T, Set<RelationType>>) - Static method in class ai.grakn.graql.internal.reasoner.Utility
 
getCompatibleRoleTypes(Type, Type) - Static method in class ai.grakn.graql.internal.reasoner.Utility
Gets roletypes a given type can play in the provided relType relation type by performing type intersection between type's playedRoles and relation's hasRoles.
getComplexity() - Method in class ai.grakn.graql.internal.gremlin.GraqlTraversal
Get the estimated complexity of the traversal.
getComputer() - Method in class ai.grakn.graph.internal.GraknComputerImpl
 
getConcept(ConceptId) - Method in interface ai.grakn.GraknGraph
Get the Concept with identifier provided, if it exists.
getConcept(Schema.ConceptProperty, String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getConcept(ConceptId) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getConcept(VarAdmin) - Method in class ai.grakn.graql.internal.query.InsertQueryExecutor
 
getConceptByBaseIdentifier(Object) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getConceptByBaseIdentifier(Object) - Method in class ai.grakn.graph.internal.GraknTinkerGraph
 
getConceptLog() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getConceptProperty() - Method in class ai.grakn.concept.ResourceType.DataType
 
getConcepts(Schema.ConceptProperty, Object) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getConclusionTypes() - Method in interface ai.grakn.concept.Rule
Retrieve a set of Types that constitue a part of the conclusion of the Rule.
getConfiguration() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
getCursorPosition() - Method in class ai.grakn.graql.Autocomplete
 
getDataType() - Method in interface ai.grakn.concept.ResourceType
Get the data type to which instances of the ResourceType must conform.
getDatatype() - Method in class ai.grakn.graql.internal.pattern.property.DataTypeProperty
 
getDataType() - Method in class ai.grakn.graql.internal.reasoner.atom.property.DataTypeAtom
 
getDataType() - Method in enum ai.grakn.util.Schema.ConceptProperty
 
getDataType() - Method in enum ai.grakn.util.Schema.EdgeProperty
 
getDeleters() - Method in interface ai.grakn.graql.admin.DeleteQueryAdmin
 
getDependencies() - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
 
getDisjunctiveNormalForm() - Method in interface ai.grakn.graql.admin.Conjunction
 
getDisjunctiveNormalForm() - Method in interface ai.grakn.graql.admin.Disjunction
 
getDisjunctiveNormalForm() - Method in interface ai.grakn.graql.admin.PatternAdmin
Get the disjunctive normal form of this pattern group.
getDriver() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
 
getEdgeLabel(String) - Static method in enum ai.grakn.util.Schema.EdgeLabel
 
getElementComputeKeys() - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
getElementComputeKeys() - Method in class ai.grakn.graql.internal.analytics.DegreeVertexProgram
 
getElementComputeKeys() - Method in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
getElementComputeKeys() - Method in class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
getElementFactory() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getEnd() - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
 
getEntity(T, ResourceType<T>) - Method in class ai.grakn.migration.owl.OWLMigrator
 
getEntityType(String) - Method in interface ai.grakn.GraknGraph
Get the Entity Type with the name provided, if it exists.
getEntityType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getEquivalentFragmentSet() - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
 
getExpectation() - Method in interface ai.grakn.concept.Rule
Returns a boolean representing the expectation setting of this Rule.
getFilters() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getFragment(VarName) - Method in class ai.grakn.graql.internal.pattern.property.DataTypeProperty
 
getFragment(VarName) - Method in class ai.grakn.graql.internal.pattern.property.IdProperty
 
getFragment(VarName) - Method in class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
 
getFragment(VarName) - Method in class ai.grakn.graql.internal.pattern.property.NameProperty
 
getFragment(VarName) - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
 
getFragment(VarName) - Method in class ai.grakn.graql.internal.pattern.property.ValueFlagProperty
 
getFragment(VarName) - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
 
getGraph() - Method in class ai.grakn.factory.GraknGraphFactoryImpl
 
getGraph(String) - Method in class ai.grakn.factory.GraphFactory
 
getGraph() - Method in interface ai.grakn.GraknGraphFactory
Get a new or existing graph.
getGraph() - Method in interface ai.grakn.graql.admin.InsertQueryAdmin
 
getGraph() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
 
getGraph() - Method in class ai.grakn.graql.internal.query.InsertQueryExecutor
 
getGraph() - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
getGraphBatchLoading() - Method in class ai.grakn.factory.GraknGraphFactoryImpl
 
getGraphBatchLoading() - Method in interface ai.grakn.GraknGraphFactory
Get a new or existing graph with batch loading enabled.
getGraphComputer() - Method in class ai.grakn.factory.GraknGraphFactoryImpl
 
getGraphComputer() - Method in interface ai.grakn.GraknGraphFactory
Get a new or existing GraknComputer.
getGraphComputer(String) - Method in class ai.grakn.graph.internal.GraknComputerImpl
 
getGraphTraversal(GraknGraph) - Method in class ai.grakn.graql.internal.gremlin.GraqlTraversal
Get the GraphTraversal that this GraqlTraversal represents.
getHead() - Method in class ai.grakn.graql.internal.reasoner.rule.InferenceRule
 
getHypothesisTypes() - Method in interface ai.grakn.concept.Rule
Retrieve a set of Types that constitute a part of the hypothesis of this Rule.
getId() - Method in interface ai.grakn.concept.Concept
Get the unique ID associated with the Concept.
getId() - Method in interface ai.grakn.graql.admin.VarAdmin
 
getId() - Method in class ai.grakn.graql.internal.pattern.property.IdProperty
 
getIdPredicate(VarName) - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
getIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
getIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
getIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getImplicitInnerVars() - Method in interface ai.grakn.graql.admin.VarAdmin
Get all inner variables, including implicit variables such as in a has-resource property
getImplicitInnerVars() - Method in interface ai.grakn.graql.admin.VarProperty
Get a stream of any inner VarAdmin within this `VarProperty`, including any that may have been implicitly created (such as with "has-resource").
getImplicitInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
getInnerVar() - Method in interface ai.grakn.graql.admin.ValuePredicateAdmin
 
getInnerVars() - Method in interface ai.grakn.graql.admin.VarAdmin
 
getInnerVars() - Method in interface ai.grakn.graql.admin.VarProperty
Get a stream of any inner VarAdmin within this `VarProperty`.
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
 
getInnerVars() - Method in interface ai.grakn.graql.internal.pattern.property.VarPropertyInternal
 
getInput() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
getInstance() - Static method in class ai.grakn.engine.backgroundtasks.distributed.ClusterManager
 
getInstance() - Static method in class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
getInstance() - Static method in class ai.grakn.engine.backgroundtasks.distributed.KafkaLogger
 
getInstance() - Static method in class ai.grakn.engine.backgroundtasks.distributed.TaskFailover
 
getInstance() - Static method in class ai.grakn.engine.backgroundtasks.standalone.StandaloneTaskManager
 
getInstance() - Static method in class ai.grakn.engine.backgroundtasks.taskstorage.InMemoryStateStorage
 
getInstance() - Static method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedStateStorage
 
getInstance() - Static method in class ai.grakn.engine.postprocessing.Cache
 
getInstance() - Static method in class ai.grakn.engine.postprocessing.PostProcessing
 
getInstance() - Static method in class ai.grakn.engine.user.UsersHandler
 
getInstance() - Static method in class ai.grakn.engine.util.ConfigProperties
 
getInstance() - Static method in class ai.grakn.engine.util.EngineID
 
getInstance() - Static method in class ai.grakn.factory.GraphFactory
 
getKeyspace(Request) - Static method in class ai.grakn.engine.controller.Utilities
 
getKeyspace() - Method in interface ai.grakn.GraknGraph
Utility function to get the name of the keyspace where the graph is persisted.
getKeyspace() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getKeyspace() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
getKeyspaces() - Method in class ai.grakn.engine.postprocessing.Cache
 
getLabel() - Method in enum ai.grakn.util.Schema.EdgeLabel
 
getLastTimeJobAdded() - Method in class ai.grakn.engine.postprocessing.Cache
 
getLHS() - Method in interface ai.grakn.concept.Rule
Retrieves the Left Hand Side of a Graql query.
getLhs() - Method in class ai.grakn.graql.internal.pattern.property.LhsProperty
 
getLinkedAtoms() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
getLocation() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
 
getLogFilePath() - Method in class ai.grakn.engine.util.ConfigProperties
 
getMatchQuery() - Method in interface ai.grakn.graql.admin.AskQueryAdmin
 
getMatchQuery() - Method in interface ai.grakn.graql.admin.DeleteQueryAdmin
 
getMatchQuery() - Method in interface ai.grakn.graql.admin.InsertQueryAdmin
 
getMatchQuery() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getMemoryComputeKeys() - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
getMemoryComputeKeys() - Method in class ai.grakn.graql.internal.analytics.CountVertexProgram
 
getMemoryComputeKeys() - Method in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
getMemoryComputeKeys() - Method in class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
getMemoryKey() - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
 
getMessage(Object...) - Method in enum ai.grakn.graql.internal.shell.ErrorMessage
 
getMessage(Object...) - Method in enum ai.grakn.util.ErrorMessage
 
getMessageScopes(Memory) - Method in class ai.grakn.graql.internal.analytics.CountVertexProgram
 
getMessageScopes(Memory) - Method in class ai.grakn.graql.internal.analytics.GraknVertexProgram
 
getMessageScopes(Memory) - Method in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
getMessageScopes(Memory) - Method in class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
getMetaConcept() - Method in interface ai.grakn.GraknAdmin
Get the root of all Types.
getMetaConcept() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getMetaEntityType() - Method in interface ai.grakn.GraknAdmin
Get the root of all the Entity Types.
getMetaEntityType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getMetaRelationType() - Method in interface ai.grakn.GraknAdmin
Get the root of all Relation Types.
getMetaRelationType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getMetaResourceType() - Method in interface ai.grakn.GraknAdmin
Get the root of all the Resource Types.
getMetaResourceType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getMetaRoleType() - Method in interface ai.grakn.GraknAdmin
Get the root of all the Role Types.
getMetaRoleType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getMetaRuleConstraint() - Method in interface ai.grakn.GraknAdmin
Get the root of all constraint rules.
getMetaRuleConstraint() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getMetaRuleInference() - Method in interface ai.grakn.GraknAdmin
Get the root of all inference rules.
getMetaRuleInference() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getMetaRuleType() - Method in interface ai.grakn.GraknAdmin
Get the root of all Rule Types;
getMetaRuleType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getModifiedCastingIds() - Method in class ai.grakn.graph.internal.ConceptLog
 
getModifiedConcepts() - Method in class ai.grakn.graph.internal.ConceptLog
 
getModifiedResourceIds() - Method in class ai.grakn.graph.internal.ConceptLog
 
getMultiPredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
getName() - Method in class ai.grakn.concept.ResourceType.DataType
 
getName() - Method in interface ai.grakn.concept.Type
Returns the name of this Type.
getName() - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
The name of the fragment
getName() - Method in class ai.grakn.graql.internal.pattern.property.DataTypeProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.IdProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.LhsProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.NameProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.RhsProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
getName() - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
 
getName() - Method in interface ai.grakn.graql.NamedAggregate
Get the name of this aggregate.
getName() - Method in enum ai.grakn.util.Schema.Analytics
 
getName() - Method in enum ai.grakn.util.Schema.MetaSchema
 
getName(String) - Method in enum ai.grakn.util.Schema.Resource
 
getNameValue() - Method in class ai.grakn.graql.internal.pattern.property.NameProperty
 
getNewAnswers() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
getNewAnswers() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getNextSalt(GraknGraph) - Static method in class ai.grakn.engine.user.Password
Returns a random salt to be used to hash a password.
getNonMetaSuperRoleTypes(RoleType) - Static method in class ai.grakn.graql.internal.reasoner.Utility
For a given role returns all its non-meta super roles.
getNonMetaTopRole(RoleType) - Static method in class ai.grakn.graql.internal.reasoner.Utility
 
getNullString() - Method in class ai.grakn.migration.csv.CSVMigrationOptions
 
getNumberOptions() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
getOptions() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
getParent() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
getParentQuery() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
getParentQuery() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
getPassword() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
 
getPath(String) - Method in class ai.grakn.engine.util.ConfigProperties
 
getPattern() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
 
getPattern() - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
getPattern() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
getPattern() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
getPattern() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getPatternAdmins(Collection<? extends Pattern>) - Static method in class ai.grakn.graql.internal.util.AdminConverter
 
getPatterns() - Method in interface ai.grakn.graql.admin.Conjunction
 
getPatterns() - Method in interface ai.grakn.graql.admin.Disjunction
 
getPredicate() - Method in interface ai.grakn.graql.admin.ValuePredicateAdmin
 
getPredicate() - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
 
getPredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
getPredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
getPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
getPredicateValue() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
getPredicateValue() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
getPredicateValue() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
getPreferredPersist() - Method in class ai.grakn.graql.internal.analytics.GraknVertexProgram
 
getPreferredResultGraph() - Method in class ai.grakn.graql.internal.analytics.GraknVertexProgram
 
getPrintableName() - Method in interface ai.grakn.graql.admin.VarAdmin
 
getProperties() - Method in class ai.grakn.engine.util.ConfigProperties
 
getProperties() - Method in interface ai.grakn.graql.admin.VarAdmin
Get a stream of all properties on this variable
getProperties(Class<T>) - Method in interface ai.grakn.graql.admin.VarAdmin
Get a stream of all properties of a particular type on this variable
getProperty(String) - Method in class ai.grakn.engine.util.ConfigProperties
 
getProperty(String, String) - Method in class ai.grakn.engine.util.ConfigProperties
 
getProperty(Class<T>) - Method in interface ai.grakn.graql.admin.VarAdmin
Get a unique property of a particular type on this variable, if it exists
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.DataTypeProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.IdProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.LhsProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.NameProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.RhsProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
getProperty() - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
 
getPropertyAsBool(String) - Method in class ai.grakn.engine.util.ConfigProperties
 
getPropertyAsInt(String) - Method in class ai.grakn.engine.util.ConfigProperties
 
getPropertyAsLong(String) - Method in class ai.grakn.engine.util.ConfigProperties
 
getQuery() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
 
getQuote() - Method in class ai.grakn.migration.csv.CSVMigrationOptions
 
getReferenceVarName() - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
getRegex() - Method in interface ai.grakn.concept.ResourceType
Retrieve the regular expression to which instances of this ResourceType must conform.
getRegex() - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
 
getRegex() - Method in class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
 
getRelation(RelationType, Map<RoleType, Instance>) - Method in interface ai.grakn.GraknGraph
Get a collection of Relations that match the specified Relation Type and role map, if it exists.
getRelation(RelationType, Map<RoleType, Instance>) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getRelationPlayers() - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
getRelationPredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.HasRole
 
getRelationType(String) - Method in interface ai.grakn.GraknGraph
Get the Relation Type with the name provided, if it exists.
getRelationType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getResource(V) - Method in interface ai.grakn.concept.ResourceType
Get the Resource with the value provided, and its type, or return NULL
getResource() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
getResourceJobs(String) - Method in class ai.grakn.engine.postprocessing.Cache
 
getResources() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getResourcesByValue(V) - Method in interface ai.grakn.GraknGraph
Get the Resources holding the value provided, if they exist.
getResourcesByValue(V) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getResourceType(String) - Method in interface ai.grakn.GraknGraph
Get the Resource Type with the name provided, if it exists.
getResourceType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getResourceType() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
getRHS() - Method in interface ai.grakn.concept.Rule
Retrieves the Right Hand Side of a Graql query.
getRhs() - Method in class ai.grakn.graql.internal.pattern.property.RhsProperty
 
getRole() - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
getRole() - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
getRolePlayer() - Method in interface ai.grakn.graql.admin.RelationPlayer
 
getRolePlayers() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
getRoleType(String) - Method in interface ai.grakn.GraknGraph
Get the Role Type with the name provided, if it exists.
getRoleType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getRoleType() - Method in interface ai.grakn.graql.admin.RelationPlayer
 
getRoleVarTypeMap() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getRoleVarTypeMap() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
getRuleConclusionAtom() - Method in class ai.grakn.graql.internal.reasoner.rule.InferenceRule
 
getRules(GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Reasoner
 
getRulesOfConclusion() - Method in interface ai.grakn.concept.Type
Return the collection of Rules for which this Type serves as a conclusion.
getRulesOfHypothesis() - Method in interface ai.grakn.concept.Type
Return the collection of Rules for which this Type serves as a hypothesis.
getRuleType(String) - Method in interface ai.grakn.GraknGraph
Get the Rule Type with the name provided, if it exists.
getRuleType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getScheduler() - Method in class ai.grakn.engine.backgroundtasks.distributed.ClusterManager
Get the scheduler object
getScope() - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
getSelectedNames() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
 
getSelectedNames() - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
getSelectedNames() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
getSelectedNames() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
getSelectedNames() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
getSelectedNames() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
getSelectedNames() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
getSelectedNames() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getSeparator() - Method in class ai.grakn.migration.csv.CSVMigrationOptions
 
getStart() - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
 
getState(String) - Method in class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
getState(String) - Method in interface ai.grakn.engine.backgroundtasks.StateStorage
This is a copy of the internal TaskState object.
getState(String) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.GraknStateStorage
 
getState(String) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.InMemoryStateStorage
 
getState(String) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedStateStorage
 
getStatus() - Method in exception ai.grakn.exception.GraknEngineServerException
 
getString(byte[]) - Static method in class ai.grakn.engine.user.Password
 
getSuperType() - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
getTasks(TaskStatus, String, String, int, int) - Method in interface ai.grakn.engine.backgroundtasks.StateStorage
Return a Set of Pairs of tasks that match any of the criteria.
getTasks(TaskStatus, String, String, int, int) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.GraknStateStorage
 
getTasks(TaskStatus, String, String, int, int, Boolean) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.GraknStateStorage
 
getTasks(TaskStatus, String, String, int, int) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.InMemoryStateStorage
 
getTemplate() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
getTinkerPopGraph() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getTinkerPopGraph() - Method in class ai.grakn.graph.internal.GraknTitanGraph
 
getTinkerTraversal() - Method in interface ai.grakn.GraknAdmin
Utility function to get a read-only Tinkerpop traversal.
getTinkerTraversal() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getTinkerTraversal() - Method in class ai.grakn.graph.internal.GraknOrientDBGraph
 
getType(String) - Method in interface ai.grakn.GraknGraph
Get the Type with the name provided, if it exists.
getType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
getType() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
getType() - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
getType() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getType() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
getTypeConstraints() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getTypeConstraints() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getTypeId() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getTypeName() - Method in interface ai.grakn.graql.admin.VarAdmin
 
getTypeNames() - Method in interface ai.grakn.graql.admin.VarAdmin
 
getTypes() - Method in interface ai.grakn.graql.admin.InsertQueryAdmin
 
getTypes(GraknGraph) - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
 
getTypes() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
 
getTypes() - Method in interface ai.grakn.graql.admin.VarProperty
Get a stream of VarAdmin that must be types.
getTypes() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
getTypes() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
getTypes() - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
getTypes() - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
getTypes() - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
getTypes() - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
getTypes() - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
getTypes(GraknGraph) - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
getTypes() - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
getUnifiedAnswers(AtomicQuery, AtomicQuery, QueryAnswers) - Static method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
unify answers of childQuery with parentQuery
getUnifiers(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
get unifiers by comparing this atom with parent
getUnifiers(Atomic) - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
getUnifiers(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
getUnifiers(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
getUnifiers(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
getUri() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
getUser(String) - Method in class ai.grakn.engine.user.SystemKeyspaceUsers
Return the user with the specified name as a JSON object where the properties have the same names as the Grakn resource types.
getUser(String) - Method in class ai.grakn.engine.user.UsersHandler
 
getUsername() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
 
getValue() - Method in class ai.grakn.concept.ConceptId
 
getValue() - Method in interface ai.grakn.concept.Resource
Retrieves the value of the Resource.
getValue() - Method in interface ai.grakn.graql.VarName
Get the string name of the variable (without prefixed "$")
getValuePredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getValuePredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
getValuePredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
getValuePredicates() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getValueVariable() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getValueVariable() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
getVar() - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
 
getVar() - Method in interface ai.grakn.graql.internal.query.match.MatchOrder
 
getVarAdmins(Collection<? extends Var>) - Static method in class ai.grakn.graql.internal.util.AdminConverter
 
getVariableNames() - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
Get all variable names in the fragment - the start and end (if present)
getVarName() - Method in interface ai.grakn.graql.admin.VarAdmin
 
getVarName() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
getVarName() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
getVarNames() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
getVarNames() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
getVarNames() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
getVarNames() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
getVarNames() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
getVars() - Method in interface ai.grakn.graql.admin.InsertQueryAdmin
 
getVars() - Method in interface ai.grakn.graql.admin.PatternAdmin
 
getVars() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
 
getVarSet() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getVarTypeMap() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
getVarTypeRoleMap() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
getVarTypeRoleMap() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
Grakn - Class in ai.grakn
Grakn is the main entry point to connect to a Grakn Knowledge Graph.
Grakn() - Constructor for class ai.grakn.Grakn
 
GRAKN_ASCII - Static variable in class ai.grakn.engine.util.ConfigProperties
 
GraknAdmin - Interface in ai.grakn
 
GraknBackendException - Exception in ai.grakn.exception
An exception which encapsulates a vendor backend error
GraknBackendException(Exception) - Constructor for exception ai.grakn.exception.GraknBackendException
 
GraknComputer - Interface in ai.grakn
GraknComputer encapsulates a Tinkerpop graph computer and provides methods to execute OLAP tasks.
GraknComputerImpl - Class in ai.grakn.graph.internal
Graph Computer Used For Analytics Algorithms
GraknComputerImpl(Graph, String) - Constructor for class ai.grakn.graph.internal.GraknComputerImpl
 
GraknEngineServer - Class in ai.grakn.engine
Main class in charge to start a web server and all the REST controllers.
GraknEngineServer() - Constructor for class ai.grakn.engine.GraknEngineServer
 
GraknEngineServerException - Exception in ai.grakn.exception
This Exception is thrown by Grakn Engine web server when operations accessible through APIs go wrong.
GraknEngineServerException(int, String) - Constructor for exception ai.grakn.exception.GraknEngineServerException
 
GraknEngineServerException(int, Exception) - Constructor for exception ai.grakn.exception.GraknEngineServerException
 
GraknGraph - Interface in ai.grakn
A GraknGraph instance which connects to a specific graph keyspace.
GraknGraphFactory - Interface in ai.grakn
GraknGraphFactory is a factory instance that produces graphs bound to the same persistence layer and keyspace.
GraknGraphFactoryImpl - Class in ai.grakn.factory
Builds a Grakn Graph factory
GraknGraphFactoryImpl(String, String) - Constructor for class ai.grakn.factory.GraknGraphFactoryImpl
 
GraknMapReduce<T> - Class in ai.grakn.graql.internal.analytics
A map reduce task specific to Grakn with common method implementations.
GraknMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.GraknMapReduce
 
GraknOrientDBGraph - Class in ai.grakn.graph.internal
 
GraknOrientDBGraph(OrientGraph, String, String, boolean) - Constructor for class ai.grakn.graph.internal.GraknOrientDBGraph
 
GraknStateStorage - Class in ai.grakn.engine.backgroundtasks.taskstorage
 
GraknStateStorage() - Constructor for class ai.grakn.engine.backgroundtasks.taskstorage.GraknStateStorage
 
GraknTinkerGraph - Class in ai.grakn.graph.internal
A Grakn Graph using TinkerGraph as a vendor backend.
GraknTinkerGraph(TinkerGraph, String, String, boolean) - Constructor for class ai.grakn.graph.internal.GraknTinkerGraph
 
GraknTitanGraph - Class in ai.grakn.graph.internal
A Grakn Graph using TitanGraph as a vendor backend.
GraknTitanGraph(TitanGraph, String, String, boolean) - Constructor for class ai.grakn.graph.internal.GraknTitanGraph
 
GraknValidationException - Exception in ai.grakn.exception
Thrown when a grakn validation rule is broken.
GraknValidationException(String) - Constructor for exception ai.grakn.exception.GraknValidationException
 
GraknVertexProgram<T> - Class in ai.grakn.graql.internal.analytics
A vertex program specific to Grakn with common method implementations.
GraknVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.GraknVertexProgram
 
graph() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
graph(GraknGraph) - Method in class ai.grakn.migration.owl.OWLMigrator
 
graph() - Method in class ai.grakn.migration.owl.OWLMigrator
 
GRAPH_ANALYTICS_QUERY_URI - Static variable in class ai.grakn.util.REST.WebPath
 
GRAPH_COMPUTER_CONFIG_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
GRAPH_CONFIG_PARAM - Static variable in class ai.grakn.util.REST.Request
 
GRAPH_CONFIG_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
GRAPH_FACTORY_URI - Static variable in class ai.grakn.util.REST.WebPath
 
GRAPH_MATCH_QUERY_URI - Static variable in class ai.grakn.util.REST.WebPath
 
GRAPH_ONTOLOGY_URI - Static variable in class ai.grakn.util.REST.WebPath
 
GRAPH_PRE_MATERIALISE_QUERY_URI - Static variable in class ai.grakn.util.REST.WebPath
 
GraphConfig() - Constructor for class ai.grakn.util.REST.GraphConfig
 
GraphFactory - Class in ai.grakn.factory
 
GraphFactoryController - Class in ai.grakn.engine.controller
REST controller used by GraknGraphFactoryImpl to retrieve graph configuration for a given graph name.
GraphFactoryController() - Constructor for class ai.grakn.engine.controller.GraphFactoryController
 
GraphRuntimeException - Exception in ai.grakn.exception
This exception is thrown when the graph is malformed in any way.
GraphRuntimeException(String, Exception) - Constructor for exception ai.grakn.exception.GraphRuntimeException
 
GraphRuntimeException(String) - Constructor for exception ai.grakn.exception.GraphRuntimeException
 
GraphWriter - Class in ai.grakn.migration.export
Export contents of a Grakn graph as a Graql insert query.
GraphWriter(GraknGraph) - Constructor for class ai.grakn.migration.export.GraphWriter
 
GraphWriterOptions - Class in ai.grakn.migration.export
Configure the default export options and access arguments passed by the user
GraphWriterOptions(String[]) - Constructor for class ai.grakn.migration.export.GraphWriterOptions
 
graql() - Method in interface ai.grakn.GraknGraph
Returns a QueryBuilder
graql() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
Graql - Class in ai.grakn.graql
 
graql(ResourceType...) - Static method in class ai.grakn.graql.internal.printer.Printers
 
GRAQL_CONTENTTYPE - Static variable in class ai.grakn.util.REST.Request
 
GRAQL_KEYWORDS - Static variable in class ai.grakn.graql.internal.util.StringConverter
 
GraqlClient - Interface in ai.grakn.graql
Interface for connecting a Graql websocket to a remote URI.
GraqlClientImpl - Class in ai.grakn.graql
Default implementation of GraqlClient that connects to a websocket
GraqlClientImpl() - Constructor for class ai.grakn.graql.GraqlClientImpl
 
GraqlCompleter - Class in ai.grakn.graql.internal.shell
An autocompleter for Graql.
GraqlCompleter() - Constructor for class ai.grakn.graql.internal.shell.GraqlCompleter
 
GraqlErrorListener - Class in ai.grakn.graql.internal.parser
 
GraqlErrorListener(String) - Constructor for class ai.grakn.graql.internal.parser.GraqlErrorListener
 
GraqlParsingException - Exception in ai.grakn.exception
 
GraqlParsingException(String) - Constructor for exception ai.grakn.exception.GraqlParsingException
 
GraqlShell - Class in ai.grakn.graql
A Graql REPL shell that can be run from the command line
GraqlSignalHandler - Class in ai.grakn.graql.internal.shell
 
GraqlSignalHandler(GraqlShell) - Constructor for class ai.grakn.graql.internal.shell.GraqlSignalHandler
 
graqlString() - Method in interface ai.grakn.graql.admin.VarProperty
Get the Graql string representation of this property
graqlString(Object) - Method in interface ai.grakn.graql.Printer
 
graqlString(boolean, Object) - Method in interface ai.grakn.graql.Printer
 
graqlString(boolean, Concept) - Method in interface ai.grakn.graql.Printer
 
graqlString(boolean, boolean) - Method in interface ai.grakn.graql.Printer
 
graqlString(boolean, Optional<?>) - Method in interface ai.grakn.graql.Printer
 
graqlString(boolean, Collection<?>) - Method in interface ai.grakn.graql.Printer
 
graqlString(boolean, Map<?, ?>) - Method in interface ai.grakn.graql.Printer
 
graqlStringDefault(boolean, Object) - Method in interface ai.grakn.graql.Printer
 
GraqlTemplateParsingException - Exception in ai.grakn.exception
Exception thrown by Graql templating when parsing fails
GraqlTemplateParsingException(String) - Constructor for exception ai.grakn.exception.GraqlTemplateParsingException
 
GraqlTraversal - Class in ai.grakn.graql.internal.gremlin
A traversal over a Grakn graph, representing one of many ways to execute a MatchQuery.
GREEN - Static variable in class ai.grakn.graql.internal.util.ANSI
 
group(String) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will group a query by a variable name.
group(String, Aggregate<? super Map<VarName, Concept>, T>) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will group a query by a variable name and apply the given aggregate to each group
group(VarName) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
Aggregate that groups results of a match query by variable name
group(VarName, Aggregate<? super Map<VarName, Concept>, T>) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
Aggregate that groups results of a match query by variable name, applying an aggregate to each group.
gt(Comparable) - Static method in class ai.grakn.graql.Graql
 
gt(Var) - Static method in class ai.grakn.graql.Graql
 
gt(Object) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
gt(VarAdmin) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
gte(Comparable) - Static method in class ai.grakn.graql.Graql
 
gte(Var) - Static method in class ai.grakn.graql.Graql
 
gte(Object) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
gte(VarAdmin) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 

H

hal() - Static method in class ai.grakn.graql.internal.printer.Printers
 
HAL_CONTENTTYPE - Static variable in class ai.grakn.util.REST.Request
 
HAL_DEGREE_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
HALConceptRepresentationBuilder - Class in ai.grakn.graql.internal.hal
 
HALConceptRepresentationBuilder() - Constructor for class ai.grakn.graql.internal.hal.HALConceptRepresentationBuilder
 
handle(Signal) - Method in class ai.grakn.graql.internal.shell.GraqlSignalHandler
 
has(String) - Method in interface ai.grakn.graql.Var
 
has(Var) - Method in interface ai.grakn.graql.Var
 
has(String, Object) - Method in interface ai.grakn.graql.Var
the variable must have a resource or name of the given type with an exact matching value
has(String, ValuePredicate) - Method in interface ai.grakn.graql.Var
the variable must have a resource or name of the given type that matches the given atom
has(String, Var) - Method in interface ai.grakn.graql.Var
the variable must have a resource or name of the given type that matches the given atom
hasCommitted() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
hasErrors() - Method in class ai.grakn.graql.internal.parser.GraqlErrorListener
 
hash(char[], byte[]) - Static method in class ai.grakn.engine.user.Password
Returns a salted and hashed password using the provided hash.
Note - side effect: the password is destroyed (the char[] is filled with zeros)
hashCode() - Method in class ai.grakn.concept.ConceptId
 
hashCode() - Method in class ai.grakn.graql.internal.gremlin.EquivalentFragmentSet
 
hashCode() - Method in class ai.grakn.graql.internal.gremlin.GraqlTraversal
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.DataTypeProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.IdProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.LhsProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.NameProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.RhsProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.ValueFlagProperty
 
hashCode() - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.property.DataTypeAtom
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.property.IsAbstractAtom
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
 
hashCode() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
hasKey(String) - Method in interface ai.grakn.graql.Var
 
hasKey(Var) - Method in interface ai.grakn.graql.Var
 
hasProperty(Class<T>) - Method in interface ai.grakn.graql.admin.VarAdmin
Get whether this Var has a VarProperty of the given type
hasResource(Resource) - Method in interface ai.grakn.concept.Instance
Creates a relation from this instance to the provided resource.
hasResource(ResourceType) - Method in interface ai.grakn.concept.Type
Creates a RelationType which allows this type and a resource type to be linked.
hasResource(String) - Method in interface ai.grakn.graql.Var
 
hasResource(Var) - Method in interface ai.grakn.graql.Var
 
HasResourceProperty - Class in ai.grakn.graql.internal.pattern.property
 
HasResourceProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
HasResourceProperty(String, VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
HasResourceTypeProperty - Class in ai.grakn.graql.internal.pattern.property
 
HasResourceTypeProperty(VarAdmin, boolean) - Constructor for class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
hasRole(RoleType) - Method in interface ai.grakn.concept.RelationType
Sets a new RoleType for this RelationType.
HasRole - Class in ai.grakn.graql.internal.reasoner.atom.binary
Atom implementation defining a has-role atom.
HasRole(VarAdmin, Predicate, IdPredicate, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.HasRole
 
hasRole(String) - Method in interface ai.grakn.graql.Var
 
hasRole(Var) - Method in interface ai.grakn.graql.Var
 
HasRoleProperty - Class in ai.grakn.graql.internal.pattern.property
 
HasRoleProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
hasRoles() - Method in interface ai.grakn.concept.RelationType
Retrieves a list of the RoleTypes that make up this RelationType.
hasScope(Var) - Method in interface ai.grakn.graql.Var
 
HasScopeProperty - Class in ai.grakn.graql.internal.pattern.property
 
HasScopeProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
hasSeen(String) - Method in class ai.grakn.graql.internal.template.Scope
Check if the variable has been seen before in this scope
HOSTS_FIELD - Static variable in class ai.grakn.util.REST.Request
 
HttpConn() - Constructor for class ai.grakn.util.REST.HttpConn
 

I

id() - Method in class ai.grakn.engine.util.EngineID
 
id(VarName, ConceptId) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
id(ConceptId) - Method in interface ai.grakn.graql.Var
 
ID_PARAMETER - Static variable in class ai.grakn.util.REST.Request
 
IdPredicate - Class in ai.grakn.graql.internal.reasoner.atom.predicate
Predicate implementation specialising it to be an id predicate.
IdPredicate(VarAdmin) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
IdPredicate(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
IdPredicate(VarName, IdProperty, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
IdPredicate(VarName, NameProperty, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
IdPredicate(VarName, Concept) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
IdProperty - Class in ai.grakn.graql.internal.pattern.property
 
IdProperty(ConceptId) - Constructor for class ai.grakn.graql.internal.pattern.property.IdProperty
 
idToString(String) - Static method in class ai.grakn.graql.internal.util.StringConverter
 
IMPLICIT - Static variable in class ai.grakn.util.REST.RemoteShell
 
implicitConceptsVisible() - Method in interface ai.grakn.GraknGraph
Utility function to specify whether implicit concepts should be exposed.
implicitConceptsVisible() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
IMPORT_DATA_URI - Static variable in class ai.grakn.util.REST.WebPath
 
ImportController - Class in ai.grakn.engine.controller
 
ImportController() - Constructor for class ai.grakn.engine.controller.ImportController
 
in(String...) - Method in interface ai.grakn.graql.analytics.ClusterQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.ClusterQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.CountQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.CountQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.DegreeQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.DegreeQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.MaxQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.MaxQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.MeanQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.MeanQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.MedianQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.MedianQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.MinQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.MinQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.PathQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.PathQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.StdQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.StdQuery
 
in(String...) - Method in interface ai.grakn.graql.analytics.SumQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.analytics.SumQuery
 
in(String...) - Method in interface ai.grakn.graql.ComputeQuery
 
in(Collection<String>) - Method in interface ai.grakn.graql.ComputeQuery
 
IN_MEMORY - Static variable in class ai.grakn.Grakn
Constant to be passed to Grakn.factory(String, String) to specify an in-memory graph.
inCasting(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
incompleteFilterFunction - Static variable in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
 
individualEntityName(IRI) - Method in interface ai.grakn.migration.owl.Namer
Generate the name of a Grakn entity from the IRI of an OWL individual
infer(boolean) - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
infer(boolean) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
infer(boolean) - Method in interface ai.grakn.graql.QueryBuilder
Enable or disable inference
INFER - Static variable in class ai.grakn.util.REST.RemoteShell
 
InferenceRule - Class in ai.grakn.graql.internal.reasoner.rule
Class providing resolution and higher level facilities for rule objects.
InferenceRule(Rule, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.rule.InferenceRule
 
inferTypes() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
infers types (type, role types) fo the atom if applicable/possible
inferTypes() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
info(String) - Method in class ai.grakn.engine.backgroundtasks.distributed.KafkaLogger
 
inHasRole(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
inHasScope(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
inIsa(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
inIsaCastings(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
init(String[], Function<String[], T>) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
initialiseMetaConcepts() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
initiateShutdown() - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
InMemoryStateStorage - Class in ai.grakn.engine.backgroundtasks.taskstorage
 
inPlaysRole(VarName, VarName, boolean) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
inRolePlayer(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
insert(Var...) - Static method in class ai.grakn.graql.Graql
 
insert(Collection<? extends Var>) - Static method in class ai.grakn.graql.Graql
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
insert(InsertQueryExecutor, Concept) - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
insert(InsertQueryExecutor, Concept) - Method in interface ai.grakn.graql.internal.pattern.property.VarPropertyInternal
Insert the given property into the graph, if possible.
insert(ImmutableCollection<VarAdmin>, MatchQueryAdmin) - Static method in class ai.grakn.graql.internal.query.Queries
 
insert(Var...) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
insert(Collection<? extends Var>) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
insert(Var...) - Method in interface ai.grakn.graql.MatchQuery
 
insert(Collection<? extends Var>) - Method in interface ai.grakn.graql.MatchQuery
 
insert(Var...) - Method in interface ai.grakn.graql.QueryBuilder
 
insert(Collection<? extends Var>) - Method in interface ai.grakn.graql.QueryBuilder
 
INSERT_PREFIX - Static variable in class ai.grakn.util.REST.HttpConn
 
InsertQuery - Interface in ai.grakn.graql
A query for inserting data.
InsertQueryAdmin - Interface in ai.grakn.graql.admin
Admin class for inspecting and manipulating an InsertQuery
InsertQueryExecutor - Class in ai.grakn.graql.internal.query
A class for executing insert queries.
Instance - Interface in ai.grakn.concept
Represents an Instance of a particular schema Type.
InstanceMapper - Class in ai.grakn.migration.export
Map Grakn Core instance to Graql representation
InstanceMapper() - Constructor for class ai.grakn.migration.export.InstanceMapper
 
instances() - Method in interface ai.grakn.concept.EntityType
Returns a collection of all Entity instances for this EntityType.
instances() - Method in interface ai.grakn.concept.RelationType
Retrieve all the Relation instances of this RelationType
instances() - Method in interface ai.grakn.concept.ResourceType
Returns a collection of all Resource Instances of this ResourceType.
instances() - Method in interface ai.grakn.concept.RuleType
 
instances() - Method in interface ai.grakn.concept.Type
 
inSub(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
interrupt() - Method in class ai.grakn.graql.GraqlShell
Interrupt the shell.
interval(long) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
interval() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
IntMacro - Class in ai.grakn.graql.internal.template.macro
Convert the given value into an integer.
IntMacro() - Constructor for class ai.grakn.graql.internal.template.macro.IntMacro
 
InvalidConceptTypeException - Exception in ai.grakn.exception
This exception is thrown when attempting to incorrectly cast a concept to something it is not.
InvalidConceptTypeException(String) - Constructor for exception ai.grakn.exception.InvalidConceptTypeException
 
InvalidConceptValueException - Exception in ai.grakn.exception
Thrown when the value of a resource does not match the resources datatype.
InvalidConceptValueException(String) - Constructor for exception ai.grakn.exception.InvalidConceptValueException
 
IS_PASSWORD_PROTECTED_URI - Static variable in class ai.grakn.util.REST.WebPath
 
isa(String) - Method in interface ai.grakn.graql.Var
 
isa(Var) - Method in interface ai.grakn.graql.Var
 
isAbstract() - Method in interface ai.grakn.concept.Type
 
isAbstract(VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
isAbstract() - Method in interface ai.grakn.graql.Var
set this concept type variable as abstract, meaning it cannot have direct instances
IsAbstractAtom - Class in ai.grakn.graql.internal.reasoner.atom.property
 
IsAbstractAtom(VarName, IsAbstractProperty, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.property.IsAbstractAtom
 
IsAbstractProperty - Class in ai.grakn.graql.internal.pattern.property
 
IsAbstractProperty() - Constructor for class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
 
IsaProperty - Class in ai.grakn.graql.internal.pattern.property
 
IsaProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.IsaProperty
 
isAtom() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
isAtom() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
isBatchLoadingEnabled() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
isBinary() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
isBinary() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
isCaptured(VarName) - Static method in class ai.grakn.graql.internal.reasoner.Utility
Check if a variable has been captured
isClosed() - Method in interface ai.grakn.GraknGraph
Utility function to determine whether the graph has been closed.
isClosed() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
isConjunction() - Method in interface ai.grakn.graql.admin.PatternAdmin
 
isDisjunction() - Method in interface ai.grakn.graql.admin.PatternAdmin
 
isEntity() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is an Entity.
isEntityType() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is an Entity Type.
isEquivalent(Object) - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.HasRole
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.property.DataTypeAtom
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.property.IsAbstractAtom
 
isEquivalent(Object) - Method in class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
 
isEquivalent(Query) - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
isExpectedPassword(char[], byte[], byte[]) - Static method in class ai.grakn.engine.user.Password
Returns true if the given password and salt match the hashed value, false otherwise.
Note - side effect: the password is destroyed (the char[] is filled with zeros)
isGlobalScope() - Method in class ai.grakn.graql.internal.template.Scope
Check if this scope is "global", i.e.
isHelp() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
isIdPredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
 
isIdPredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
isImplicit() - Method in interface ai.grakn.concept.Type
Return whether the Type was created implicitly.
isInstance() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is an Instance.
isMaterialise() - Method in interface ai.grakn.concept.Rule
Returns whether the Rule is materialised.
isMetaName(String) - Static method in enum ai.grakn.util.Schema.MetaSchema
 
isNo() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
isPasswordProtected - Static variable in class ai.grakn.engine.GraknEngineServer
 
isPredicate() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
isPredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
isReadOnly() - Method in interface ai.grakn.graql.Query
Whether this query will modify the graph
isRecurring(Boolean) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
isRecurring() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
isRecursive() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
isRecursive() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
isRelation() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is a Relation.
isRelation() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
isRelation() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
isRelationType() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is a Relation Type.
isResource() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is a Resource.
isResource() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
isResource() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
isResourceType() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is a Resource Type.
isRoleType() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is a Role Type.
isRule() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is a Rule.
isRuleApplicable(InferenceRule) - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
isRuleApplicable(InferenceRule) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
isRuleApplicable(InferenceRule) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
isRuleApplicable(InferenceRule) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
isRuleResolvable() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
isRuleResolvable() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
isRuleResolvable() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
isRuleResolvable() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
isRuleResolvable() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
isRuleType() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is a Rule Type.
isRunning() - Static method in class ai.grakn.engine.GraknEngineServer
Check if Grakn Engine has been started
isSaveInProgress() - Method in class ai.grakn.engine.postprocessing.Cache
 
isSelectable() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
isSelectable() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
isSelectable() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
isSpecific() - Method in interface ai.grakn.graql.admin.ValuePredicateAdmin
 
isStartingFragment() - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
A starting fragment is a fragment that can start a traversal.
isType() - Method in interface ai.grakn.concept.Concept
Determine if the Concept is a Type.
isType() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
isType() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
isUnique() - Method in interface ai.grakn.concept.ResourceType
Returns whether the ResourceType is unique.
isUnique() - Method in interface ai.grakn.graql.admin.UniqueVarProperty
 
isUnique() - Method in interface ai.grakn.graql.admin.VarProperty
True if there is at most one of these properties for each VarAdmin
isUserDefinedName() - Method in interface ai.grakn.graql.admin.VarAdmin
 
isUserDefinedName() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
isUserDefinedName() - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
isValuePredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
isValuePredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
isValueUserDefinedName() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
isValueUserDefinedName() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
isValueUserDefinedName() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
isVar() - Method in interface ai.grakn.graql.admin.PatternAdmin
 
isVar() - Method in interface ai.grakn.graql.admin.VarAdmin
 
isVerbose() - Method in class ai.grakn.migration.base.io.MigrationOptions
 
iterator() - Method in interface ai.grakn.graql.Streamable
 

J

join(QueryAnswers) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
perform a join operation between this and provided answers
join(QueryAnswerStream) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
perform a half-lazy join operation on two streams (this and stream2)
join(Stream<Map<VarName, Concept>>, Stream<Map<VarName, Concept>>) - Static method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
perform a half-lazy join operation on two streams (stream and stream2)
json() - Static method in class ai.grakn.graql.internal.printer.Printers
 
JsonMigrationOptions - Class in ai.grakn.migration.json
Configure the default JSON migration options and access arguments passed by the user
JsonMigrationOptions(String[]) - Constructor for class ai.grakn.migration.json.JsonMigrationOptions
 
JsonMigrator - Class in ai.grakn.migration.json
Migrator for migrating JSON data into Grakn instances
JsonMigrator(String, File) - Constructor for class ai.grakn.migration.json.JsonMigrator
Construct a JsonMigrator to migrate data in the given file or dir
JsonMigrator(String, Reader) - Constructor for class ai.grakn.migration.json.JsonMigrator
Construct a JsonMigrator to migrate data in given reader
JWT_SECRET_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
JWTHandler - Class in ai.grakn.engine.util
 
JWTHandler() - Constructor for class ai.grakn.engine.util.JWTHandler
 

K

KAFKA_BATCH_SIZE - Static variable in class ai.grakn.engine.util.ConfigProperties
 
KAFKA_BOOTSTRAP_SERVERS - Static variable in class ai.grakn.engine.util.ConfigProperties
 
KAFKA_BUFFER_MEM - Static variable in class ai.grakn.engine.util.ConfigProperties
 
KAFKA_LINGER_MS - Static variable in class ai.grakn.engine.util.ConfigProperties
 
KAFKA_RETRIES - Static variable in class ai.grakn.engine.util.ConfigProperties
 
KAFKA_SESSION_TIMEOUT - Static variable in class ai.grakn.engine.util.ConfigProperties
 
kafkaConsumer(String) - Static method in class ai.grakn.engine.backgroundtasks.config.ConfigHelper
 
KafkaLogger - Class in ai.grakn.engine.backgroundtasks.distributed
 
kafkaProducer() - Static method in class ai.grakn.engine.backgroundtasks.config.ConfigHelper
 
KafkaTerms - Interface in ai.grakn.engine.backgroundtasks.config
 
key(ResourceType) - Method in interface ai.grakn.concept.Type
Creates a RelationType which allows this type and a resource type to be linked in a strictly one-to-one mapping.
KEYSPACE - Static variable in class ai.grakn.util.REST.RemoteShell
 
KEYSPACE_ENTITY - Static variable in class ai.grakn.factory.SystemKeyspace
 
KEYSPACE_LIST - Static variable in class ai.grakn.util.REST.WebPath
 
KEYSPACE_PARAM - Static variable in class ai.grakn.util.REST.Request
 
KEYSPACE_RESOURCE - Static variable in class ai.grakn.factory.SystemKeyspace
 
keyspaceOpened(String) - Method in class ai.grakn.factory.SystemKeyspace
Notify that we just opened a keyspace with the same engineUrl & config.
knownFilterFunction - Static variable in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
 

L

lhs(Pattern) - Method in interface ai.grakn.graql.Var
 
LhsProperty - Class in ai.grakn.graql.internal.pattern.property
 
LhsProperty(Pattern) - Constructor for class ai.grakn.graql.internal.pattern.property.LhsProperty
 
limit(long) - Method in interface ai.grakn.graql.MatchQuery
 
LIMIT_PARAM - Static variable in class ai.grakn.util.REST.Request
 
linkConceptTypes(GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Reasoner
Link all unlinked rules in the rule base to their matching types
list() - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
An aggregate that changes match query results into a list.
load(String, int, Migrator) - Static method in class ai.grakn.migration.base.io.MigrationLoader
 
load(String, Migrator) - Static method in class ai.grakn.migration.base.io.MigrationLoader
 
Loader - Class in ai.grakn.engine.loader
Manage loading tasks in the Task Manager
Loader(String) - Constructor for class ai.grakn.engine.loader.Loader
 
LOADER_REPEAT_COMMITS - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LoaderTask - Class in ai.grakn.engine.loader
Task that will load data into the graph
LoaderTask() - Constructor for class ai.grakn.engine.loader.LoaderTask
 
loadGraph(GraknGraph) - Static method in class ai.grakn.example.MovieGraphFactory
 
loadGraph(GraknGraph) - Static method in class ai.grakn.example.PokemonGraphFactory
 
loadState(Graph, Configuration) - Method in class ai.grakn.graql.internal.analytics.CommonOLAP
Load persistentProperties and any hard coded fields from an apache config object for use by the spark executor.
loadState(Graph, Configuration) - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
loadState(Graph, Configuration) - Method in class ai.grakn.graql.internal.analytics.DegreeAndPersistVertexProgram
 
loadState(Graph, Configuration) - Method in class ai.grakn.graql.internal.analytics.DegreeVertexProgram
 
loadState(Graph, Configuration) - Method in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
loadSystemOntology() - Method in class ai.grakn.factory.SystemKeyspace
Load the system ontology into a newly created system keyspace.
LOG - Variable in class ai.grakn.factory.SystemKeyspace
 
LOG - Variable in class ai.grakn.graph.internal.AbstractGraknGraph
 
LOG - Variable in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
LOG_FILE_CONFIG_SYSTEM_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LOG_FILE_OUTPUT_SYSTEM_PROPERTY_MAIN - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LOG_FILE_OUTPUT_SYSTEM_PROPERTY_POST_PROCESSING - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LOG_LEVEL_SYSTEM_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LOG_NAME_POSTPROCESSING_DEFAULT - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LOG_NAME_POSTPROCESSING_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LOG_TOPIC - Static variable in interface ai.grakn.engine.backgroundtasks.config.KafkaTerms
 
LOGGING_FILE_PATH_MAIN - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LOGGING_FILE_PATH_POST_PROCESSING - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LOGGING_LEVEL - Static variable in class ai.grakn.engine.util.ConfigProperties
 
LONG - Static variable in class ai.grakn.concept.ResourceType.DataType
 
LongMacro - Class in ai.grakn.graql.internal.template.macro
Convert the given value into a long.
LongMacro() - Constructor for class ai.grakn.graql.internal.template.macro.LongMacro
 
lookup(QueryCache) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
lookup(QueryCache) - Method in class ai.grakn.graql.internal.reasoner.query.Query
resolve the query by performing either a db or memory lookup, depending on which is more appropriate
LowerMacro - Class in ai.grakn.graql.internal.template.macro
Convert the given value into an lower case string.
LowerMacro() - Constructor for class ai.grakn.graql.internal.template.macro.LowerMacro
 
lt(Comparable) - Static method in class ai.grakn.graql.Graql
 
lt(Var) - Static method in class ai.grakn.graql.Graql
 
lt(Object) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
lt(VarAdmin) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
lte(Comparable) - Static method in class ai.grakn.graql.Graql
 
lte(Var) - Static method in class ai.grakn.graql.Graql
 
lte(Object) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
lte(VarAdmin) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 

M

Macro<T> - Interface in ai.grakn.graql.macro
A macro function to perform on a template.
main(String[]) - Static method in class ai.grakn.engine.GraknEngineServer
 
main(String[]) - Static method in class ai.grakn.graql.GraqlShell
Run a Graql REPL
Main - Class in ai.grakn.migration.csv
Main program to migrate CSV files into a Grakn graph.
Main() - Constructor for class ai.grakn.migration.csv.Main
 
main(String[]) - Static method in class ai.grakn.migration.csv.Main
 
Main - Class in ai.grakn.migration.export
Export data from a Grakn graph to Graql statements - prints to System.out
Main() - Constructor for class ai.grakn.migration.export.Main
 
main(String[]) - Static method in class ai.grakn.migration.export.Main
 
Main - Class in ai.grakn.migration.json
Main program to migrate a JSON schema and data into a Grakn graph.
Main() - Constructor for class ai.grakn.migration.json.Main
 
main(String[]) - Static method in class ai.grakn.migration.json.Main
 
Main - Class in ai.grakn.migration.owl
Main program to migrate an OWL knowledge base into a Grakn knowledge graph.
Main() - Constructor for class ai.grakn.migration.owl.Main
 
main(String[]) - Static method in class ai.grakn.migration.owl.Main
 
Main - Class in ai.grakn.migration.sql
Main program to migrate an SQL database to a Grakn graph.
Main() - Constructor for class ai.grakn.migration.sql.Main
 
main(String[]) - Static method in class ai.grakn.migration.sql.Main
 
map(Vertex, MapReduce.MapEmitter<Serializable, T>) - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
 
map(VarProperty, VarAdmin, Set<VarAdmin>, Query, GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.atom.PropertyMapper
map graql property to a set of reasoner atoms
map(Function<String, String>) - Method in interface ai.grakn.graql.VarName
Rename a variable (does not modify the original VarName)
map(Instance) - Static method in class ai.grakn.migration.export.InstanceMapper
Map an Instance to the equivalent Graql representation
map(Type) - Static method in class ai.grakn.migration.export.TypeMapper
Map a Type to the Graql string representation
MAP_REDUCE_MEMORY_KEY - Static variable in class ai.grakn.graql.internal.analytics.GraknMapReduce
 
markAsSeen(String) - Method in class ai.grakn.graql.internal.template.Scope
Mark a variable as seen within this scope
match(Pattern...) - Static method in class ai.grakn.graql.Graql
 
match(Collection<? extends Pattern>) - Static method in class ai.grakn.graql.Graql
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.HasRoleProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.LhsProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.RhsProperty
 
match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
 
match(VarName) - Method in interface ai.grakn.graql.internal.pattern.property.VarPropertyInternal
Return a collection of EquivalentFragmentSet to match the given property in the graph
match(Pattern...) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
match(Collection<? extends Pattern>) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
match(Pattern...) - Method in interface ai.grakn.graql.QueryBuilder
 
match(Collection<? extends Pattern>) - Method in interface ai.grakn.graql.QueryBuilder
 
MatchOrder - Interface in ai.grakn.graql.internal.query.match
An interface for handling ordering match queries.
MatchQuery - Interface in ai.grakn.graql
a query used for finding data in a graph that matches the given patterns.
MatchQueryAdmin - Interface in ai.grakn.graql.admin
Admin class for inspecting and manipulating a MatchQuery
MatchQueryBase - Class in ai.grakn.graql.internal.query.match
Base MatchQuery implementation that executes the gremlin traversal
MatchQueryBase(Conjunction<PatternAdmin>) - Constructor for class ai.grakn.graql.internal.query.match.MatchQueryBase
 
materialise(boolean) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
materialise() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
materialise() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
materialise(Set<IdPredicate>) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
Add explicit IdPredicates and materialise
materialise(boolean) - Method in interface ai.grakn.graql.QueryBuilder
Enable or disable materialisation
MATERIALISE - Static variable in class ai.grakn.util.REST.RemoteShell
 
max() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
max(String) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will find the maximum of a variable's values.
max(VarName) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
Aggregate that finds maximum of a match query.
max() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
MaxMapReduce - Class in ai.grakn.graql.internal.analytics
 
MaxMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.MaxMapReduce
 
MaxMapReduce(Set<String>, String) - Constructor for class ai.grakn.graql.internal.analytics.MaxMapReduce
 
MaxQuery - Interface in ai.grakn.graql.analytics
Compute the maximum value of the selected resource-type.
mean() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
mean() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
MeanMapReduce - Class in ai.grakn.graql.internal.analytics
 
MeanMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.MeanMapReduce
 
MeanMapReduce(Set<String>, String) - Constructor for class ai.grakn.graql.internal.analytics.MeanMapReduce
 
MeanQuery - Interface in ai.grakn.graql.analytics
Compute the mean of the selected resource-type.
median() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
median(String) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will find the median of a variable's values.
MEDIAN - Static variable in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
median(VarName) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
Aggregate that finds median of a match query.
median() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
MedianQuery - Interface in ai.grakn.graql.analytics
Compute the median of the selected resource-type.
MedianVertexProgram - Class in ai.grakn.graql.internal.analytics
This class implements quick select algorithm to find the median.
MedianVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
MedianVertexProgram(Set<String>, Set<String>, String) - Constructor for class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
members() - Method in interface ai.grakn.graql.analytics.ClusterQuery
Return the instances in each cluster after executing the query.
MEMORY_KEY - Static variable in class ai.grakn.graql.internal.analytics.CountMapReduce
 
MEMORY_KEY - Static variable in class ai.grakn.graql.internal.analytics.MaxMapReduce
 
MEMORY_KEY - Static variable in class ai.grakn.graql.internal.analytics.MeanMapReduce
 
MEMORY_KEY - Static variable in class ai.grakn.graql.internal.analytics.MinMapReduce
 
MEMORY_KEY - Static variable in class ai.grakn.graql.internal.analytics.StdMapReduce
 
MEMORY_KEY - Static variable in class ai.grakn.graql.internal.analytics.SumMapReduce
 
memoryLookup(QueryCache) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
memoryLookup(QueryCache) - Method in class ai.grakn.graql.internal.reasoner.query.Query
resolve the query by performing a memory (cache) lookup
mergeVars(Collection<VarAdmin>) - Static method in class ai.grakn.graql.internal.pattern.Patterns
 
MIDDLE - Static variable in class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
migrate() - Method in interface ai.grakn.migration.base.Migrator
Migrate all the data in the given file based on the given template.
migrate() - Method in class ai.grakn.migration.csv.CSVMigrator
Each String in the stream is a CSV file
migrate() - Method in class ai.grakn.migration.json.JsonMigrator
Migrate each of the given json objects as an insert query
migrate() - Method in class ai.grakn.migration.owl.OWLMigrator
 
migrate() - Method in class ai.grakn.migration.sql.SQLMigrator
Migrate the results of the SQL statement with the provided template
MigrationCLI - Class in ai.grakn.migration.base.io
 
MigrationCLI() - Constructor for class ai.grakn.migration.base.io.MigrationCLI
 
MigrationLoader - Class in ai.grakn.migration.base.io
Iterate over a migrator adding each result into the loader
MigrationLoader() - Constructor for class ai.grakn.migration.base.io.MigrationLoader
 
MigrationOptions - Class in ai.grakn.migration.base.io
Configure the default migration options and access arguments passed by the user
MigrationOptions(String[]) - Constructor for class ai.grakn.migration.base.io.MigrationOptions
 
Migrator - Interface in ai.grakn.migration.base
 
min() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
min(String) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will find the minimum of a variable's values.
min(VarName) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
Aggregate that finds minimum of a match query.
min() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
MinMapReduce - Class in ai.grakn.graql.internal.analytics
 
MinMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.MinMapReduce
 
MinMapReduce(Set<String>, String) - Constructor for class ai.grakn.graql.internal.analytics.MinMapReduce
 
MinQuery - Interface in ai.grakn.graql.analytics
Compute the minimum value of the selected resource-type.
modifyShortcutTraversal(ShortcutTraversal) - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
 
modifyShortcutTraversal(ShortcutTraversal) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
 
modifyShortcutTraversal(ShortcutTraversal) - Method in interface ai.grakn.graql.internal.pattern.property.VarPropertyInternal
 
MoreThanOneConceptException - Exception in ai.grakn.exception
Thrown when two concepts are returned when using a unique id to retrieve them.
MoreThanOneConceptException(String) - Constructor for exception ai.grakn.exception.MoreThanOneConceptException
 
MoreThanOneEdgeException - Exception in ai.grakn.exception
Thrown when more than one edge appears between two oncepts when it should not be the case.
MoreThanOneEdgeException(Concept, Schema.EdgeLabel) - Constructor for exception ai.grakn.exception.MoreThanOneEdgeException
 
MovieGraphFactory - Class in ai.grakn.example
A sample graph.
MultiPredicateBinary - Class in ai.grakn.graql.internal.reasoner.atom.binary
Base implementation for binary atoms with multiple predicate.
MultiPredicateBinary(VarAdmin, Set<Predicate>, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
MultiPredicateBinary(MultiPredicateBinary) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 

N

name(String) - Static method in class ai.grakn.graql.Graql
 
name(VarName, String) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
name() - Method in class ai.grakn.graql.internal.template.macro.BooleanMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.ConcatMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.DateMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.DoubleMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.EqualsMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.IntMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.LongMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.LowerMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.NoescpMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.SplitMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.StringMacro
 
name() - Method in class ai.grakn.graql.internal.template.macro.UpperMacro
 
name() - Method in interface ai.grakn.graql.macro.Macro
The name of the macro
name(String) - Method in interface ai.grakn.graql.Var
 
NamedAggregate<T,S> - Interface in ai.grakn.graql
An aggregate operation with an associated name.
NameProperty - Class in ai.grakn.graql.internal.pattern.property
 
NameProperty(String) - Constructor for class ai.grakn.graql.internal.pattern.property.NameProperty
 
Namer - Interface in ai.grakn.migration.owl
A Namer provides functions to generate Grakn ontology names (IDs for types, relations, roles etc.) from OWL ontology elements.
namer(Namer) - Method in class ai.grakn.migration.owl.OWLMigrator
 
namer() - Method in class ai.grakn.migration.owl.OWLMigrator
 
neq(Object) - Static method in class ai.grakn.graql.Graql
 
neq(Var) - Static method in class ai.grakn.graql.Graql
 
neq(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
neq(Object) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
neq(String) - Method in interface ai.grakn.graql.Var
Specify that the variable is different to another variable
neq(Var) - Method in interface ai.grakn.graql.Var
Specify that the variable is different to another variable
NeqProperty - Class in ai.grakn.graql.internal.pattern.property
 
NeqProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.NeqProperty
 
NEW_SESSION_URI - Static variable in class ai.grakn.util.REST.WebPath
 
NEW_TASKS_TOPIC - Static variable in interface ai.grakn.engine.backgroundtasks.config.KafkaTerms
 
newState(String, String, Date, Boolean, long, JSONObject) - Method in interface ai.grakn.engine.backgroundtasks.StateStorage
Create a new task state and store it, returning an ID to later access this task state.
newState(String, String, Date, Boolean, long, JSONObject) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.GraknStateStorage
 
newState(String, String, Date, Boolean, long, JSONObject) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.InMemoryStateStorage
 
newState(String, TaskStatus, String, String) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedStateStorage
 
NoEdgeException - Exception in ai.grakn.exception
The exception thrown when an edge is expected between two concepts.
NoEdgeException(String, String) - Constructor for exception ai.grakn.exception.NoEdgeException
 
NoescpMacro - Class in ai.grakn.graql.internal.template.macro
Convert the given value into an unescaped.
NoescpMacro() - Constructor for class ai.grakn.graql.internal.template.macro.NoescpMacro
 
nonEqualsFilterFunction - Static variable in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
 
notCasting(VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
NotEquals - Class in ai.grakn.graql.internal.reasoner.atom
Implementation of atom corresponding to graql NotEquals property.
NotEquals(VarName, NeqProperty, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
NotEquals(NotEquals) - Constructor for class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
notEqualsFunction - Static variable in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
notEqualsOperator(Map<VarName, Concept>, NotEquals) - Static method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
noThrow(Runnable, String) - Static method in class ai.grakn.engine.util.ExceptionWrapper
 
NULL_STRING - Static variable in class ai.grakn.migration.csv.CSVMigrator
 
NUM_THREADS_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 

O

objectPropertyName(IRI) - Method in interface ai.grakn.migration.owl.Namer
Generate the name of a Grakn relation type from the IRI of an OWL object property
objectRole(String) - Method in interface ai.grakn.migration.owl.Namer
Make a name for the role type corresponding to the object (i.e.
objectRole(RelationType) - Method in class ai.grakn.migration.owl.OWLMigrator
 
of(String) - Static method in class ai.grakn.concept.ConceptId
 
of(String...) - Method in interface ai.grakn.graql.analytics.DegreeQuery
 
of(Collection<String>) - Method in interface ai.grakn.graql.analytics.DegreeQuery
 
of(String...) - Method in interface ai.grakn.graql.analytics.MaxQuery
 
of(Collection<String>) - Method in interface ai.grakn.graql.analytics.MaxQuery
 
of(String...) - Method in interface ai.grakn.graql.analytics.MeanQuery
 
of(Collection<String>) - Method in interface ai.grakn.graql.analytics.MeanQuery
 
of(String...) - Method in interface ai.grakn.graql.analytics.MedianQuery
 
of(Collection<String>) - Method in interface ai.grakn.graql.analytics.MedianQuery
 
of(String...) - Method in interface ai.grakn.graql.analytics.MinQuery
 
of(Collection<String>) - Method in interface ai.grakn.graql.analytics.MinQuery
 
of(String...) - Method in interface ai.grakn.graql.analytics.StdQuery
 
of(Collection<String>) - Method in interface ai.grakn.graql.analytics.StdQuery
 
of(String...) - Method in interface ai.grakn.graql.analytics.SumQuery
 
of(Collection<String>) - Method in interface ai.grakn.graql.analytics.SumQuery
 
offset(long) - Method in interface ai.grakn.graql.MatchQuery
 
OFFSET_PARAM - Static variable in class ai.grakn.util.REST.Request
 
OK - Static variable in class ai.grakn.util.REST.HttpConn
 
onClose(Session, int, String) - Method in class ai.grakn.engine.session.RemoteSession
 
onClose(int, String) - Method in class ai.grakn.graql.GraqlShell
 
onConnect(Session) - Method in class ai.grakn.engine.session.RemoteSession
 
ONE_USER - Static variable in class ai.grakn.util.REST.WebPath
 
onMessage(Session, String) - Method in class ai.grakn.engine.session.RemoteSession
 
onMessage(String) - Method in class ai.grakn.graql.GraqlShell
 
onPartitionsAssigned(Collection<TopicPartition>) - Method in class ai.grakn.engine.backgroundtasks.distributed.RebalanceListener
 
onPartitionsRevoked(Collection<TopicPartition>) - Method in class ai.grakn.engine.backgroundtasks.distributed.RebalanceListener
 
ontology(OWLOntology) - Method in class ai.grakn.migration.owl.OWLMigrator
 
ontology() - Method in class ai.grakn.migration.owl.OWLMigrator
 
open() - Method in class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
open() - Method in class ai.grakn.engine.backgroundtasks.distributed.Scheduler
 
open(CuratorFramework, TreeCache) - Method in class ai.grakn.engine.backgroundtasks.distributed.TaskFailover
 
open() - Method in class ai.grakn.engine.backgroundtasks.distributed.TaskRunner
 
open() - Method in class ai.grakn.engine.backgroundtasks.standalone.StandaloneTaskManager
 
open() - Method in interface ai.grakn.engine.backgroundtasks.TaskManager
 
open() - Method in interface ai.grakn.GraknGraph
Opens the graph.
open() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
Opens the graph.
optionalOr(Optional<T>...) - Static method in class ai.grakn.graql.internal.util.CommonUtil
 
optionalToStream(Optional<T>) - Static method in class ai.grakn.graql.internal.util.CommonUtil
 
options - Variable in class ai.grakn.migration.base.io.MigrationOptions
 
or(Pattern...) - Static method in class ai.grakn.graql.Graql
 
or(Collection<? extends Pattern>) - Static method in class ai.grakn.graql.Graql
 
Order - Enum in ai.grakn.graql
Ordering for match query results
orderBy(String) - Method in interface ai.grakn.graql.MatchQuery
Order the results by degree in ascending order
orderBy(VarName) - Method in interface ai.grakn.graql.MatchQuery
Order the results by degree in ascending order
orderBy(String, Order) - Method in interface ai.grakn.graql.MatchQuery
Order the results by degree
orderBy(VarName, Order) - Method in interface ai.grakn.graql.MatchQuery
Order the results by degree
orderStream(Stream<Map<VarName, Concept>>) - Method in interface ai.grakn.graql.internal.query.match.MatchOrder
Order the stream
OrientDBInternalFactory - Class in ai.grakn.factory
 
OrientDBInternalFactory(String, String, Properties) - Constructor for class ai.grakn.factory.OrientDBInternalFactory
 
outCasting(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
outHasRole(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
outHasScope(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
outIsa(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
outIsaCastings(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
outPlaysRole(VarName, VarName, boolean) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
OUTPUT_FORMAT - Static variable in class ai.grakn.util.REST.RemoteShell
 
outRolePlayer(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
outSub(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
owlBuiltInToGraknDatatype(OWL2Datatype) - Method in class ai.grakn.migration.owl.OWLMigrator
 
OwlGraknGraphStoringVisitor - Class in ai.grakn.migration.owl
This is the main class processing an OWL ontology file.
OwlGraknGraphStoringVisitor(OWLMigrator) - Constructor for class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
owlIriResource() - Method in class ai.grakn.migration.owl.OWLMigrator
 
OwlMigrationOptions - Class in ai.grakn.migration.owl
Configure the default OWL migration options and access arguments passed by the user
OwlMigrationOptions(String[]) - Constructor for class ai.grakn.migration.owl.OwlMigrationOptions
 
OWLMigrator - Class in ai.grakn.migration.owl
The OWL migrator is the main driver an OWL migration process: configure with the ontology to migrate, the target Grakn graph and instance and hit go with the OWLMigrator.migrate()
OWLMigrator() - Constructor for class ai.grakn.migration.owl.OWLMigrator
 
OwlModel - Enum in ai.grakn.migration.owl
Enumerate default/predefined elements that need to be created in Grakn regardless of the ontology being migrated.
owlname() - Method in enum ai.grakn.migration.owl.OwlModel
 
owlThingEntityType() - Method in class ai.grakn.migration.owl.OWLMigrator
 
owner() - Method in interface ai.grakn.concept.Resource
If the Resource is unique, this method retrieves the Instance that possesses it.
ownerInstances() - Method in interface ai.grakn.concept.Resource
Retrieves the set of all Instances that possess this Resource.

P

parallelStream() - Method in interface ai.grakn.graql.Streamable
 
parse(String) - Static method in class ai.grakn.graql.Graql
 
parse(String) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
parse(String) - Method in interface ai.grakn.graql.QueryBuilder
 
parse(String[]) - Method in class ai.grakn.migration.base.io.MigrationOptions
 
parseBatchLoad(InputStream) - Method in class ai.grakn.graql.internal.parser.QueryParser
 
parseList(String) - Static method in class ai.grakn.graql.Graql
 
parseList(String) - Method in class ai.grakn.graql.internal.parser.QueryParser
 
parseList(String) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
parseList(String) - Method in interface ai.grakn.graql.QueryBuilder
 
parsePattern(String) - Method in class ai.grakn.graql.internal.parser.QueryParser
 
parsePattern(String) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
parsePattern(String) - Method in interface ai.grakn.graql.QueryBuilder
 
parsePatterns(InputStream) - Static method in class ai.grakn.graql.Graql
 
parsePatterns(String) - Static method in class ai.grakn.graql.Graql
 
parsePatterns(String) - Method in class ai.grakn.graql.internal.parser.QueryParser
 
parsePatterns(InputStream) - Method in class ai.grakn.graql.internal.parser.QueryParser
 
parsePatterns(InputStream) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
parsePatterns(String) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
parsePatterns(InputStream) - Method in interface ai.grakn.graql.QueryBuilder
 
parsePatterns(String) - Method in interface ai.grakn.graql.QueryBuilder
 
parseQuery(String) - Method in class ai.grakn.graql.internal.parser.QueryParser
 
parseTemplate(String, Map<String, Object>) - Static method in class ai.grakn.graql.Graql
 
parseTemplate(String, Map<String, Object>) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
parseTemplate(String, Map<String, Object>) - Method in class ai.grakn.graql.internal.template.TemplateParser
Parse and resolve a graql template.
parseTemplate(String, Map<String, Object>) - Method in interface ai.grakn.graql.QueryBuilder
 
Password - Class in ai.grakn.engine.user
A helper class for generating secure passwords based on random salts The algorithm used is PBKDF2WithHmacSHA1 recommended by NIST .
PASSWORD - Static variable in class ai.grakn.util.REST.RemoteShell
 
PASSWORD_PROTECTED_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
path() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
path() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
PATH_FIELD - Static variable in class ai.grakn.util.REST.Request
 
PathQuery - Interface in ai.grakn.graql.analytics
Compute the shortest path between two instances.
Pattern - Interface in ai.grakn.graql
A pattern describing a subgraph.
PatternAdmin - Interface in ai.grakn.graql.admin
Admin class for inspecting and manipulating a Pattern
Patterns - Class in ai.grakn.graql.internal.pattern
 
pause() - Method in interface ai.grakn.engine.backgroundtasks.BackgroundTask
Called to suspend the execution of a currently running task.
pause() - Method in class ai.grakn.engine.loader.LoaderTask
 
pause() - Method in class ai.grakn.engine.postprocessing.PostProcessingTask
 
persist() - Method in interface ai.grakn.graql.analytics.ClusterQuery
Persist the result in the graph after executing the query.
persist(String) - Method in interface ai.grakn.graql.analytics.ClusterQuery
Persist the result in the graph after executing the query.
persist() - Method in interface ai.grakn.graql.analytics.DegreeQuery
Persist the result in the graph after executing the query.
persist(String) - Method in interface ai.grakn.graql.analytics.DegreeQuery
Persist the result in the graph after executing the query.
playedByTypes() - Method in interface ai.grakn.concept.RoleType
Returns a collection of the Types that can play this RoleType.
playsRole(RoleType) - Method in interface ai.grakn.concept.EntityType
Sets the RoleType which instances of this EntityType may play.
playsRole(RoleType) - Method in interface ai.grakn.concept.RelationType
Sets the RoleType which instances of this RelationType may play.
playsRole(RoleType) - Method in interface ai.grakn.concept.ResourceType
Sets the RoleType which instances of this ResourceType may play.
playsRole(RoleType) - Method in interface ai.grakn.concept.RoleType
Sets the RoleType which instances of this Type may play.
playsRole(RoleType) - Method in interface ai.grakn.concept.RuleType
 
playsRole(RoleType) - Method in interface ai.grakn.concept.Type
 
playsRole(String) - Method in interface ai.grakn.graql.Var
 
playsRole(Var) - Method in interface ai.grakn.graql.Var
 
PlaysRoleProperty - Class in ai.grakn.graql.internal.pattern.property
 
PlaysRoleProperty(VarAdmin, boolean) - Constructor for class ai.grakn.graql.internal.pattern.property.PlaysRoleProperty
 
playsRoles() - Method in interface ai.grakn.concept.Instance
Determine the Role Types that this Instance may play.
playsRoles() - Method in interface ai.grakn.concept.Type
 
PokemonGraphFactory - Class in ai.grakn.example
A sample graph.
POLLING_FREQUENCY_PROPERTY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
POST_METHOD - Static variable in class ai.grakn.util.REST.HttpConn
 
POST_PROCESSING_DELAY - Static variable in class ai.grakn.engine.util.ConfigProperties
 
PostProcessing - Class in ai.grakn.engine.postprocessing
 
PostProcessingTask - Class in ai.grakn.engine.postprocessing
 
PostProcessingTask() - Constructor for class ai.grakn.engine.postprocessing.PostProcessingTask
 
precomputeInferences(GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Reasoner
materialise all possible inferences
Predicate<T> - Class in ai.grakn.graql.internal.reasoner.atom.predicate
Atom implementation serving as base class for predicate implementations.
Predicate(VarAdmin) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
Predicate(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
Predicate(Predicate) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
predicate - Variable in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
 
Predicates - Class in ai.grakn.graql.internal.query.predicate
 
predicatesEquivalent(BinaryBase) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
predicatesEquivalent(BinaryBase) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
predicatesEquivalent(BinaryBase) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
prepareOWL() - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
printAnswers(Set<Map<String, Concept>>) - Static method in class ai.grakn.graql.internal.reasoner.Utility
Provides more readable answer output.
Printer<T> - Interface in ai.grakn.graql
Interface describing a way to print Graql objects.
Printers - Class in ai.grakn.graql.internal.printer
 
printHelpMessage(MigrationOptions) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
printInitMessage(MigrationOptions, String) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
printLoaderState() - Method in class ai.grakn.engine.loader.Loader
Method that logs the current taskstorage of loading tasks
printWholeCompletionMessage(MigrationOptions) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
PROJECT_VERSION - Static variable in class ai.grakn.engine.util.ConfigProperties
 
propagateAnswers(QueryCache) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
propagateAnswers(QueryCache) - Method in class ai.grakn.graql.internal.reasoner.query.Query
propagate answers to relation resolutions in the cache
propagateAnswers() - Method in class ai.grakn.graql.internal.reasoner.query.QueryCache
propagates answers among related queries in the cache
PropertyMapper - Class in ai.grakn.graql.internal.reasoner.atom
Class providing mappings of graql properties to reasoner atoms.
PropertyMapper() - Constructor for class ai.grakn.graql.internal.reasoner.atom.PropertyMapper
 
PURPLE - Static variable in class ai.grakn.graql.internal.util.ANSI
 
putConcept(ConceptImpl) - Method in class ai.grakn.graph.internal.ConceptLog
 
putEntity(String, EntityType) - Method in class ai.grakn.migration.owl.OWLMigrator
 
putEntityType(String) - Method in interface ai.grakn.GraknGraph
Create a new Entity Type, or return a pre-existing Entity Type, with the specified name.
putEntityType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
putRelationType(String) - Method in interface ai.grakn.GraknGraph
Create a Relation Type, or return a pre-existing Relation Type, with the specified name.
putRelationType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
putResource(D) - Method in interface ai.grakn.concept.ResourceType
Set the value for the Resource, unique to its type.
putResourceType(String, ResourceType.DataType<V>) - Method in interface ai.grakn.GraknGraph
Create a Resource Type, or return a pre-existing Resource Type, with the specified name.
putResourceType(String, ResourceType.DataType<V>) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
putResourceTypeUnique(String, ResourceType.DataType<V>) - Method in interface ai.grakn.GraknGraph
Create a unique Resource Type, or return a pre-existing Resource Type, with the specified name.
putResourceTypeUnique(String, ResourceType.DataType<V>) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
putRolePlayer(RoleType, Instance) - Method in interface ai.grakn.concept.Relation
Expands this Relation to include a new role player which is playing a specific role.
putRoleType(String) - Method in interface ai.grakn.GraknGraph
Create a Role Type, or return a pre-existing Role Type, with the specified name.
putRoleType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
putRuleType(String) - Method in interface ai.grakn.GraknGraph
Create a Rule Type, or return a pre-existing Rule Type, with the specified name.
putRuleType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 

Q

Queries - Class in ai.grakn.graql.internal.query
Internal query factory
Query - Class in ai.grakn.graql.internal.reasoner.query
Base reasoner query providing resolution and atom handling facilities for conjunctive graql queries.
Query(MatchQuery, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.query.Query
 
Query(String, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.query.Query
 
Query(Query) - Constructor for class ai.grakn.graql.internal.reasoner.query.Query
 
Query(Atom, Set<VarName>) - Constructor for class ai.grakn.graql.internal.reasoner.query.Query
 
Query<T> - Interface in ai.grakn.graql
 
QUERY - Static variable in class ai.grakn.util.REST.RemoteShell
 
QUERY_FIELD - Static variable in class ai.grakn.util.REST.Request
 
QUERY_RESULT - Static variable in class ai.grakn.util.REST.RemoteShell
 
QueryAnswers - Class in ai.grakn.graql.internal.reasoner.query
Wrapper class for a set of answers providing higher level filtering facilities as well as unification and join operations.
QueryAnswers() - Constructor for class ai.grakn.graql.internal.reasoner.query.QueryAnswers
 
QueryAnswers(Collection<? extends Map<VarName, Concept>>) - Constructor for class ai.grakn.graql.internal.reasoner.query.QueryAnswers
 
QueryAnswerStream - Class in ai.grakn.graql.internal.reasoner.query
Wrapper class for an answer stream providing higher level filtering facilities as well as unification and join operations.
QueryAnswerStream(Stream<Map<VarName, Concept>>) - Constructor for class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
 
QueryBuilder - Interface in ai.grakn.graql
 
QueryBuilderImpl - Class in ai.grakn.graql.internal.query
A starting point for creating queries.
QueryBuilderImpl() - Constructor for class ai.grakn.graql.internal.query.QueryBuilderImpl
 
QueryBuilderImpl(GraknGraph) - Constructor for class ai.grakn.graql.internal.query.QueryBuilderImpl
 
QueryCache - Class in ai.grakn.graql.internal.reasoner.query
Container class for storing performed query resolutions.
QueryCache() - Constructor for class ai.grakn.graql.internal.reasoner.query.QueryCache
 
QueryParser - Class in ai.grakn.graql.internal.parser
Class for parsing query strings into valid queries
QUOTE - Static variable in class ai.grakn.migration.csv.CSVMigrator
 

R

Reasoner - Class in ai.grakn.graql.internal.reasoner
Class providing top level reasoning interface and functionalities.
Reasoner() - Constructor for class ai.grakn.graql.internal.reasoner.Reasoner
 
ReasonerMatchQuery - Class in ai.grakn.graql.internal.reasoner.query
Reasoner query providing resolution streaming facilities for conjunctive queries.
ReasonerMatchQuery(MatchQuery, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.query.ReasonerMatchQuery
 
ReasonerMatchQuery(MatchQuery, GraknGraph, QueryAnswers) - Constructor for class ai.grakn.graql.internal.reasoner.query.ReasonerMatchQuery
 
RebalanceListener - Class in ai.grakn.engine.backgroundtasks.distributed
 
RebalanceListener(KafkaConsumer) - Constructor for class ai.grakn.engine.backgroundtasks.distributed.RebalanceListener
 
record(AtomicQuery) - Method in class ai.grakn.graql.internal.reasoner.query.QueryCache
updates the cache by the specified query
RECUR_INTERVAL - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
RECURRING - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
RED - Static variable in class ai.grakn.graql.internal.util.ANSI
 
reduce(Serializable, Iterator<Set<String>>, MapReduce.ReduceEmitter<Serializable, Set<String>>) - Method in class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
 
reduce(Serializable, Iterator<Long>, MapReduce.ReduceEmitter<Serializable, Long>) - Method in class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
 
reduce(Serializable, Iterator<Long>, MapReduce.ReduceEmitter<Serializable, Long>) - Method in class ai.grakn.graql.internal.analytics.CountMapReduce
 
reduce(Serializable, Iterator<Set<String>>, MapReduce.ReduceEmitter<Serializable, Set<String>>) - Method in class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
 
reduce(Serializable, Iterator<Number>, MapReduce.ReduceEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.MaxMapReduce
 
reduce(Serializable, Iterator<Map<String, Double>>, MapReduce.ReduceEmitter<Serializable, Map<String, Double>>) - Method in class ai.grakn.graql.internal.analytics.MeanMapReduce
 
reduce(Serializable, Iterator<Number>, MapReduce.ReduceEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.MinMapReduce
 
reduce(Serializable, Iterator<Map<String, Double>>, MapReduce.ReduceEmitter<Serializable, Map<String, Double>>) - Method in class ai.grakn.graql.internal.analytics.StdMapReduce
 
reduce(Serializable, Iterator<Number>, MapReduce.ReduceEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.SumMapReduce
 
refershConnections() - Method in class ai.grakn.factory.GraphFactory
 
regex(String) - Static method in class ai.grakn.graql.Graql
 
regex(VarName, String) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
regex(String) - Static method in class ai.grakn.graql.internal.query.predicate.Predicates
 
regex(String) - Method in interface ai.grakn.graql.Var
Specify the regular expression instances of this resource type must match
RegexAtom - Class in ai.grakn.graql.internal.reasoner.atom.property
 
RegexAtom(VarName, RegexProperty, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
 
RegexProperty - Class in ai.grakn.graql.internal.pattern.property
 
RegexProperty(String) - Constructor for class ai.grakn.graql.internal.pattern.property.RegexProperty
 
registerAggregate(String, Function<List<Object>, Aggregate>) - Method in class ai.grakn.graql.internal.parser.QueryParser
 
registerAggregate(String, Function<List<Object>, Aggregate>) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
registerAggregate(String, Function<List<Object>, Aggregate>) - Method in interface ai.grakn.graql.QueryBuilder
 
registerMacro(Macro) - Method in class ai.grakn.graql.internal.query.QueryBuilderImpl
 
registerMacro(String, Macro) - Method in class ai.grakn.graql.internal.template.TemplateParser
Register a macro that can be used in any template parsed by this class.
registerMacro(Macro) - Method in interface ai.grakn.graql.QueryBuilder
 
registerMacro(Macro) - Method in class ai.grakn.migration.base.AbstractMigrator
Register a macro to use in templating
rel(String) - Method in interface ai.grakn.graql.Var
the variable must be a relation with the given roleplayer
rel(Var) - Method in interface ai.grakn.graql.Var
the variable must be a relation with the given roleplayer
rel(String, String) - Method in interface ai.grakn.graql.Var
the variable must be a relation with the given roleplayer playing the given roletype
rel(Var, String) - Method in interface ai.grakn.graql.Var
the variable must be a relation with the given roleplayer playing the given roletype
rel(String, Var) - Method in interface ai.grakn.graql.Var
the variable must be a relation with the given roleplayer playing the given roletype
rel(Var, Var) - Method in interface ai.grakn.graql.Var
the variable must be a relation with the given roleplayer playing the given roletype
Relation - Interface in ai.grakn.concept
A Relation represents an instance of a Relation Type, which is a concept that represents how different entities relate to one another.
Relation - Class in ai.grakn.graql.internal.reasoner.atom.binary
Atom implementation defining a relation atom.
Relation(VarAdmin) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
Relation(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
Relation(VarAdmin, IdPredicate, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
Relation(VarName, VarName, Map<VarName, Var>, IdPredicate, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
relation(OWLObjectProperty) - Method in class ai.grakn.migration.owl.OWLMigrator
 
relation(OWLDataProperty) - Method in class ai.grakn.migration.owl.OWLMigrator
 
relation(OWLAnnotationProperty) - Method in class ai.grakn.migration.owl.OWLMigrator
 
RelationPlayer - Interface in ai.grakn.graql.admin
A pair of role type and role player (where the role type may not be present)
RelationProperty - Class in ai.grakn.graql.internal.pattern.property
 
RelationProperty(ImmutableMultiset<RelationPlayer>) - Constructor for class ai.grakn.graql.internal.pattern.property.RelationProperty
 
relations(RoleType...) - Method in interface ai.grakn.concept.Instance
Retrieves a Relations which the Instance takes part in, which may optionally be narrowed to a particular set according to the RoleType you are interested in.
RELATIONS_JSON_FIELD - Static variable in class ai.grakn.util.REST.Response
 
RelationType - Interface in ai.grakn.concept
A RelationType is a schema element, and is the Concept that represents how Entities relate to one another.
relationTypes() - Method in interface ai.grakn.concept.RoleType
Returns the RelationTypes that this RoleType takes part in.
REMOTE_SHELL_URI - Static variable in class ai.grakn.util.REST.WebPath
 
RemoteSession - Class in ai.grakn.engine.session
Web socket for running a Graql shell
RemoteSession() - Constructor for class ai.grakn.engine.session.RemoteSession
 
RemoteSession(Function<String, GraknGraph>) - Constructor for class ai.grakn.engine.session.RemoteSession
 
RemoteShell() - Constructor for class ai.grakn.util.REST.RemoteShell
 
removeAtom(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
removeAtom(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
removeConcept(ConceptImpl) - Method in class ai.grakn.graph.internal.ConceptLog
 
removeUser(String) - Method in class ai.grakn.engine.user.SystemKeyspaceUsers
Removes a user with the given username.
removeUser(String) - Method in class ai.grakn.engine.user.UsersHandler
 
renderHALArrayData(MatchQuery, Collection<Map<VarName, Concept>>, String) - Static method in class ai.grakn.graql.internal.hal.HALConceptRepresentationBuilder
 
renderHALConceptData(Concept, int, String) - Static method in class ai.grakn.graql.internal.hal.HALConceptRepresentationBuilder
 
renderHALConceptOntology(Concept, String) - Static method in class ai.grakn.graql.internal.hal.HALConceptRepresentationBuilder
 
Request() - Constructor for class ai.grakn.util.REST.Request
 
requiresMaterialisation() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
 
requiresMaterialisation() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
requiresMaterialisation() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
reset() - Method in class ai.grakn.engine.postprocessing.PostProcessing
 
resetNames() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
resolve(boolean) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
resolve(boolean) - Method in class ai.grakn.graql.internal.reasoner.query.Query
resolves the query
resolve(boolean) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerMatchQuery
 
resolve(MatchQuery, boolean) - Static method in class ai.grakn.graql.internal.reasoner.Reasoner
Resolve a given general graql query using the knowledge base
resolve(String) - Method in class ai.grakn.graql.internal.template.Scope
Retrieve the value of a key from this scope, or the parent scope if it is not present in the current one.
resolveViaRule(Rule, Set<AtomicQuery>, QueryCache, boolean) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicMatchQuery
 
resolveViaRule(Rule, Set<AtomicQuery>, QueryCache, boolean) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
attempt query resolution via application of a specific rule
Resource<D> - Interface in ai.grakn.concept
A Resource is the Concept that represents a resource associated with one or more Instances.
Resource - Class in ai.grakn.graql.internal.reasoner.atom.binary
Atom implementation defining a resource atom.
Resource(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
Resource(VarAdmin, Set<Predicate>, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
resourceRelation(IRI) - Method in interface ai.grakn.migration.owl.Namer
Make a name/id for the Grakn RelationType representing a relation b/w an entity (OWL individual) and its resource (the OWL data property)
resourceRelation(String) - Method in interface ai.grakn.migration.owl.Namer
Make a name for a resource relation type representing the value of an OWL data property.
resourceRole(String) - Method in interface ai.grakn.migration.owl.Namer
Make a name for a resource role player representing the value of an OWL data property.
resourceRole(ResourceType<?>) - Method in class ai.grakn.migration.owl.OWLMigrator
 
resources(ResourceType...) - Method in interface ai.grakn.concept.Instance
Retrieves a collection of Resources attached to this Instances
RESOURCES_JSON_FIELD - Static variable in class ai.grakn.util.REST.Response
 
ResourceType<D> - Interface in ai.grakn.concept
A ResourceType is a schema element which represents the category of resources in the graph.
resourceType(OWLDataProperty) - Method in class ai.grakn.migration.owl.OWLMigrator
 
ResourceType.DataType<D> - Class in ai.grakn.concept
A class used to hold the supported data types of resources and any other concepts.
Response() - Constructor for class ai.grakn.util.REST.Response
 
REST - Class in ai.grakn.util
 
REST() - Constructor for class ai.grakn.util.REST
 
REST.GraphConfig - Class in ai.grakn.util
 
REST.HttpConn - Class in ai.grakn.util
 
REST.RemoteShell - Class in ai.grakn.util
 
REST.Request - Class in ai.grakn.util
 
REST.Response - Class in ai.grakn.util
 
REST.WebPath - Class in ai.grakn.util
 
results() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
 
resultsString(Printer) - Method in interface ai.grakn.graql.Query
Execute the query and return a human-readable stream of results
resultVarNameToString(Map<VarName, Concept>) - Static method in class ai.grakn.graql.internal.util.CommonUtil
 
resume(Consumer<String>, String) - Method in interface ai.grakn.engine.backgroundtasks.BackgroundTask
This method may be called when resuming from a paused state or recovering from a crash or failure of any kind.
resume(Consumer<String>, String) - Method in class ai.grakn.engine.loader.LoaderTask
 
resume(Consumer<String>, String) - Method in class ai.grakn.engine.postprocessing.PostProcessingTask
 
rewrite(Atom, Query) - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
rewrites the atom to be compatible with parent atom
rewrite(Atom, Query) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
rhs(Pattern) - Method in interface ai.grakn.graql.Var
 
RhsProperty - Class in ai.grakn.graql.internal.pattern.property
 
RhsProperty(Pattern) - Constructor for class ai.grakn.graql.internal.pattern.property.RhsProperty
 
rolePlayers() - Method in interface ai.grakn.concept.Relation
Retrieve a list of all Instances involved in the Relation, and the Role Types they play.
ROLES_JSON_FIELD - Static variable in class ai.grakn.util.REST.Response
 
roleToRelationTypes - Static variable in class ai.grakn.graql.internal.reasoner.Utility
 
RoleType - Interface in ai.grakn.concept
A RoleType is a schema element that defines a role that can be played in a Relation Type.
rollback() - Method in interface ai.grakn.GraknGraph
Resets the current transaction without committing.
rollback() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
rollback() - Method in class ai.grakn.graph.internal.GraknOrientDBGraph
 
rollback() - Method in class ai.grakn.graph.internal.GraknTinkerGraph
 
Rule - Interface in ai.grakn.concept
A Rule represents an instance of a Rule-Type, which is used to make inferences over the data.
RuleType - Interface in ai.grakn.concept
A RuleType is a schema element used to define different types of reasoner rules.
run() - Method in class ai.grakn.engine.backgroundtasks.distributed.Scheduler
 
run() - Method in class ai.grakn.engine.backgroundtasks.distributed.TaskRunner
Start the main loop, this will block until a call to stop().
run() - Method in class ai.grakn.engine.postprocessing.PostProcessing
 
RUN_AT - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
runAt(Date) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
runAt() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
runCSV(CSVMigrationOptions) - Static method in class ai.grakn.migration.csv.Main
 
runExport(GraphWriterOptions) - Static method in class ai.grakn.migration.export.Main
 
runJson(JsonMigrationOptions) - Static method in class ai.grakn.migration.json.Main
 
RUNNERS_STATE - Static variable in interface ai.grakn.engine.backgroundtasks.config.ZookeeperPaths
 
RUNNERS_WATCH - Static variable in interface ai.grakn.engine.backgroundtasks.config.ZookeeperPaths
 
runOwl(OwlMigrationOptions) - Static method in class ai.grakn.migration.owl.Main
 
runShell(String[], String, String, GraqlClient) - Static method in class ai.grakn.graql.GraqlShell
 
runSQL(SQLMigrationOptions) - Static method in class ai.grakn.migration.sql.Main
 

S

safeExecute(Vertex, Messenger<String>, Memory) - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
safeExecute(Vertex, Messenger, Memory) - Method in class ai.grakn.graql.internal.analytics.CountVertexProgram
 
safeExecute(Vertex, Messenger<Long>, Memory) - Method in class ai.grakn.graql.internal.analytics.DegreeAndPersistVertexProgram
 
safeExecute(Vertex, Messenger<Long>, Memory) - Method in class ai.grakn.graql.internal.analytics.DegreeVertexProgram
 
safeExecute(Vertex, Messenger<Long>, Memory) - Method in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
safeExecute(Vertex, Messenger<Tuple>, Memory) - Method in class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Set<String>>) - Method in class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Long>) - Method in class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Long>) - Method in class ai.grakn.graql.internal.analytics.CountMapReduce
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Set<String>>) - Method in class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.MaxMapReduce
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Map<String, Double>>) - Method in class ai.grakn.graql.internal.analytics.MeanMapReduce
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.MinMapReduce
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Map<String, Double>>) - Method in class ai.grakn.graql.internal.analytics.StdMapReduce
 
safeMap(Vertex, MapReduce.MapEmitter<Serializable, Number>) - Method in class ai.grakn.graql.internal.analytics.SumMapReduce
 
SCHEDULED_TASK - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
SCHEDULER - Static variable in interface ai.grakn.engine.backgroundtasks.config.ZookeeperPaths
 
Scheduler - Class in ai.grakn.engine.backgroundtasks.distributed
Handle execution of recurring tasks.
Scheduler() - Constructor for class ai.grakn.engine.backgroundtasks.distributed.Scheduler
 
SCHEDULER_POLLING_FREQ - Static variable in class ai.grakn.engine.util.ConfigProperties
 
SCHEDULERS_GROUP - Static variable in interface ai.grakn.engine.backgroundtasks.config.KafkaTerms
 
scheduleTask(BackgroundTask, String, Date, long, JSONObject) - Method in class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
scheduleTask(BackgroundTask, String, Date, long, JSONObject) - Method in class ai.grakn.engine.backgroundtasks.standalone.StandaloneTaskManager
 
scheduleTask(BackgroundTask, String, Date, long, JSONObject) - Method in interface ai.grakn.engine.backgroundtasks.TaskManager
Schedule a single shot/one off BackgroundTask to run after a @delay in milliseconds.
Schema - Class in ai.grakn.util
A type enum which restricts the types of links/concepts which can be created
Schema.Analytics - Enum in ai.grakn.util
An enum representing analytics schema elements
Schema.BaseType - Enum in ai.grakn.util
Base Types reflecting the possible objects in the concept
Schema.ConceptProperty - Enum in ai.grakn.util
An enum which defines the non-unique mutable properties of the concept.
Schema.EdgeLabel - Enum in ai.grakn.util
The different types of edges between vertices
Schema.EdgeProperty - Enum in ai.grakn.util
A property enum defining the possible labels that can go on the edge label.
Schema.MetaSchema - Enum in ai.grakn.util
The concepts which represent our internal schema
Schema.Resource - Enum in ai.grakn.util
This stores the schema which is required when implicitly creating roles for the has-resource methods
scope(Instance) - Method in interface ai.grakn.concept.Relation
Sets the Instance that can scope this Relation to a specific domain.
Scope - Class in ai.grakn.graql.internal.template
Represents a scope (association of name to a value) and corresponds to a block in the TemplateVisitor class.
Scope(Map<String, Object>) - Constructor for class ai.grakn.graql.internal.template.Scope
 
Scope(Scope) - Constructor for class ai.grakn.graql.internal.template.Scope
 
scopes() - Method in interface ai.grakn.concept.Relation
Retrieve a list of the Instances that scope this Relation.
select(NamedAggregate<? super S, ? extends T>...) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will collect together several named aggregates into a map.
select(Set<NamedAggregate<? super S, ? extends T>>) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will collect together several named aggregates into a map.
select(ImmutableSet<NamedAggregate<? super S, ? extends T>>) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
An aggregate that combines several aggregates together into a map (where keys are the names of the aggregates)
select(String...) - Method in interface ai.grakn.graql.MatchQuery
 
select(Set<VarName>) - Method in interface ai.grakn.graql.MatchQuery
 
selectAppend(Set<VarName>) - Method in class ai.grakn.graql.internal.reasoner.query.Query
append to select variables
selectAtoms() - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
selectAtoms() - Method in class ai.grakn.graql.internal.reasoner.query.Query
atom selection function
semiOptimal(PatternAdmin) - Static method in class ai.grakn.graql.internal.gremlin.GraqlTraversal
Create a semi-optimal traversal plan using a greedy approach
sendQueriesToLoader(Collection<InsertQuery>) - Method in class ai.grakn.engine.loader.Loader
Method to load data into the graph.
SEPARATOR - Static variable in class ai.grakn.migration.csv.CSVMigrator
 
SERVER_HOST_NAME - Static variable in class ai.grakn.engine.util.ConfigProperties
 
SERVER_PORT_NUMBER - Static variable in class ai.grakn.engine.util.ConfigProperties
 
setAbstract(Boolean) - Method in interface ai.grakn.concept.EntityType
Sets the EntityType to be abstract - which prevents it from having any instances.
setAbstract(Boolean) - Method in interface ai.grakn.concept.RelationType
Sets the RelationType to be abstract - which prevents it from having any instances.
setAbstract(Boolean) - Method in interface ai.grakn.concept.ResourceType
Sets the ResourceType to be abstract - which prevents it from having any instances.
setAbstract(Boolean) - Method in interface ai.grakn.concept.RoleType
Sets the RoleType to be abstract - which prevents it from having any instances.
setAbstract(Boolean) - Method in interface ai.grakn.concept.RuleType
 
setAbstract(Boolean) - Method in interface ai.grakn.concept.Type
Sets the Entity Type to be abstract - which prevents it from having any instances.
setBatchSize(int) - Method in class ai.grakn.engine.loader.Loader
Set the size of the each transaction in terms of number of vars.
setConfigProperty(String, String) - Method in class ai.grakn.engine.util.ConfigProperties
 
setEquivalentFragmentSet(EquivalentFragmentSet) - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
 
setExpectation(boolean) - Method in interface ai.grakn.concept.Rule
Set the expectation of this Rule to be true or false.
setInvalid() - Method in class ai.grakn.graql.internal.gremlin.ShortcutTraversal
Make this ShortcutTraversal invalid, so it will not be used in the traversal
setMaterialise(boolean) - Method in interface ai.grakn.concept.Rule
Sets whether the Rule should be materialised.
setNullString(String) - Method in class ai.grakn.migration.csv.CSVMigrator
Set string that will be evaluated as null
setParentQuery(Query) - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
setParentQuery(Query) - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
 
setParentQuery(Query) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
setParentQuery(Query) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
setPredicate(IdPredicate) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
setQueueSize(int) - Method in class ai.grakn.engine.loader.Loader
Set the size of the queue- this is equivalent to the size of the semaphore.
setQuoteChar(char) - Method in class ai.grakn.migration.csv.CSVMigrator
Set character used to encapsulate values containing special characters.
setRegex(String) - Method in interface ai.grakn.concept.ResourceType
Set the regular expression that instances of the ResourceType must conform to.
setSeparator(char) - Method in class ai.grakn.migration.csv.CSVMigrator
Set separator the input file will be split on
setType(String) - Method in class ai.grakn.graql.internal.gremlin.ShortcutTraversal
 
setTypes(Set<String>) - Method in class ai.grakn.graql.internal.shell.GraqlCompleter
 
setup(Memory) - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
setup(Memory) - Method in class ai.grakn.graql.internal.analytics.CountVertexProgram
 
setup(Memory) - Method in class ai.grakn.graql.internal.analytics.GraknVertexProgram
 
setup(Memory) - Method in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
setup(Memory) - Method in class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
setValueVariable(VarName) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
setValueVariable(VarName) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
setValueVariable(VarName) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
 
setValueVariable(VarName) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
setVarName(VarName) - Method in interface ai.grakn.graql.admin.VarAdmin
 
ShellCommandCompleter - Class in ai.grakn.graql.internal.shell
Completer that complete Graql shell commands
ShellCommandCompleter() - Constructor for class ai.grakn.graql.internal.shell.ShellCommandCompleter
 
shortcut(Optional<String>, Optional<String>, Optional<String>, VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
ShortcutTraversal - Class in ai.grakn.graql.internal.gremlin
some VarTraversals can be represented using shortcut edges.
ShortcutTraversal() - Constructor for class ai.grakn.graql.internal.gremlin.ShortcutTraversal
 
ShortestPathVertexProgram - Class in ai.grakn.graql.internal.analytics
 
ShortestPathVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
ShortestPathVertexProgram(Set<String>, String, String) - Constructor for class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
shortName() - Method in interface ai.grakn.graql.VarName
Get a shorter representation of the variable (with prefixed "$")
showImplicitConcepts(boolean) - Method in interface ai.grakn.GraknGraph
Utility function to specify whether implicit and system-generated types should be returned.
showImplicitConcepts(boolean) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
 
signJWT(String) - Static method in class ai.grakn.engine.util.JWTHandler
 
SplitMacro - Class in ai.grakn.graql.internal.template.macro
Templating function that splits the given value based on the given character.
SplitMacro() - Constructor for class ai.grakn.graql.internal.template.macro.SplitMacro
 
SQLMigrationOptions - Class in ai.grakn.migration.sql
Configure the default SQL migration options and access arguments passed by the user
SQLMigrationOptions(String[]) - Constructor for class ai.grakn.migration.sql.SQLMigrationOptions
 
SQLMigrator - Class in ai.grakn.migration.sql
The SQL migrator will execute the given SQL query and then apply the given template to those results.
SQLMigrator(String, String, Connection) - Constructor for class ai.grakn.migration.sql.SQLMigrator
Construct a SQL migrator to migrate data from the given DB
SQUARE_SUM - Static variable in class ai.grakn.graql.internal.analytics.StdMapReduce
 
STACK_TRACE - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
stackTrace(String) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
stackTrace() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
StandaloneTaskManager - Class in ai.grakn.engine.backgroundtasks.standalone
 
start(Consumer<String>, JSONObject) - Method in interface ai.grakn.engine.backgroundtasks.BackgroundTask
Called to start execution of the task, may be called on a newly scheduled or previously stopped task.
start() - Method in class ai.grakn.engine.backgroundtasks.distributed.ClusterManager
 
start(Consumer<String>, JSONObject) - Method in class ai.grakn.engine.loader.LoaderTask
 
start(Consumer<String>, JSONObject) - Method in class ai.grakn.engine.postprocessing.PostProcessingTask
Run postprocessing only if enough time has passed since the last job was added
startCluster() - Static method in class ai.grakn.engine.GraknEngineServer
 
startHTTP() - Static method in class ai.grakn.engine.GraknEngineServer
 
StateStorage - Interface in ai.grakn.engine.backgroundtasks
 
STATIC_FILES_PATH - Static variable in class ai.grakn.engine.util.ConfigProperties
 
status(TaskStatus) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
status() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
status(TaskStatus) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedState
 
status() - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedState
 
STATUS - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
STATUS_CHANGE_BY - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
STATUS_CHANGE_TIME - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
statusChangedBy(String) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
statusChangedBy() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
statusChangeTime(Date) - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
statusChangeTime() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
StatusController - Class in ai.grakn.engine.controller
 
StatusController() - Constructor for class ai.grakn.engine.controller.StatusController
 
std() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
std() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
StdMapReduce - Class in ai.grakn.graql.internal.analytics
 
StdMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.StdMapReduce
 
StdMapReduce(Set<String>, String) - Constructor for class ai.grakn.graql.internal.analytics.StdMapReduce
 
StdQuery - Interface in ai.grakn.graql.analytics
Compute the standard deviation of the selected resource-type.
stop() - Method in interface ai.grakn.engine.backgroundtasks.BackgroundTask
Called to stop execution of the task, may be called on a running or paused task.
stop() - Method in class ai.grakn.engine.backgroundtasks.distributed.ClusterManager
 
stop() - Method in class ai.grakn.engine.loader.LoaderTask
 
stop() - Method in class ai.grakn.engine.postprocessing.PostProcessing
 
stop() - Method in class ai.grakn.engine.postprocessing.PostProcessingTask
 
stopCluster() - Static method in class ai.grakn.engine.GraknEngineServer
 
stopHTTP() - Static method in class ai.grakn.engine.GraknEngineServer
 
stopTask(String, String) - Method in class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
stopTask(String, String) - Method in class ai.grakn.engine.backgroundtasks.standalone.StandaloneTaskManager
 
stopTask(String, String) - Method in interface ai.grakn.engine.backgroundtasks.TaskManager
Stop a Scheduled, Paused or Running task.
storage() - Method in class ai.grakn.engine.backgroundtasks.distributed.DistributedTaskManager
 
storage() - Method in class ai.grakn.engine.backgroundtasks.standalone.StandaloneTaskManager
 
storage() - Method in interface ai.grakn.engine.backgroundtasks.TaskManager
Return the StateStorage instance that is used by this class.
storeState(Configuration) - Method in class ai.grakn.graql.internal.analytics.CommonOLAP
Store persistentProperties and any hard coded fields in an apache config object for propagation to spark executors.
storeState(Configuration) - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
storeState(Configuration) - Method in class ai.grakn.graql.internal.analytics.DegreeAndPersistVertexProgram
 
storeState(Configuration) - Method in class ai.grakn.graql.internal.analytics.DegreeVertexProgram
 
storeState(Configuration) - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
 
storeState(Configuration) - Method in class ai.grakn.graql.internal.analytics.GraknVertexProgram
 
storeState(Configuration) - Method in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
stream(Optional<GraknGraph>) - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
stream() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
 
stream() - Method in interface ai.grakn.graql.Streamable
 
stream(Iterator<T>) - Method in class ai.grakn.migration.base.AbstractMigrator
Partition a stream into a stream of collections, each with batchSize elements.
Streamable<T> - Interface in ai.grakn.graql
An interface describing something that can be streamed, or iterated over.
streamWithVarNames() - Method in interface ai.grakn.graql.admin.InsertQueryAdmin
 
streamWithVarNames() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
 
STRING - Static variable in class ai.grakn.concept.ResourceType.DataType
 
StringConverter - Class in ai.grakn.graql.internal.util
Class for converting Graql strings, used in the parser and for toString methods
StringMacro - Class in ai.grakn.graql.internal.template.macro
Convert the given value into a quoted string.
StringMacro() - Constructor for class ai.grakn.graql.internal.template.macro.StringMacro
 
sub(String) - Method in interface ai.grakn.graql.Var
 
sub(Var) - Method in interface ai.grakn.graql.Var
 
subjectRole(String) - Method in interface ai.grakn.migration.owl.Namer
Make a name for the role type corresponding to the subject (i.e.
subjectRole(RelationType) - Method in class ai.grakn.migration.owl.OWLMigrator
 
SubProperty - Class in ai.grakn.graql.internal.pattern.property
 
SubProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.SubProperty
 
subtractSets(Set<T>, Set<T>) - Static method in class ai.grakn.graql.internal.reasoner.Utility
 
subType(EntityType) - Method in interface ai.grakn.concept.EntityType
Adds another subtype to this type
subType(ResourceType<D>) - Method in interface ai.grakn.concept.ResourceType
Adds another subtype to this type
subType(RoleType) - Method in interface ai.grakn.concept.RoleType
Adds another subtype to this type
subType(RuleType) - Method in interface ai.grakn.concept.RuleType
Adds another subtype to this type
subTypes() - Method in interface ai.grakn.concept.EntityType
Returns a collection of subtypes of this EntityType.
subTypes() - Method in interface ai.grakn.concept.RelationType
Returns a collection of subtypes of this RelationType.
subTypes() - Method in interface ai.grakn.concept.ResourceType
Returns a collection of subtypes of this ResourceType.
subTypes() - Method in interface ai.grakn.concept.RoleType
Returns the subtypes of this RoleType.
subTypes() - Method in interface ai.grakn.concept.RuleType
 
subTypes() - Method in interface ai.grakn.concept.Type
 
sum() - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
sum(String) - Static method in class ai.grakn.graql.Graql
Create an aggregate that will sum the values of a variable.
SUM - Static variable in class ai.grakn.graql.internal.analytics.MeanMapReduce
 
SUM - Static variable in class ai.grakn.graql.internal.analytics.StdMapReduce
 
sum(VarName) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
Aggregate that sums results of a match query.
sum() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
SumMapReduce - Class in ai.grakn.graql.internal.analytics
 
SumMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.SumMapReduce
 
SumMapReduce(Set<String>, String) - Constructor for class ai.grakn.graql.internal.analytics.SumMapReduce
 
SumQuery - Interface in ai.grakn.graql.analytics
Compute the sum of the selected resource-type.
superType(EntityType) - Method in interface ai.grakn.concept.EntityType
Sets the supertype of the EntityType to be the EntityType specified.
superType() - Method in interface ai.grakn.concept.EntityType
Returns the supertype of this EntityType.
superType() - Method in interface ai.grakn.concept.RelationType
Returns the supertype of this RelationType.
superType(RelationType) - Method in interface ai.grakn.concept.RelationType
Sets the supertype of the RelationType to be the EntityType specified.
superType(ResourceType<D>) - Method in interface ai.grakn.concept.ResourceType
Sets the supertype of the ResourceType to be the ResourceType specified.
superType() - Method in interface ai.grakn.concept.ResourceType
Returns the supertype of this ResourceType.
superType(RoleType) - Method in interface ai.grakn.concept.RoleType
Sets the supertype of this RoleType.
superType() - Method in interface ai.grakn.concept.RoleType
Returns the supertype of this RoleType.
superType() - Method in interface ai.grakn.concept.RuleType
 
superType(RuleType) - Method in interface ai.grakn.concept.RuleType
 
superType() - Method in interface ai.grakn.concept.Type
 
SUPPORTED_TYPES - Static variable in class ai.grakn.concept.ResourceType.DataType
 
SynchronizedState - Class in ai.grakn.engine.backgroundtasks.taskstorage
State to be stored in Zookeeper
SynchronizedState(TaskStatus) - Constructor for class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedState
 
SynchronizedStateStorage - Class in ai.grakn.engine.backgroundtasks.taskstorage
Manages the state of background BackgroundTask in a synchronized manner withing a cluster.
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class ai.grakn.graql.internal.parser.GraqlErrorListener
 
SYSTEM_GRAPH_NAME - Static variable in class ai.grakn.factory.SystemKeyspace
 
SYSTEM_ONTOLOGY_FILE - Static variable in class ai.grakn.factory.SystemKeyspace
 
SystemKeyspace<M extends GraknGraph,T extends org.apache.tinkerpop.gremlin.structure.Graph> - Class in ai.grakn.factory
Manages the system keyspace.
SystemKeyspace(InternalFactory<M, T>) - Constructor for class ai.grakn.factory.SystemKeyspace
 
SystemKeyspaceUsers - Class in ai.grakn.engine.user
A DAO for managing users in the Grakn system keyspace.
SystemKeyspaceUsers() - Constructor for class ai.grakn.engine.user.SystemKeyspaceUsers
 
SystemOntologyElements - Interface in ai.grakn.engine.util
 

T

takeLeadership(CuratorFramework) - Method in class ai.grakn.engine.backgroundtasks.distributed.ClusterManager
When you take over leadership start a new Scheduler instance and wait for it to complete.
TASK_CHECKPOINT - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
TASK_CLASS_NAME - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
TASK_CLASS_NAME_PARAMETER - Static variable in class ai.grakn.util.REST.Request
 
TASK_CONFIGURATION - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
TASK_CONFIGURATION_PARAMETER - Static variable in class ai.grakn.util.REST.Request
 
TASK_CREATOR_PARAMETER - Static variable in class ai.grakn.util.REST.Request
 
TASK_EXCEPTION - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
 
TASK_LOADER_INSERTS - Static variable in class ai.grakn.util.REST.Request
 
TASK_LOCK_SUFFIX - Static variable in interface ai.grakn.engine.backgroundtasks.config.ZookeeperPaths
 
TASK_MANAGER_INSTANCE - Static variable in class ai.grakn.engine.util.ConfigProperties
 
TASK_RUN_AT_PARAMETER - Static variable in class ai.grakn.util.REST.Request
 
TASK_RUN_INTERVAL_PARAMETER - Static variable in class ai.grakn.util.REST.Request
 
TASK_RUNNER_GROUP - Static variable in interface ai.grakn.engine.backgroundtasks.config.KafkaTerms
 
TASK_RUNNERS - Static variable in interface ai.grakn.engine.backgroundtasks.config.ZookeeperPaths
 
TASK_STATE_SUFFIX - Static variable in interface ai.grakn.engine.backgroundtasks.config.ZookeeperPaths
 
TASK_STATUS_PARAMETER - Static variable in class ai.grakn.util.REST.Request
 
TASK_STOP - Static variable in class ai.grakn.util.REST.Request
 
taskClassName() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
TaskFailover - Class in ai.grakn.engine.backgroundtasks.distributed
 
TaskFailover() - Constructor for class ai.grakn.engine.backgroundtasks.distributed.TaskFailover
 
TaskManager - Interface in ai.grakn.engine.backgroundtasks
 
TaskRunner - Class in ai.grakn.engine.backgroundtasks.distributed
 
TASKRUNNER_POLLING_FREQ - Static variable in class ai.grakn.engine.util.ConfigProperties
 
TASKS_NAMESPACE - Static variable in interface ai.grakn.engine.backgroundtasks.config.ZookeeperPaths
 
TASKS_PATH_PREFIX - Static variable in interface ai.grakn.engine.backgroundtasks.config.ZookeeperPaths
 
TASKS_SCHEDULE_URI - Static variable in class ai.grakn.util.REST.WebPath
 
TASKS_URI - Static variable in class ai.grakn.util.REST.WebPath
 
TasksController - Class in ai.grakn.engine.controller
 
TasksController() - Constructor for class ai.grakn.engine.controller.TasksController
 
TaskState - Class in ai.grakn.engine.backgroundtasks
Internal task state model used to keep track of scheduled tasks.
TaskState(String) - Constructor for class ai.grakn.engine.backgroundtasks.TaskState
 
TaskStatus - Enum in ai.grakn.engine.backgroundtasks
 
template(String, Map<String, Object>) - Method in class ai.grakn.migration.base.AbstractMigrator
 
TemplateParser - Class in ai.grakn.graql.internal.template
Class for parsing Graql templates and associated data into Graql statements.
TemplateVisitor - Class in ai.grakn.graql.internal.template
ANTLR visitor class for parsing a template
TemplateVisitor(CommonTokenStream, Map<String, Object>, Map<String, Macro<?>>) - Constructor for class ai.grakn.graql.internal.template.TemplateVisitor
 
terminate(Memory) - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
terminate(Memory) - Method in class ai.grakn.graql.internal.analytics.CountVertexProgram
 
terminate(Memory) - Method in class ai.grakn.graql.internal.analytics.DegreeAndPersistVertexProgram
 
terminate(Memory) - Method in class ai.grakn.graql.internal.analytics.DegreeVertexProgram
 
terminate(Memory) - Method in class ai.grakn.graql.internal.analytics.MedianVertexProgram
 
terminate(Memory) - Method in class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
 
TEST_CONFIG_FILE - Static variable in class ai.grakn.engine.util.ConfigProperties
 
TIME_LAPSE - Static variable in class ai.grakn.engine.util.ConfigProperties
 
TitanHadoopInternalFactory - Class in ai.grakn.factory
A Grakn Graph on top of HadoopGraph
to(ConceptId) - Method in interface ai.grakn.graql.analytics.PathQuery
 
toImmutableList() - Static method in class ai.grakn.graql.internal.util.CommonUtil
 
toImmutableMultiset() - Static method in class ai.grakn.graql.internal.util.CommonUtil
 
toImmutableSet() - Static method in class ai.grakn.graql.internal.util.CommonUtil
 
toString() - Method in class ai.grakn.concept.ConceptId
 
toString() - Method in class ai.grakn.engine.backgroundtasks.TaskState
 
toString() - Method in class ai.grakn.graql.internal.analytics.CommonOLAP
 
toString() - Method in class ai.grakn.graql.internal.gremlin.GraqlTraversal
 
toString() - Method in class ai.grakn.graql.internal.parser.GraqlErrorListener
 
toString() - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
 
toString() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
toString() - Method in class ai.grakn.graql.internal.reasoner.query.Query
 
toString(Object) - Method in class ai.grakn.graql.internal.template.macro.ConcatMacro
 
tryAny(Iterable<T>) - Static method in class ai.grakn.graql.internal.util.CommonUtil
 
tryNext(Iterator<T>) - Static method in class ai.grakn.graql.internal.util.CommonUtil
 
type() - Method in interface ai.grakn.concept.Entity
 
type() - Method in interface ai.grakn.concept.Instance
Return the Type of the Concept.
type() - Method in interface ai.grakn.concept.Relation
Retrieve the associated Relation Type for this Relation.
type() - Method in interface ai.grakn.concept.Resource
Retrieves the type of the Resource, that is, the ResourceType of which this resource is an Instance.
type() - Method in interface ai.grakn.concept.Rule
 
Type - Interface in ai.grakn.concept
Type is an ontological element which represents the categories concepts can fall within.
type - Variable in class ai.grakn.graql.internal.reasoner.atom.Atom
 
TypeAtom - Class in ai.grakn.graql.internal.reasoner.atom.binary
Atom implementation defining type atoms of the type $varName {isa|sub|plays-role|has-resource|has-scope} $valueVariable)
TypeAtom(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
TypeAtom(VarAdmin, IdPredicate, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
TypeAtom(TypeAtom) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
 
typeId - Variable in class ai.grakn.graql.internal.reasoner.atom.Atom
 
TypeMapper - Class in ai.grakn.migration.export
Map Grakn Core type to equivalent Graql representation
TypeMapper() - Constructor for class ai.grakn.migration.export.TypeMapper
 
TYPES - Static variable in class ai.grakn.util.REST.RemoteShell
 
typeToRelationTypes - Static variable in class ai.grakn.graql.internal.reasoner.Utility
 

U

unassign(String) - Method in class ai.grakn.graql.internal.template.Scope
Remove a key/value pair from this scope
uncapture(VarName) - Static method in class ai.grakn.graql.internal.reasoner.Utility
Uncapture a variable name, by removing a prepended constant
UnescapedString - Class in ai.grakn.graql.internal.template.macro
Class representing a String that should not be escaped by the templator.
UnescapedString(String) - Constructor for class ai.grakn.graql.internal.template.macro.UnescapedString
 
unescapeString(String) - Static method in class ai.grakn.graql.internal.util.StringConverter
 
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
perform unification on the atom by applying unifiers
unify(Map<VarName, VarName>) - Method in interface ai.grakn.graql.internal.reasoner.atom.Atomic
change each variable occurrence according to provided mappings (apply unifiers {[from, to]_i}) if capture occurs it is marked with a "capture->" name
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
 
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
 
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
 
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
 
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
 
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.query.AtomicQuery
 
unify(VarName, VarName) - Method in class ai.grakn.graql.internal.reasoner.query.Query
change each variable occurrence in the query (apply unifier [from/to])
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.query.Query
change each variable occurrence according to provided mappings (apply unifiers {[from, to]_i})
unify(Map<VarName, VarName>) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
unify the answers by applying unifiers to variable set
unify(Atom) - Method in class ai.grakn.graql.internal.reasoner.rule.InferenceRule
make rule consistent variable-wise with the parent atom by means of unification
UniqueVarProperty - Interface in ai.grakn.graql.admin
 
up() - Method in class ai.grakn.graql.internal.template.Scope
Move up one level to the parent scope
updateState(String, TaskStatus, String, String, Throwable, String, JSONObject) - Method in interface ai.grakn.engine.backgroundtasks.StateStorage
Used to update task state.
updateState(String, TaskStatus, String, String, Throwable, String, JSONObject) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.GraknStateStorage
 
updateState(String, TaskStatus, String, String, Throwable, String, JSONObject) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.InMemoryStateStorage
 
updateState(String, TaskStatus, String, String) - Method in class ai.grakn.engine.backgroundtasks.taskstorage.SynchronizedStateStorage
 
updateUser(Json) - Method in class ai.grakn.engine.user.SystemKeyspaceUsers
Update a given user.
updateUser(Json) - Method in class ai.grakn.engine.user.UsersHandler
 
UpperMacro - Class in ai.grakn.graql.internal.template.macro
Convert the given value into an upper case string.
UpperMacro() - Constructor for class ai.grakn.graql.internal.template.macro.UpperMacro
 
URI_PARAM - Static variable in class ai.grakn.util.REST.Request
 
User - Class in ai.grakn.engine.user
 
User() - Constructor for class ai.grakn.engine.user.User
 
USER_EMAIL - Static variable in class ai.grakn.engine.user.UsersHandler
 
USER_ENTITY - Static variable in class ai.grakn.engine.user.UsersHandler
 
USER_FIRST_NAME - Static variable in class ai.grakn.engine.user.UsersHandler
 
USER_IS_ADMIN - Static variable in class ai.grakn.engine.user.UsersHandler
 
USER_LAST_NAME - Static variable in class ai.grakn.engine.user.UsersHandler
 
USER_NAME - Static variable in class ai.grakn.engine.user.UsersHandler
 
USER_PASSWORD - Static variable in class ai.grakn.engine.user.UsersHandler
 
USER_SALT - Static variable in class ai.grakn.engine.user.UsersHandler
 
UserController - Class in ai.grakn.engine.controller
 
UserController() - Constructor for class ai.grakn.engine.controller.UserController
 
userExists(String) - Method in class ai.grakn.engine.user.SystemKeyspaceUsers
Return true if the user with the specified name exists and false otherwise.
userExists(String) - Method in class ai.grakn.engine.user.UsersHandler
 
USERNAME - Static variable in class ai.grakn.util.REST.RemoteShell
 
UsersHandler - Class in ai.grakn.engine.user
 
UsersHandler() - Constructor for class ai.grakn.engine.user.UsersHandler
 
UTF8 - Static variable in class ai.grakn.util.REST.HttpConn
 
Utilities - Class in ai.grakn.engine.controller
Methods that will be used by all of the controllers.
Utilities() - Constructor for class ai.grakn.engine.controller.Utilities
 
Utility - Class in ai.grakn.graql.internal.analytics
 
Utility() - Constructor for class ai.grakn.graql.internal.analytics.Utility
 
Utility - Class in ai.grakn.graql.internal.reasoner
Utiliy class providing useful
Utility() - Constructor for class ai.grakn.graql.internal.reasoner.Utility
 
UUID_PARAMETER - Static variable in class ai.grakn.util.REST.Request
 

V

validate(T) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
validateUser(String, String) - Method in class ai.grakn.engine.user.SystemKeyspaceUsers
 
validateUser(String, String) - Method in class ai.grakn.engine.user.UsersHandler
 
validValue(Object) - Method in class ai.grakn.migration.base.AbstractMigrator
Test if an object is a valid Grakn value
value(VarName, ValuePredicateAdmin) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
value(VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
 
value() - Method in interface ai.grakn.graql.Var
this variable must have a value
value(Object) - Method in interface ai.grakn.graql.Var
 
value(ValuePredicate) - Method in interface ai.grakn.graql.Var
 
ValueFlagProperty - Class in ai.grakn.graql.internal.pattern.property
 
ValueFlagProperty() - Constructor for class ai.grakn.graql.internal.pattern.property.ValueFlagProperty
 
valueOf(String) - Static method in enum ai.grakn.engine.backgroundtasks.TaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.graql.internal.shell.ErrorMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.graql.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.migration.owl.OwlModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.util.ErrorMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.util.Schema.Analytics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.util.Schema.BaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.util.Schema.ConceptProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.util.Schema.EdgeLabel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.util.Schema.EdgeProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.util.Schema.MetaSchema
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.grakn.util.Schema.Resource
Returns the enum constant of this type with the specified name.
ValuePredicate - Class in ai.grakn.graql.internal.reasoner.atom.predicate
Predicate implementation specialising it to be an value predicate.
ValuePredicate(VarAdmin) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
ValuePredicate(VarAdmin, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
ValuePredicate(VarName, ValueProperty, Query) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
 
ValuePredicate - Interface in ai.grakn.graql
a atom on a value in a query.
ValuePredicateAdmin - Interface in ai.grakn.graql.admin
Admin class for inspecting a ValuePredicate
ValueProperty - Class in ai.grakn.graql.internal.pattern.property
 
ValueProperty(ValuePredicateAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.ValueProperty
 
values() - Static method in enum ai.grakn.engine.backgroundtasks.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.graql.internal.shell.ErrorMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.graql.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.migration.owl.OwlModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.util.ErrorMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.util.Schema.Analytics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.util.Schema.BaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.util.Schema.ConceptProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.util.Schema.EdgeLabel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.util.Schema.EdgeProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.util.Schema.MetaSchema
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.grakn.util.Schema.Resource
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Static method in class ai.grakn.graql.internal.util.StringConverter
 
var(String) - Static method in class ai.grakn.graql.Graql
 
var(VarName) - Static method in class ai.grakn.graql.Graql
 
var() - Static method in class ai.grakn.graql.Graql
 
var() - Static method in class ai.grakn.graql.internal.pattern.Patterns
 
var(VarName) - Static method in class ai.grakn.graql.internal.pattern.Patterns
 
Var - Interface in ai.grakn.graql
A wildcard variable to refers to a concept in a query.
VarAdmin - Interface in ai.grakn.graql.admin
Admin class for inspecting a Var
varFilterFunction - Static variable in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
 
varName() - Static method in class ai.grakn.graql.internal.pattern.Patterns
 
varName(String) - Static method in class ai.grakn.graql.internal.pattern.Patterns
 
varName - Variable in class ai.grakn.graql.internal.reasoner.atom.AtomBase
 
VarName - Interface in ai.grakn.graql
A variable name in a Graql query
VarProperty - Interface in ai.grakn.graql.admin
A property of a VarAdmin, such as "isa movie" or "has name 'Jim'"
VarPropertyInternal - Interface in ai.grakn.graql.internal.pattern.property
 
verifyJWT(String) - Static method in class ai.grakn.engine.util.JWTHandler
 
visit(OWLClass) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLObjectProperty) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLDataProperty) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLAnnotationProperty) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLNamedIndividual) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLDeclarationAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLSubClassOfAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLObjectPropertyDomainAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLObjectPropertyRangeAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLSubObjectPropertyOfAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLSubDataPropertyOfAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLEquivalentObjectPropertiesAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLInverseObjectPropertiesAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLTransitiveObjectPropertyAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLReflexiveObjectPropertyAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLSubPropertyChainOfAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLClassAssertionAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLObjectPropertyAssertionAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLDataPropertyAssertionAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(OWLAnnotationAssertionAxiom) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visit(SWRLRule) - Method in class ai.grakn.migration.owl.OwlGraknGraphStoringVisitor
 
visitAndExpression(GraqlTemplateParser.AndExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitBlock(GraqlTemplateParser.BlockContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitBlockContents(GraqlTemplateParser.BlockContentsContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitBooleanExpression(GraqlTemplateParser.BooleanExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitDoubleExpression(GraqlTemplateParser.DoubleExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitEqExpression(GraqlTemplateParser.EqExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitForStatement(GraqlTemplateParser.ForStatementContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitGraqlVariable(GraqlTemplateParser.GraqlVariableContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitGreaterEqExpression(GraqlTemplateParser.GreaterEqExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitGreaterExpression(GraqlTemplateParser.GreaterExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitGroupExpression(GraqlTemplateParser.GroupExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitIfStatement(GraqlTemplateParser.IfStatementContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitIntExpression(GraqlTemplateParser.IntExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitLessEqExpression(GraqlTemplateParser.LessEqExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitLessExpression(GraqlTemplateParser.LessExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitMacro(GraqlTemplateParser.MacroContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitMacroExpression(GraqlTemplateParser.MacroExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitNotEqExpression(GraqlTemplateParser.NotEqExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitNotExpression(GraqlTemplateParser.NotExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitNullExpression(GraqlTemplateParser.NullExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitOrExpression(GraqlTemplateParser.OrExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitReplaceStatement(GraqlTemplateParser.ReplaceStatementContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitResolve(GraqlTemplateParser.ResolveContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitResolveExpression(GraqlTemplateParser.ResolveExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitStringExpression(GraqlTemplateParser.StringExpressionContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitTemplate(GraqlTemplateParser.TemplateContext) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
visitTerminal(TerminalNode) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
 
VisualiserController - Class in ai.grakn.engine.controller
 
VisualiserController() - Constructor for class ai.grakn.engine.controller.VisualiserController
 

W

waitToFinish() - Method in class ai.grakn.engine.loader.Loader
Wait for all tasks to finish for one minute.
waitToFinish(int) - Method in class ai.grakn.engine.loader.Loader
Wait for all tasks to finish.
warn(String) - Method in class ai.grakn.engine.backgroundtasks.distributed.KafkaLogger
 
WebPath() - Constructor for class ai.grakn.util.REST.WebPath
 
WHITE - Static variable in class ai.grakn.graql.internal.util.ANSI
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.AggregateQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.ClusterQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.CountQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.DegreeQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.MaxQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.MeanQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.MedianQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.MinQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.PathQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.StdQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.analytics.SumQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.AskQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.ComputeQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.ComputeQueryBuilder
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.DeleteQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.InsertQuery
 
withGraph(GraknGraph) - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.MatchQuery
 
withGraph(GraknGraph) - Method in interface ai.grakn.graql.Query
 
withoutGraph() - Static method in class ai.grakn.graql.Graql
 
WORK_QUEUE_TOPIC - Static variable in interface ai.grakn.engine.backgroundtasks.config.KafkaTerms
 
workerIterationEnd(Memory) - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
workerIterationEnd(Memory) - Method in class ai.grakn.graql.internal.analytics.DegreeAndPersistVertexProgram
 
workerIterationStart(Memory) - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
 
workerIterationStart(Memory) - Method in class ai.grakn.graql.internal.analytics.DegreeAndPersistVertexProgram
 
writeToSout(Stream<InsertQuery>) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 
writeToSout(String) - Static method in class ai.grakn.migration.base.io.MigrationCLI
 

Y

YELLOW - Static variable in class ai.grakn.graql.internal.util.ANSI
 

Z

ZK_BACKOFF_BASE_SLEEP_TIME - Static variable in class ai.grakn.engine.util.ConfigProperties
 
ZK_BACKOFF_MAX_RETRIES - Static variable in class ai.grakn.engine.util.ConfigProperties
 
ZK_CONNECTION_TIMEOUT - Static variable in class ai.grakn.engine.util.ConfigProperties
 
ZK_SERVERS - Static variable in class ai.grakn.engine.util.ConfigProperties
 
ZK_SESSION_TIMEOUT - Static variable in class ai.grakn.engine.util.ConfigProperties
 
ZookeeperPaths - Interface in ai.grakn.engine.backgroundtasks.config
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Skip navigation links
Grakn

Copyright © 2017 Grakn Labs Ltd. All rights reserved.