- abort() - Method in interface ai.grakn.GraknGraph
-
Reverts any changes done to the graph and closes the transaction.
- abort() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- abort() - Method in class ai.grakn.graph.internal.GraknTinkerGraph
-
- 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
-
- ACTION - Static variable in class ai.grakn.util.REST.RemoteShell
-
- ACTION_CLEAN - 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_ROLLBACK - Static variable in class ai.grakn.util.REST.RemoteShell
-
- ACTION_TYPES - Static variable in class ai.grakn.util.REST.RemoteShell
-
- ACTIVE_TASKS - Static variable in class ai.grakn.migration.base.Migrator
-
- add(InsertQuery) - Method in class ai.grakn.client.LoaderClient
-
Add an insert query to the queue.
- add(Cache<Q, T>) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
cache union
- add(Answer) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- addAll(QueryAnswers) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- addAnswer(Answer) - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- addAnswer(Answer) - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- addAtomConstraints(Set<? extends Atomic>) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
adds a set of constraints (types, predicates) to the atom set
- addAtomic(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- addAtomic(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- addEntity() - Method in interface ai.grakn.concept.EntityType
-
Creates and returns a new Entity instance, whose direct type will be this type.
- addJobCasting(String, String, ConceptId) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- addJobCasting(String, String, ConceptId) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- addJobCasting(String, String, ConceptId) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- addJobInstanceCount(String, TypeLabel, long) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- addJobInstanceCount(String, TypeLabel, long) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- addJobInstanceCount(String, TypeLabel, long) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- addJobResource(String, String, ConceptId) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- addJobResource(String, String, ConceptId) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- addJobResource(String, String, ConceptId) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- addMapping(VarName, VarName) - Method in interface ai.grakn.graql.admin.Unifier
-
add a new mapping
- addMapping(VarName, VarName) - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- addRel(VarName) - Method in class ai.grakn.graql.internal.gremlin.ShortcutTraversal
-
- addRel(TypeLabel, VarName) - Method in class ai.grakn.graql.internal.gremlin.ShortcutTraversal
-
- addRelation() - Method in interface ai.grakn.concept.RelationType
-
Creates and returns a new
Relation instance, whose direct type will be this type.
- addRolePlayer(RoleType, Instance) - Method in interface ai.grakn.concept.Relation
-
Expands this Relation to include a new role player which is playing a specific role.
- addTask(TaskState) - Method in class ai.grakn.engine.tasks.manager.multiqueue.MultiQueueTaskManager
-
- addTask(TaskState) - Method in class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskManager
-
Create an instance of a task based on the given parameters and submit it a Kafka queue.
- addTask(TaskState) - Method in class ai.grakn.engine.tasks.manager.StandaloneTaskManager
-
- addTask(TaskState) - Method in interface ai.grakn.engine.tasks.TaskManager
-
Schedule a single shot/one off BackgroundTask to run after a @delay in milliseconds.
- addType(Type) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- 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.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
-
- aggregateResult(Object, Object) - Method in class ai.grakn.graql.internal.template.TemplateVisitor
-
- Aggregates - Class in ai.grakn.graql.internal.query.aggregate
-
Factory for making
Aggregate implementations.
- ai.grakn - package ai.grakn
-
A core package for connecting to a Grakn knowledge graph.
- ai.grakn.client - package ai.grakn.client
-
The loader client - use this Java API to access the REST endpoint.
- ai.grakn.concept - package ai.grakn.concept
-
Provides the meta-ontology interfaces and definitions.
- ai.grakn.engine - package ai.grakn.engine
-
Implements the REST controllers, task management and post processing features.
- ai.grakn.engine.cache - package ai.grakn.engine.cache
-
- ai.grakn.engine.controller - package ai.grakn.engine.controller
-
Implementation of Grakn server REST endpoints.
- ai.grakn.engine.loader - package ai.grakn.engine.loader
-
Implements LoaderTask.
- ai.grakn.engine.postprocessing - package ai.grakn.engine.postprocessing
-
Implements post-loading graph cleanup processes.
- ai.grakn.engine.session - package ai.grakn.engine.session
-
Severside websocket implementation.
- ai.grakn.engine.tasks - package ai.grakn.engine.tasks
-
- ai.grakn.engine.tasks.config - package ai.grakn.engine.tasks.config
-
- ai.grakn.engine.tasks.manager - package ai.grakn.engine.tasks.manager
-
- ai.grakn.engine.tasks.manager.multiqueue - package ai.grakn.engine.tasks.manager.multiqueue
-
- ai.grakn.engine.tasks.manager.singlequeue - package ai.grakn.engine.tasks.manager.singlequeue
-
- ai.grakn.engine.tasks.mock - package ai.grakn.engine.tasks.mock
-
- ai.grakn.engine.tasks.storage - package ai.grakn.engine.tasks.storage
-
- ai.grakn.engine.user - package ai.grakn.engine.user
-
Implements graph user management.
- ai.grakn.engine.util - package ai.grakn.engine.util
-
Implementation of internal engine utilities.
- ai.grakn.example - package ai.grakn.example
-
- ai.grakn.exception - package ai.grakn.exception
-
Grakn exception definitions.
- ai.grakn.factory - package ai.grakn.factory
-
Provides graph accessors for different backends.
- ai.grakn.graph.admin - package ai.grakn.graph.admin
-
- ai.grakn.graph.internal - package ai.grakn.graph.internal
-
Internal implementation of Grakn graph.
- ai.grakn.graph.internal.computer - package ai.grakn.graph.internal.computer
-
- ai.grakn.graql - package ai.grakn.graql
-
A collection of interfaces and factories for executing Graql queries.
- ai.grakn.graql.admin - package ai.grakn.graql.admin
-
A collection of interfaces offering more behaviour on Graql objects.
- ai.grakn.graql.analytics - package ai.grakn.graql.analytics
-
A collection of interfaces for executing analytics queries.
- 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.gremlin.sets - package ai.grakn.graql.internal.gremlin.sets
-
- 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.cache - package ai.grakn.graql.internal.reasoner.cache
-
- ai.grakn.graql.internal.reasoner.explanation - package ai.grakn.graql.internal.reasoner.explanation
-
- ai.grakn.graql.internal.reasoner.iterator - package ai.grakn.graql.internal.reasoner.iterator
-
- 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.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae - package ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae
-
- 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
-
A collection of macros for Graql template parsing.
- ai.grakn.migration.base - package ai.grakn.migration.base
-
Base migration package, which implements command line options and base interfaces for importing data into Grakn.
- ai.grakn.migration.csv - package ai.grakn.migration.csv
-
Implements migration of CSV data into Grakn.
- ai.grakn.migration.export - package ai.grakn.migration.export
-
Implements export of data and ontology from a Grakn graph into Graql statements.
- ai.grakn.migration.json - package ai.grakn.migration.json
-
Implements migration of JSON data into Grakn.
- ai.grakn.migration.owl - package ai.grakn.migration.owl
-
Implements migration of OWL into Grakn.
- ai.grakn.migration.sql - package ai.grakn.migration.sql
-
Implements migration of SQL data into Grakn.
- ai.grakn.migration.xml - package ai.grakn.migration.xml
-
- ai.grakn.util - package ai.grakn.util
-
- ALL_ENGINE_PATH - Static variable in interface ai.grakn.engine.tasks.config.ZookeeperPaths
-
- ALL_ENGINE_WATCH_PATH - Static variable in interface ai.grakn.engine.tasks.config.ZookeeperPaths
-
- ALL_USERS - Static variable in class ai.grakn.util.REST.WebPath
-
- allRolePlayers() - Method in interface ai.grakn.concept.Relation
-
Retrieve a list of all Instances involved in the Relation, and the Role Types they play.
- 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
-
- and(String, boolean) - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- and(Pattern...) - Static method in class ai.grakn.graql.Graql
-
- and(Collection<? extends Pattern>) - Static method in class ai.grakn.graql.Graql
-
- anon() - Static method in class ai.grakn.graql.VarName
-
- ANSI - Class in ai.grakn.graql.internal.util
-
Includes ANSI unicode commands for different colours
- Answer - Interface in ai.grakn.graql.admin
-
Interface for query result class.
- AnswerExplanation - Interface in ai.grakn.graql.admin
-
Base class for explanation classes.
- answerSize(Set<Q>) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- answerSize(Set<Q>) - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
- answerSize(Set<Q>) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- answerStream(Set<ReasonerAtomicQuery>, Cache<ReasonerAtomicQuery, ?>, Cache<ReasonerAtomicQuery, ?>, boolean, boolean, boolean) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
resolves the query by performing lookups and rule resolution and returns a stream of new answers
- APPLICATION_HAL - Static variable in class ai.grakn.util.REST.Response.ContentType
-
- APPLICATION_JSON_GRAQL - Static variable in class ai.grakn.util.REST.Response.ContentType
-
- APPLICATION_POST_TYPE - Static variable in class ai.grakn.util.REST.HttpConn
-
- APPLICATION_TEXT - Static variable in class ai.grakn.util.REST.Response.ContentType
-
- 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
-
Apply the predicate to the gremlin traversal, so the traversal will filter things that don't meet the predicate
- applyTraversal(GraphTraversal<Vertex, Vertex>) - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
-
- as(String) - Method in interface ai.grakn.graql.Aggregate
-
- 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
-
- at(Instant) - Static method in class ai.grakn.engine.tasks.TaskSchedule
-
Create a schedule to run a task at a specified instant.
- Atom - Class in ai.grakn.graql.internal.reasoner.atom
-
Atom implementation defining specialised functionalities.
- Atom(VarAdmin, ReasonerQuery) - 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, ReasonerQuery) - 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.admin
-
Basic interface for logical atoms used in reasoning.
- 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
-
- atomPattern - Variable in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- AuthController - Class in ai.grakn.engine.controller
-
Endpoints used to handle operations related to authentication.
- AuthController(Service) - 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
- await() - Method in class ai.grakn.engine.tasks.manager.singlequeue.TaskFailover
-
Block until this instance of
TaskFailover fails with an unhandled error.
- awaitLeader() - Method in class ai.grakn.engine.tasks.manager.singlequeue.FailoverElector
-
Return the identifier of the current leader.
- Cache<Q extends ReasonerQuery,T extends Iterable<Answer>> - Class in ai.grakn.graql.internal.reasoner.cache
-
Generic container class for storing performed query resolutions.
- Cache() - Constructor for class ai.grakn.graql.internal.reasoner.cache.Cache
-
- Cache(boolean) - Constructor for class ai.grakn.graql.internal.reasoner.cache.Cache
-
- cache - Variable in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- cancelJobs() - Method in class ai.grakn.graph.internal.computer.GraknSparkComputer
-
- cancelled - Variable in class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- cancelledTasks() - Static method in class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- capture(VarName) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
Capture a variable name, by prepending a constant to the name
- cardinality() - Method in class ai.grakn.migration.xml.XmlSchema.TypeInfo
-
- casting(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- 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() - Method in class ai.grakn.engine.tasks.TaskCheckpoint
-
- checkpoint(TaskCheckpoint) - Method in class ai.grakn.engine.tasks.TaskState
-
- checkpoint() - Method in class ai.grakn.engine.tasks.TaskState
-
- 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.tasks.manager.singlequeue.TaskFailover
-
We want to requeue anything that is not on one of the currently running engines
- chooseStorage(GraknEngineConfig, ZookeeperConnection) - Method in interface ai.grakn.engine.tasks.TaskManager
-
- classEntityTypeLabel(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(ConceptCache) - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Clears the graph and empties the provided cache.
- clear() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
Clears the graph completely.
- clear(ConceptCache) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- clear() - Static method in class ai.grakn.graph.internal.computer.GraknSparkComputer
-
- clear() - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- clearAllJobs(String) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- clearAllJobs(String) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- clearAllJobs(String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
Removes all jobs from the keyspace
- clearCache() - Static method in class ai.grakn.engine.cache.EngineCacheProvider
-
- clearGraph() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- clearGraph() - Method in class ai.grakn.graph.internal.GraknTitanGraph
-
- clearJobSetCastings(String, String) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- clearJobSetCastings(String, String) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- clearJobSetCastings(String, String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
Deletes the job set only if there are no pending jobs
- clearJobSetResources(String, String) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- clearJobSetResources(String, String) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- clearJobSetResources(String, String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
Deletes the job set only if there are no pending jobs
- clearTasks() - Static method in class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- Client - Class in ai.grakn.client
-
Providing useful methods for the user of the GraknEngine client
- Client() - Constructor for class ai.grakn.client.Client
-
- clone() - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask.Job
-
- clone() - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- clone() - Method in class ai.grakn.graql.internal.analytics.GraknVertexProgram
-
- close() - Method in class ai.grakn.engine.GraknEngineServer
-
- close() - Method in class ai.grakn.engine.tasks.manager.multiqueue.MultiQueueTaskManager
-
- close() - Method in class ai.grakn.engine.tasks.manager.multiqueue.MultiQueueTaskRunner
-
Stop the main loop, causing run() to exit.
- close() - Method in class ai.grakn.engine.tasks.manager.multiqueue.Scheduler
-
Stop the main loop, causing run() to exit.
- close() - Method in class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskManager
-
- close() - Method in class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskRunner
-
Close connection to Kafka and thread pool.
- close() - Method in class ai.grakn.engine.tasks.manager.singlequeue.TaskFailover
-
- close() - Method in class ai.grakn.engine.tasks.manager.StandaloneTaskManager
-
- close() - Method in class ai.grakn.engine.tasks.manager.ZookeeperConnection
-
Close the connection to zookeeper.
- close() - Method in class ai.grakn.engine.tasks.TaskIdDeserializer
-
- close() - Method in class ai.grakn.engine.tasks.TaskIdSerializer
-
- close() - Method in class ai.grakn.engine.tasks.TaskStateDeserializer
-
- close() - Method in class ai.grakn.engine.tasks.TaskStateSerializer
-
- close() - Method in class ai.grakn.factory.GraknSessionImpl
-
- close() - Method in interface ai.grakn.GraknGraph
-
Closes the current transaction.
- close() - Method in interface ai.grakn.GraknSession
-
Closes the main connection to the graph.
- close() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- 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.xml.XmlMigrator
-
Close the readers
- 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
-
- ClusterMemberMapReduce - Class in ai.grakn.graql.internal.analytics
-
The MapReduce program for collecting the result of a clustering query.
- ClusterMemberMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
-
- ClusterMemberMapReduce(Set<TypeLabel>, String) - Constructor for class ai.grakn.graql.internal.analytics.ClusterMemberMapReduce
-
- ClusterMemberMapReduce(Set<TypeLabel>, 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
-
The MapReduce program for collecting the result of a clustering query.
- ClusterSizeMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
-
- ClusterSizeMapReduce(Set<TypeLabel>, String) - Constructor for class ai.grakn.graql.internal.analytics.ClusterSizeMapReduce
-
- ClusterSizeMapReduce(Set<TypeLabel>, 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<T>, MapReduce.ReduceEmitter<Serializable, T>) - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- command - Variable in class ai.grakn.migration.base.MigrationOptions
-
- COMMANDS - Static variable in class ai.grakn.graql.GraqlShell
-
Array of available commands in shell
- commit() - Method in interface ai.grakn.GraknGraph
-
Commits any changes to the graph and closes the transaction.
- commit(ConceptCache) - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Commits the graph and adds concepts for post processing directly to the cache bypassing the REST API.
- commit() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- commit(ConceptCache) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
Commits the graph and adds concepts for post processing directly to the cache bypassing the REST API.
- commit(BiConsumer<Set<Pair<String, ConceptId>>, Set<Pair<String, ConceptId>>>) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- commit() - Method in class ai.grakn.graph.internal.GraknTinkerGraph
-
- COMMIT_LOG_COUNTING - Static variable in class ai.grakn.util.REST.Request
-
- COMMIT_LOG_FIXING - Static variable in class ai.grakn.util.REST.Request
-
- COMMIT_LOG_ID - Static variable in class ai.grakn.util.REST.Request
-
- COMMIT_LOG_INDEX - Static variable in class ai.grakn.util.REST.Request
-
- COMMIT_LOG_INSTANCE_COUNT - Static variable in class ai.grakn.util.REST.Request
-
- COMMIT_LOG_TYPE - Static variable in class ai.grakn.util.REST.Request
-
- COMMIT_LOG_TYPE_NAME - Static variable in class ai.grakn.util.REST.Request
-
- COMMIT_LOG_URI - Static variable in class ai.grakn.util.REST.WebPath
-
- commitGraph(GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Reasoner
-
- CommitLogController - Class in ai.grakn.engine.controller
-
A controller which core submits commit logs to so we can post-process jobs for cleanup.
- CommitLogController(Service) - Constructor for class ai.grakn.engine.controller.CommitLogController
-
- commitNoLogs() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Commits to the graph without submitting any commit logs.
- commitNoLogs() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
Commits to the graph without submitting any commit logs.
- commitTransactionInternal() - 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
-
Common utility methods used within Graql.
- commonVarNames() - Method in interface ai.grakn.graql.admin.PatternAdmin
-
Get all common, user-defined variable names in the pattern.
- compareTo(ConceptId) - Method in class ai.grakn.concept.ConceptId
-
- compareTo(TypeLabel) - Method in class ai.grakn.concept.TypeLabel
-
- 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
-
- completedTasks() - Static method in class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- 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
-
Starting point for creating compute queries.
- ComputeQueryBuilderImpl - Class in ai.grakn.graql.internal.query.analytics
-
This class implements ComputeQueryBuilder.
- 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, Var>, 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
-
The base concept implementation.
- Concept() - Constructor for class ai.grakn.util.REST.Request.Concept
-
- Concept() - Constructor for class ai.grakn.util.REST.WebPath.Concept
-
- CONCEPT - Static variable in class ai.grakn.util.REST.WebPath.Concept
-
- ConceptCache - Interface in ai.grakn.graph.admin
-
Admin interface for Caching concepts which can be used later.
- ConceptController - Class in ai.grakn.engine.controller
-
Endpoints used to query the graph by concept type or identifier
- ConceptController(EngineGraknGraphFactory, Service) - Constructor for class ai.grakn.engine.controller.ConceptController
-
- 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
- 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(String) - Constructor for exception ai.grakn.exception.ConceptNotUniqueException
-
- concepts() - Method in interface ai.grakn.graql.admin.Answer
-
- concepts() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- CONFIG_FILE_SYSTEM_PROPERTY - Static variable in class ai.grakn.engine.GraknEngineConfig
-
- ConfigHelper - Class in ai.grakn.engine.tasks.config
-
Class containing helper methods to retrieve the default configuration for
Zookeeper and Kafka consumers & producers
- ConfigHelper() - Constructor for class ai.grakn.engine.tasks.config.ConfigHelper
-
- configuration() - Method in class ai.grakn.engine.tasks.TaskState
-
- CONFIGURATION - Static variable in class ai.grakn.util.REST.WebPath.System
-
- configure(Map<String, ?>, boolean) - Method in class ai.grakn.engine.tasks.TaskIdDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class ai.grakn.engine.tasks.TaskIdSerializer
-
- configure(Map<String, ?>, boolean) - Method in class ai.grakn.engine.tasks.TaskStateDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class ai.grakn.engine.tasks.TaskStateSerializer
-
- configureSpark(Service, int) - Static method in class ai.grakn.engine.GraknEngineServer
-
- 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
-
- ConnectedComponentVertexProgram - Class in ai.grakn.graql.internal.analytics
-
The vertex program for connected components in a graph.
- ConnectedComponentVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
-
- ConnectedComponentVertexProgram(Set<TypeLabel>, String) - Constructor for class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
-
- connection() - Method in class ai.grakn.engine.tasks.manager.ZookeeperConnection
-
Get the connection to zookeeper
- consume() - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
- 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(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- containsAll(QueryAnswers) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- containsEquivalentAtom(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- containsKey(VarName) - Method in interface ai.grakn.graql.admin.Answer
-
- containsKey(VarName) - Method in interface ai.grakn.graql.admin.Unifier
-
- containsKey(VarName) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- containsKey(VarName) - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- containsTask(TaskId) - Method in class ai.grakn.engine.tasks.storage.TaskStateGraphStore
-
- containsTask(TaskId) - Method in class ai.grakn.engine.tasks.storage.TaskStateInMemoryStore
-
- containsTask(TaskId) - Method in class ai.grakn.engine.tasks.storage.TaskStateZookeeperStore
-
- containsTask(TaskId) - Method in interface ai.grakn.engine.tasks.TaskStateStorage
-
Returns whether the storage contains the given task
- containsValue(VarName) - Method in interface ai.grakn.graql.admin.Unifier
-
- containsValue(VarName) - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- containsVar(VarName) - Method in interface ai.grakn.graql.admin.Atomic
-
- containsVar(VarName) - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- 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
-
- ContentType() - Constructor for class ai.grakn.util.REST.Response.ContentType
-
- convert(String, TaskId) - Method in class ai.grakn.client.Client
-
- convert() - Method in class ai.grakn.migration.csv.CSVMigrator
-
Each String in the stream is a CSV file
- convert() - Method in class ai.grakn.migration.json.JsonMigrator
-
Migrate each of the given json objects as an insert query
- convert() - Method in class ai.grakn.migration.sql.SQLMigrator
-
Migrate the results of the SQL statement with the provided template
- convert() - Method in class ai.grakn.migration.xml.XmlMigrator
-
Migrate each of the given XML objects as a nested Map structure
- convertToValidValues(Map<String, Object>) - Method in class ai.grakn.migration.sql.SQLMigrator
-
Convert values to be valid - removing nulls and changing to supported types
- copy() - Method in interface ai.grakn.concept.EntityType
-
- copy() - Method in interface ai.grakn.concept.RelationType
-
- copy() - Method in interface ai.grakn.concept.ResourceType
-
- copy() - Method in interface ai.grakn.concept.RoleType
-
- copy() - Method in interface ai.grakn.concept.RuleType
-
- copy() - Method in interface ai.grakn.concept.Type
-
- copy() - Method in class ai.grakn.engine.tasks.TaskState
-
- copy() - Method in interface ai.grakn.graql.admin.Answer
-
- copy() - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- copy() - Method in interface ai.grakn.graql.admin.Atomic
-
- copy() - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.property.DataTypeAtom
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.property.IsAbstractAtom
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.explanation.LookupExplanation
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.explanation.RuleExplanation
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- copy() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- 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.MeanMapReduce
-
- 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
-
The MapReduce program for counting the number of instances in a graph
- CountMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.CountMapReduce
-
- CountMapReduce(Set<TypeLabel>) - Constructor for class ai.grakn.graql.internal.analytics.CountMapReduce
-
- CountQuery - Interface in ai.grakn.graql.analytics
-
Count the number of instances in the subgraph.
- create(Set<String>, String, int) - Static method in class ai.grakn.graql.Autocomplete
-
- create(QueryBuilder) - Static method in class ai.grakn.graql.internal.parser.QueryParser
-
Create a query parser with the specified graph
- create(Atomic, ReasonerQuery) - 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<VarAdmin>, ReasonerQuery) - Static method in class ai.grakn.graql.internal.reasoner.atom.AtomicFactory
-
- CREATED_BY - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
-
- createdAt() - Method in class ai.grakn.engine.tasks.TaskCheckpoint
-
- createIdVar(VarName, ConceptId) - Static method in class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
-
- createPropertyChainRule(RelationType, TypeLabel, TypeLabel, LinkedHashMap<RelationType, Pair<TypeLabel, TypeLabel>>, GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
creates rule R(fromRole: x, toRole: xm) :- R1(fromRole: x, ...), , R2, ...
- createReflexiveRule(RelationType, TypeLabel, TypeLabel, 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<TypeLabel, TypeLabel>, GraknGraph) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
creates rule parent :- child
- createTransitiveRule(RelationType, TypeLabel, TypeLabel, 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)
- createTraversal(PatternAdmin, GraknGraph) - Static method in class ai.grakn.graql.internal.gremlin.GreedyTraversalPlan
-
Create a traversal plan using the default maxTraersalAttempts.
- createTraversal(PatternAdmin, GraknGraph, long) - Static method in class ai.grakn.graql.internal.gremlin.GreedyTraversalPlan
-
Create a semi-optimal traversal plan using a greedy approach
- createValueVar(VarName, ValuePredicateAdmin) - Static method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
-
- creator() - Method in class ai.grakn.engine.tasks.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(File) - Constructor for class ai.grakn.migration.csv.CSVMigrator
-
Construct a CSVMigrator to migrate data in the given file
- CSVMigrator(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.GraknEngineConfig
-
- CYAN - Static variable in class ai.grakn.graql.internal.util.ANSI
-
- Dashboard() - Constructor for class ai.grakn.util.REST.WebPath.Dashboard
-
- DashboardController - Class in ai.grakn.engine.controller
-
Private endpoints used by dashboard to query by concept type.
- DashboardController(EngineGraknGraphFactory, Service) - Constructor for class ai.grakn.engine.controller.DashboardController
-
- 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(VarName, ResourceType.DataType<?>) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- datatype(ResourceType.DataType<?>) - Method in interface ai.grakn.graql.Var
-
- DataTypeAtom - Class in ai.grakn.graql.internal.reasoner.atom.property
-
Atomic corresponding to graql DataTypeProperty.
- DataTypeAtom(VarName, DataTypeProperty, ReasonerQuery) - 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
-
- DATE - Static variable in class ai.grakn.concept.ResourceType.DataType
-
- 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.ReasonerAtomicQuery
-
resolve the query by performing a db lookup
- DEFAULT - Static variable in class ai.grakn.util.REST.GraphConfig
-
- DEFAULT_CONFIG_FILE - Static variable in class ai.grakn.engine.GraknEngineConfig
-
- DEFAULT_KEYSPACE - Static variable in class ai.grakn.graql.GraqlShell
-
- DEFAULT_KEYSPACE_PROPERTY - Static variable in class ai.grakn.engine.GraknEngineConfig
-
- DEFAULT_LOG_CONFIG_FILE - Static variable in class ai.grakn.engine.GraknEngineConfig
-
- DEFAULT_URI - Static variable in class ai.grakn.Grakn
-
- DEFAULT_URI - Static variable in interface ai.grakn.GraknSession
-
- degree() - Method in interface ai.grakn.graql.ComputeQueryBuilder
-
- degree() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
-
- DegreeDistributionMapReduce - Class in ai.grakn.graql.internal.analytics
-
The MapReduce program for collecting the result of a degree query.
- DegreeDistributionMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
-
- DegreeDistributionMapReduce(Set<TypeLabel>) - Constructor for class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
-
- DegreeQuery - Interface in ai.grakn.graql.analytics
-
Compute the number of relations that each instance takes part in.
- DegreeStatisticsVertexProgram - Class in ai.grakn.graql.internal.analytics
-
The vertex program for computing the degree in statistics.
- DegreeStatisticsVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.DegreeStatisticsVertexProgram
-
- DegreeStatisticsVertexProgram(Set<TypeLabel>, Set<TypeLabel>) - Constructor for class ai.grakn.graql.internal.analytics.DegreeStatisticsVertexProgram
-
- DegreeVertexProgram - Class in ai.grakn.graql.internal.analytics
-
The vertex program for computing the degree.
- DegreeVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.DegreeVertexProgram
-
- DegreeVertexProgram(Set<TypeLabel>, Set<TypeLabel>) - 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.HasScopeProperty
-
- delete(GraknGraph, Concept) - Method in class ai.grakn.graql.internal.pattern.property.PlaysProperty
-
- delete(GraknGraph, Concept) - Method in class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- 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
-
- DELETE_UNATTACHED_CONFIG - Static variable in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask
-
- DELETE_UNATTACHED_DEFAULT - Static variable in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask
-
- deleteJobCasting(String, String, ConceptId) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- deleteJobCasting(String, String, ConceptId) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- deleteJobCasting(String, String, ConceptId) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- deleteJobInstanceCount(String, TypeLabel) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- deleteJobInstanceCount(String, TypeLabel) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- deleteJobInstanceCount(String, TypeLabel) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- deleteJobResource(String, String, ConceptId) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- deleteJobResource(String, String, ConceptId) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- deleteJobResource(String, String, ConceptId) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- deletePlays(RoleType) - Method in interface ai.grakn.concept.EntityType
-
Removes the RoleType to prevent instances of this EntityType from playing it.
- deletePlays(RoleType) - Method in interface ai.grakn.concept.RelationType
-
Removes the RoleType to prevent instances of this RelationType from playing it.
- deletePlays(RoleType) - Method in interface ai.grakn.concept.ResourceType
-
Removes the RoleType to prevent instances of this ResourceType from playing it.
- deletePlays(RoleType) - Method in interface ai.grakn.concept.RoleType
-
Removes the RoleType to prevent instances from playing it
- deletePlays(RoleType) - Method in interface ai.grakn.concept.RuleType
-
- deletePlays(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
- deleteRelates(RoleType) - Method in interface ai.grakn.concept.RelationType
-
Delete a RoleType from this RelationType
- deleteScope(Instance) - Method in interface ai.grakn.concept.EntityType
-
Delete the scope specified.
- deleteScope(Instance) - Method in interface ai.grakn.concept.RelationType
-
Delete the scope specified.
- deleteScope(Instance) - Method in interface ai.grakn.concept.ResourceType
-
Delete the scope specified.
- deleteScope(Instance) - Method in interface ai.grakn.concept.RoleType
-
Delete the scope specified.
- deleteScope(Instance) - Method in interface ai.grakn.concept.RuleType
-
Delete the scope specified.
- deleteScope(Instance) - Method in interface ai.grakn.concept.Type
-
Delete the scope specified.
- deleteUnattached(boolean) - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask.Job
-
Specify whether resources that are not associated with any entity or relationship should be
deleted from the database.
- deleteUnattached() - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask.Job
-
Return true if this job will delete unattached resources and false
otherwise.
- deserialize(String, byte[]) - Method in class ai.grakn.engine.tasks.TaskIdDeserializer
-
- deserialize(String, byte[]) - Method in class ai.grakn.engine.tasks.TaskStateDeserializer
-
- deserializeFromString(String) - Static method in class ai.grakn.engine.tasks.TaskStateDeserializer
-
- die(Throwable) - Static method in class ai.grakn.migration.base.MigrationCLI
-
- die(String) - Static method in class ai.grakn.migration.base.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
-
- distinctCasting(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- doStage(MapReduce.Stage) - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask.Job
-
We skip the combine stage and do only MAP and REDUCE.
- doStage(MapReduce.Stage) - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- 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
- generate() - Static method in class ai.grakn.engine.TaskId
-
- generateFinalResult(Iterator<KeyValue<String, Long>>) - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask.Job
-
- 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, Set<String>>>) - Method in class ai.grakn.graql.internal.analytics.DegreeDistributionMapReduce
-
- generateFinalResult(Iterator<KeyValue<Serializable, T>>) - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- generateResourceIndex(TypeLabel, String) - Static method in class ai.grakn.util.Schema
-
- get(String) - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- get(VarName) - Method in interface ai.grakn.graql.admin.Answer
-
- get(VarName) - Method in interface ai.grakn.graql.admin.Unifier
-
- get(VarName) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- get(VarName) - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- get() - Method in class ai.grakn.graql.internal.template.macro.UnescapedString
-
- get(String) - Method in interface ai.grakn.graql.MatchQuery
-
- GET - Static variable in class ai.grakn.util.REST.WebPath.Tasks
-
- GET_METHOD - Static variable in class ai.grakn.util.REST.HttpConn
-
- getAggregate() - Method in interface ai.grakn.graql.NamedAggregate
-
Get the aggregate this named aggregate represents.
- getAnswerIterator(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- getAnswerIterator(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
- getAnswerIterator(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- getAnswers() - Method in interface ai.grakn.graql.admin.Answer
-
- getAnswers() - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- getAnswers(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- getAnswers(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
retrieve cached answers for provided query
- getAnswers(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- getAnswers() - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- getAnswers() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- getAnswerStream(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- getAnswerStream(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
- getAnswerStream(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- getApplicableRules() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- getAtom() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- getAtoms() - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
- getAtoms() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- getAvailableThreads() - Method in class ai.grakn.engine.GraknEngineConfig
-
- getBatch() - Method in class ai.grakn.migration.base.MigrationOptions
-
- getBatch() - Method in class ai.grakn.migration.json.JsonMigrationOptions
-
- getBatch() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
-
- getBatch() - Method in class ai.grakn.migration.xml.XmlMigrationOptions
-
- getBatchSize() - Method in class ai.grakn.client.LoaderClient
-
Get the number of queries in each transaction
- getBody() - Method in class ai.grakn.graql.internal.reasoner.rule.InferenceRule
-
- getBytes(String) - Static method in class ai.grakn.engine.user.Password
-
- getCache() - Static method in class ai.grakn.engine.cache.EngineCacheProvider
-
- getCache() - Static method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- getCandidates() - Method in class ai.grakn.graql.Autocomplete
-
- getCastingJobs(String) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- getCastingJobs(String) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- getCastingJobs(String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- getClassType() - Method in enum ai.grakn.util.Schema.BaseType
-
- getCombinedPattern() - Method in interface ai.grakn.graql.admin.Atomic
-
- getCombinedPattern() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- getCombinedPattern() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
-
- getCombinedPattern() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
-
- getCommitFrequency() - Static method in class ai.grakn.graql.internal.reasoner.Reasoner
-
- getCompatibleRelationTypes(Set<T>, Function<T, Set<RelationType>>) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
compute the set of compatible relation types for given types (intersection of allowed sets of relation types for each entry type)
- getCompatibleRoleTypes(Type, Set<RoleType>) - 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 relates.
- getComplexity() - Method in class ai.grakn.graql.internal.gremlin.GraqlTraversal
-
Get the estimated complexity of the traversal.
- getConcept(ConceptId) - Method in interface ai.grakn.GraknGraph
-
Get the
Concept with identifier provided, if it exists.
- getConcept(Schema.ConceptProperty, String) - Method in interface ai.grakn.graph.admin.GraknAdmin
-
- 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
-
- getConceptProperty() - Method in class ai.grakn.concept.ResourceType.DataType
-
- getConceptRawId(Object) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
Looks up concept by using id against vertex ids.
- getConceptRawId(Object) - Method in class ai.grakn.graph.internal.GraknTinkerGraph
-
- 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.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
-
- getElement() - Method in class ai.grakn.migration.xml.XmlMigrationOptions
-
- getElementComputeKeys() - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
-
- getElementComputeKeys() - Method in class ai.grakn.graql.internal.analytics.DegreeStatisticsVertexProgram
-
- 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
-
- 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 label 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
-
- getExplanation() - Method in interface ai.grakn.graql.admin.Answer
-
- getExplanation() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- getExplanations() - Method in interface ai.grakn.graql.admin.Answer
-
- getExplanations() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- getExplicitPath() - Method in interface ai.grakn.graql.admin.Answer
-
- getExplicitPath() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- getFilters() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- getGraph(String, GraknTxType) - Method in class ai.grakn.factory.EngineGraknGraphFactory
-
- 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
-
- getGraphComputer() - Method in class ai.grakn.factory.GraknSessionImpl
-
- getGraphComputer() - Method in interface ai.grakn.GraknSession
-
Get a new or existing GraknComputer.
- getGraphComputer() - Method in class ai.grakn.graph.internal.GraknComputerImpl
-
- getGraphComputerClass(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.
- getGraphWithNewTransaction(HadoopGraph, boolean) - Method in class ai.grakn.factory.TitanHadoopInternalFactory
-
- 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 class ai.grakn.engine.tasks.TaskState
-
- 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.ReasonerQueryImpl
-
- getIdPredicate(VarName, VarAdmin, Set<VarAdmin>, ReasonerQuery) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
looks for an appropriate var property with a specified name among the vars and maps it to an IdPredicate,
covers both the cases when variable is and isn't user defined
- getIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- getIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- getImplicitInnerVars() - Method in interface ai.grakn.graql.admin.VarAdmin
-
Get all inner variables, including implicit variables such as in a has 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").
- getImplicitInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
-
- getInnerVar() - Method in interface ai.grakn.graql.admin.ValuePredicateAdmin
-
Get the inner variable that this predicate refers to, if one is present
- 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.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.PlaysProperty
-
- getInnerVars() - Method in class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- 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.MigrationOptions
-
- getInstance() - Static method in class ai.grakn.engine.GraknEngineConfig
-
- 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.factory.EngineGraknGraphFactory
-
- getInstanceCountJobs(String) - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- getInstanceCountJobs(String) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- getInstanceCountJobs(String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- getInverseAnswerMap(Q, Set<VarName>) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
return an inverse answer map which is more suitable for operations involving concept comparison (joins, filtering, etc.)
NB: consumes the underlying stream for the specified query
- getInverseAnswerMap(Q) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
returns an inverse answer map with all query variables
- getIteration() - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- 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.MigrationOptions
-
- getKeyspaces() - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- getKeyspaces() - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- getKeyspaces() - Method in interface ai.grakn.graph.admin.ConceptCache
-
- getLabel() - Method in interface ai.grakn.concept.Type
-
Returns the unique label of this Type.
- getLabel() - Method in enum ai.grakn.util.Schema.Analytics
-
- getLabel() - Method in enum ai.grakn.util.Schema.EdgeLabel
-
- getLabel(TypeLabel) - Method in enum ai.grakn.util.Schema.ImplicitType
-
- getLabel(String) - Method in enum ai.grakn.util.Schema.ImplicitType
-
- getLabel() - Method in enum ai.grakn.util.Schema.MetaSchema
-
- getLabelValue() - Method in class ai.grakn.graql.internal.pattern.property.LabelProperty
-
- getLastTimeJobAdded() - Method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- getLastTimeJobAdded() - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- getLastTimeJobAdded() - Method in interface ai.grakn.graph.admin.ConceptCache
-
- getLHS() - Method in interface ai.grakn.concept.Rule
-
Retrieves the Left Hand Side of a Graql query.
- getLinkedAtoms() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
-
- getListPermutations(List<T>) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
get all permutations of an entry list
- getLocation() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
-
- getLogFilePath() - Method in class ai.grakn.engine.GraknEngineConfig
-
- getMappedTypeConstraints() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- getMappedTypeConstraints() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- getMappedTypeConstraints() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
-
- getMappings() - Method in interface ai.grakn.graql.admin.Unifier
-
- getMappings() - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- 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 interface ai.grakn.graql.admin.ReasonerQuery
-
- getMatchQuery() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- getMemoryComputeKeys() - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
-
- 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.engine.postprocessing.ResourceDeduplicationTask.Job
-
- 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.DegreeStatisticsVertexProgram
-
- getMessageScopes(Memory) - Method in class ai.grakn.graql.internal.analytics.DegreeVertexProgram
-
- 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.graph.admin.GraknAdmin
-
Get the root of all Types.
- getMetaConcept() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getMetaEntityType() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Get the root of all the Entity Types.
- getMetaEntityType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getMetaRelationType() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Get the root of all Relation Types.
- getMetaRelationType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getMetaResourceType() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Get the root of all the Resource Types.
- getMetaResourceType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getMetaRoleType() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Get the root of all the Role Types.
- getMetaRoleType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getMetaRuleConstraint() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Get the root of all constraint rules.
- getMetaRuleConstraint() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getMetaRuleInference() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Get the root of all inference rules.
- getMetaRuleInference() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getMetaRuleType() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Get the root of all Rule Types;
- getMetaRuleType() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- 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.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.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.LabelProperty
-
- getName() - Method in class ai.grakn.graql.internal.pattern.property.LhsProperty
-
- getName() - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
-
- getName() - Method in class ai.grakn.graql.internal.pattern.property.PlaysProperty
-
- getName() - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
-
- getName() - Method in class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- 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.
- getNonMetaTopRole(RoleType) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
- getNonSelectableConstraints() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- getNullString() - Method in class ai.grakn.migration.csv.CSVMigrationOptions
-
- getNumberActiveTasks() - Method in class ai.grakn.migration.base.MigrationOptions
-
- getNumberActiveTasks() - Method in class ai.grakn.migration.json.JsonMigrationOptions
-
- getNumberActiveTasks() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
-
- getNumberActiveTasks() - Method in class ai.grakn.migration.xml.XmlMigrationOptions
-
- getNumberOptions() - Method in class ai.grakn.migration.base.MigrationOptions
-
- getNumCastingJobs(String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- getNumJobs(String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- getNumResourceJobs(String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- getOffset(TopicPartition) - Method in class ai.grakn.engine.tasks.ExternalOffsetStorage
-
Get the offset from Zookeeper for the given partition.
- getOptions() - Method in class ai.grakn.migration.base.MigrationOptions
-
- getParentQuery() - Method in interface ai.grakn.graql.admin.Atomic
-
- getParentQuery() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- getPassword() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
-
- getPath(String) - Method in class ai.grakn.engine.GraknEngineConfig
-
- getPattern() - Method in interface ai.grakn.graql.admin.Atomic
-
- getPattern() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
-
- getPattern() - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
- getPattern() - Method in class ai.grakn.graql.internal.pattern.property.RuleProperty
-
- 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 class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- 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
-
- getPermutationUnifiers(Atom) - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- getPermutationUnifiers(Atom) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- getPersistenceValue(D) - Method in class ai.grakn.concept.ResourceType.DataType
-
Converts the provided value into the data type and format which it will be saved in.
- 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
-
- 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.GraknEngineConfig
-
- 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.GraknEngineConfig
-
- getProperty(String, String) - Method in class ai.grakn.engine.GraknEngineConfig
-
- 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.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.LabelProperty
-
- getProperty() - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
-
- getProperty() - Method in class ai.grakn.graql.internal.pattern.property.PlaysProperty
-
- getProperty() - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
-
- getProperty() - Method in class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- getProperty() - Method in class ai.grakn.graql.internal.pattern.property.RuleProperty
-
- 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.GraknEngineConfig
-
- getPropertyAsInt(String) - Method in class ai.grakn.engine.GraknEngineConfig
-
- getPropertyAsLong(String) - Method in class ai.grakn.engine.GraknEngineConfig
-
- getQueries() - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- getQuery() - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- getQuery() - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- getQuery() - Method in class ai.grakn.graql.internal.reasoner.explanation.RuleExplanation
-
- getQuery() - Method in class ai.grakn.migration.sql.SQLMigrationOptions
-
- getQuote() - Method in class ai.grakn.migration.csv.CSVMigrationOptions
-
- getRawValue() - Method in class ai.grakn.concept.ConceptId
-
- 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, or null if no
regular expression is set.
- getRegex() - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
-
- getRegex() - Method in class ai.grakn.graql.internal.reasoner.atom.property.RegexAtom
-
- getRelationPlayers() - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
-
- getRelationPlayers() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- getRelationType(String) - Method in interface ai.grakn.GraknGraph
-
Get the Relation Type with the label provided, if it exists.
- getRelationType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getRepresentation() - Method in class ai.grakn.graql.internal.hal.HALConceptData
-
- 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.cache.EngineCacheDistributed
-
- getResourceJobs(String) - Method in class ai.grakn.engine.cache.EngineCacheStandAlone
-
- getResourceJobs(String) - Method in interface ai.grakn.graph.admin.ConceptCache
-
- getResourcesByValue(V) - Method in interface ai.grakn.GraknGraph
-
Get all 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 label 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
-
- getRetry() - Method in class ai.grakn.migration.base.MigrationOptions
-
- getRHS() - Method in interface ai.grakn.concept.Rule
-
Retrieves the Right Hand Side of a Graql query.
- getRole() - Method in class ai.grakn.graql.internal.pattern.property.PlaysProperty
-
- getRole() - Method in class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- 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 label 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
-
- getRule() - Method in class ai.grakn.graql.internal.reasoner.explanation.RuleExplanation
-
- getRuleConclusionAtom() - Method in class ai.grakn.graql.internal.reasoner.rule.InferenceRule
-
- getRuleId() - 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 label provided, if it exists.
- getRuleType(String) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getRuntime() - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- getScheduler() - Method in class ai.grakn.engine.tasks.manager.multiqueue.SchedulerElector
-
- getSchemaFile() - Method in class ai.grakn.migration.xml.XmlMigrationOptions
-
- 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
-
- getSeparator() - Method in class ai.grakn.migration.csv.CSVMigrationOptions
-
- getStart() - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
-
- getState(TaskId) - Method in class ai.grakn.engine.tasks.storage.TaskStateGraphStore
-
- getState(TaskId) - Method in class ai.grakn.engine.tasks.storage.TaskStateInMemoryStore
-
- getState(TaskId) - Method in class ai.grakn.engine.tasks.storage.TaskStateZookeeperStore
-
Retrieve the TaskState associated with the given ID.
- getState(TaskId) - Method in interface ai.grakn.engine.tasks.TaskStateStorage
-
This is a copy of the internal TaskState object.
- getStatus(TaskId) - Method in class ai.grakn.client.TaskClient
-
Get the status of a given task on the server
- getStatus() - Method in exception ai.grakn.exception.GraknEngineServerException
-
- getSuperType() - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
-
- getSuperTypes(RoleType) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
- getTaskManager() - Method in class ai.grakn.engine.GraknEngineServer
-
- getTasks(TaskStatus, String, String, EngineID, int, int) - Method in class ai.grakn.engine.tasks.storage.TaskStateGraphStore
-
- getTasks(TaskStatus, String, String, EngineID, int, int, Boolean) - Method in class ai.grakn.engine.tasks.storage.TaskStateGraphStore
-
- getTasks(TaskStatus, String, String, EngineID, int, int) - Method in class ai.grakn.engine.tasks.storage.TaskStateInMemoryStore
-
- getTasks(TaskStatus, String, String, EngineID, int, int) - Method in class ai.grakn.engine.tasks.storage.TaskStateZookeeperStore
-
This implementation will fetch all of the tasks from zookeeper and then
filer them out.
- getTasks(TaskStatus, String, String, EngineID, int, int) - Method in interface ai.grakn.engine.tasks.TaskStateStorage
-
Return a Set of Pairs of tasks that match any of the criteria.
- getTemplate() - Method in class ai.grakn.migration.base.MigrationOptions
-
- getTinkerPopGraph() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getTinkerTraversal() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Utility function to get a read-only Tinkerpop traversal.
- getTinkerTraversal() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- getTopRoles(Set<RoleType>) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
- getType(TypeLabel) - Method in interface ai.grakn.GraknGraph
-
Get the
Type with the label provided, if it exists.
- getType(TypeLabel) - 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.ReasonerQueryImpl
-
- getTypeId() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- getTypeLabel() - Method in interface ai.grakn.graql.admin.VarAdmin
-
- getTypeLabels() - 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.IsaProperty
-
- getTypes() - Method in class ai.grakn.graql.internal.pattern.property.PlaysProperty
-
- getTypes() - Method in class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- 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(T, T, QueryAnswers) - Static method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
unify answers of childQuery with parentQuery
- getUnifier(Atomic) - Method in interface ai.grakn.graql.admin.Atomic
-
- getUnifier(ReasonerQuery) - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
- getUnifier(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
get unifiers by comparing this atom with parent
- getUnifier(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
-
- getUnifier(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- getUnifier(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Resource
-
- getUnifier(Atomic) - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
-
- getUnifier(ReasonerQuery) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- getUnifier(ReasonerQuery) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- getUnifiersFromPermutations(List<VarName>, List<List<VarName>>) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
get unifiers by comparing permutations with original variables
- getUnmappedIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- getUnmappedIdPredicates() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- getUnmappedRolePlayers() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- getUnmappedTypeConstraints() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- getUnmappedTypeConstraints() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- getUri() - Method in class ai.grakn.migration.base.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
-
- getUserDefinedIdPredicate(VarName, Set<VarAdmin>, ReasonerQuery) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
looks for an appropriate var property with a specified name among the vars and maps it to an IdPredicate,
covers the case when specified variable name is user defined
- 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(Object) - Method in class ai.grakn.concept.ResourceType.DataType
-
Converts the provided value into it's correct data type
- getValue() - Method in class ai.grakn.concept.TypeLabel
-
- getValue() - Method in class ai.grakn.engine.TaskId
-
Get the string value of the task ID
- getValue() - Method in class 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.Resource
-
- getValuePredicates() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- getValuePredicates(VarName, VarAdmin, Set<VarAdmin>, ReasonerQuery) - Static method in class ai.grakn.graql.internal.reasoner.Utility
-
looks for appropriate var properties with a specified name among the vars and maps them to ValuePredicates,
covers both the case when variable is and isn't user defined
- 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.Atomic
-
- getVarName() - Method in interface ai.grakn.graql.admin.VarAdmin
-
- getVarName() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- getVarNames() - Method in interface ai.grakn.graql.admin.Atomic
-
- getVarNames() - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
- getVarNames() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- 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
-
- getVarNames() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- getVars() - Method in interface ai.grakn.graql.admin.InsertQueryAdmin
-
- getVars() - Method in interface ai.grakn.graql.admin.PatternAdmin
-
- getVarTypeMap() - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
- getVarTypeMap() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- 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.GraknEngineConfig
-
- GraknAdmin - Interface in ai.grakn.graph.admin
-
- GraknBackendException - Exception in ai.grakn.exception
-
An exception which encapsulates a vendor backend error
- GraknBackendException(Exception) - Constructor for exception ai.grakn.exception.GraknBackendException
-
- GraknBackendException(String, Exception) - Constructor for exception ai.grakn.exception.GraknBackendException
-
- GraknComputer - Interface in ai.grakn
-
Graph Computer Used For Analytics Algorithms
- GraknComputerImpl - Class in ai.grakn.graph.internal
-
Graph Computer Used For Analytics Algorithms
- GraknComputerImpl(Graph, String) - Constructor for class ai.grakn.graph.internal.GraknComputerImpl
-
- GraknEngineConfig - Class in ai.grakn.engine
-
Singleton class used to read config file and make all the settings available to the Grakn Engine classes.
- GraknEngineServer - Class in ai.grakn.engine
-
Main class in charge to start a web server and all the REST controllers.
- GraknEngineServerException - Exception in ai.grakn.exception
-
This Exception is thrown by Grakn Engine web server when operations accessible through APIs go wrong.
- GraknEngineServerException(int, ErrorMessage, String...) - Constructor for exception ai.grakn.exception.GraknEngineServerException
-
- 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 Grakn Graph
- GraknLockingException - Exception in ai.grakn.exception
-
A locking exception which may occur in a multi threaded environment.
- GraknLockingException(Exception) - Constructor for exception ai.grakn.exception.GraknLockingException
-
- GraknMapReduce<T> - Class in ai.grakn.graql.internal.analytics
-
A map reduce task specific to Grakn with common method implementations.
- GraknMapReduce(Set<TypeLabel>) - Constructor for class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- GraknMapReduce(Set<TypeLabel>, String) - Constructor for class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- GraknMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- GraknSession - Interface in ai.grakn
-
Builds a Grakn Graph Session
- GraknSessionImpl - Class in ai.grakn.factory
-
Builds a Grakn Graph factory
- GraknSessionImpl(String, String) - Constructor for class ai.grakn.factory.GraknSessionImpl
-
- GraknSparkComputer - Class in ai.grakn.graph.internal.computer
-
This is a modified version of Spark Computer.
- GraknSparkComputer(HadoopGraph) - Constructor for class ai.grakn.graph.internal.computer.GraknSparkComputer
-
- GraknSparkExecutor - Class in ai.grakn.graph.internal.computer
-
This is a modified version of Spark Executor.
- GraknSparkMemory - Class in ai.grakn.graph.internal.computer
-
This is a modified version of Spark Memory.
- GraknSparkMemory(VertexProgram<?>, Set<MapReduce>, JavaSparkContext) - Constructor for class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- 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
-
- GraknTxType - Enum in ai.grakn
-
A Class Describing the behaviour of a transaction
- 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 interface ai.grakn.graql.admin.ReasonerQuery
-
- graph() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- graph() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- graph(GraknGraph) - Method in class ai.grakn.migration.owl.OWLMigrator
-
- graph() - Method in class ai.grakn.migration.owl.OWLMigrator
-
- Graph() - Constructor for class ai.grakn.util.REST.WebPath.Graph
-
- GRAPH_CONFIG_PARAM - Static variable in class ai.grakn.util.REST.Request
-
- GraphConfig() - Constructor for class ai.grakn.util.REST.GraphConfig
-
- 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
-
Main class containing static methods for creating Graql queries.
- graql(ResourceType...) - Static method in class ai.grakn.graql.internal.printer.Printers
-
- Graql() - Constructor for class ai.grakn.util.REST.Request.Graql
-
- Graql() - Constructor for class ai.grakn.util.REST.Response.Graql
-
- GRAQL - Static variable in class ai.grakn.util.REST.WebPath.Graph
-
- GRAQL_CONTENTTYPE - Static variable in class ai.grakn.util.REST.Request
-
- GRAQL_KEYWORDS - Static variable in class ai.grakn.graql.internal.util.StringConverter
-
- GraqlCompleter - Class in ai.grakn.graql.internal.shell
-
An autocompleter for Graql.
- GraqlCompleter() - Constructor for class ai.grakn.graql.internal.shell.GraqlCompleter
-
- GraqlController - Class in ai.grakn.engine.controller
-
Endpoints used to query the graph using Graql and build a HAL, Graql or Json response.
- GraqlController(EngineGraknGraphFactory, Service) - Constructor for class ai.grakn.engine.controller.GraqlController
-
- GraqlErrorListener - Class in ai.grakn.graql.internal.parser
-
ANTLR error listener that listens for syntax errors.
- GraqlErrorListener(String) - Constructor for class ai.grakn.graql.internal.parser.GraqlErrorListener
-
- GraqlParsingException - Exception in ai.grakn.exception
-
Exception when parsing Graql templates.
- 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
- 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
-
Convert any object into a string
- graqlString(boolean, Object) - Method in interface ai.grakn.graql.Printer
-
Convert any object into a builder
- graqlString(boolean, Concept) - Method in interface ai.grakn.graql.Printer
-
Convert any concept into a builder
- graqlString(boolean, boolean) - Method in interface ai.grakn.graql.Printer
-
Convert any boolean into a builder
- graqlString(boolean, Optional<?>) - Method in interface ai.grakn.graql.Printer
-
Convert any optional into a builder
- graqlString(boolean, Collection<?>) - Method in interface ai.grakn.graql.Printer
-
Convert any collection into a builder
- graqlString(boolean, Map<?, ?>) - Method in interface ai.grakn.graql.Printer
-
Convert any map into a builder
- graqlStringDefault(boolean, Object) - Method in interface ai.grakn.graql.Printer
-
Default conversion behaviour if none of the more specific methods can be used
- 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.
- GreedyTraversalPlan - Class in ai.grakn.graql.internal.gremlin
-
Class for generating greedy traversal plans
- GreedyTraversalPlan() - Constructor for class ai.grakn.graql.internal.gremlin.GreedyTraversalPlan
-
- 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
-
- id(VarName, ConceptId) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
-
- id(VarName, ConceptId) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- id(ConceptId) - Method in interface ai.grakn.graql.Var
-
- ID_PARAMETER - Static variable in class ai.grakn.util.REST.Request
-
- IDENTIFIER - Static variable in class ai.grakn.util.REST.Response.Graql
-
- IdPredicate - Class in ai.grakn.graql.internal.reasoner.atom.predicate
-
Predicate implementation specialising it to be an id predicate.
- IdPredicate(VarAdmin, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
-
- IdPredicate(VarName, IdProperty, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
-
- IdPredicate(VarName, LabelProperty, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
-
- IdPredicate(VarName, Concept, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.IdPredicate
-
- IdProperty - Class in ai.grakn.graql.internal.pattern.property
-
Represents the
id property on a
Concept.
- IdProperty(ConceptId) - Constructor for class ai.grakn.graql.internal.pattern.property.IdProperty
-
- idToString(ConceptId) - 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
-
- in(String...) - Method in interface ai.grakn.graql.analytics.ClusterQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.ClusterQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.CountQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.CountQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.DegreeQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.DegreeQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.MaxQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.MaxQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.MeanQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.MeanQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.MedianQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.MedianQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.MinQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.MinQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.PathQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.PathQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.StdQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.StdQuery
-
- in(String...) - Method in interface ai.grakn.graql.analytics.SumQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.analytics.SumQuery
-
- in(String...) - Method in interface ai.grakn.graql.ComputeQuery
-
- in(Collection<TypeLabel>) - Method in interface ai.grakn.graql.ComputeQuery
-
- IN_MEMORY - Static variable in class ai.grakn.Grakn
-
- inCasting(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
-
- incr(String, long) - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- increasePop(ConsoleReader) - Static method in class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.HippopotamusFactory
-
Raise population of hippopotamus amphibius within console.
- incrementByInterval() - Method in class ai.grakn.engine.tasks.TaskSchedule
-
Returns a copy of this Schedule that will start a task after the given interval
- incrIteration() - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- 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
-
- INFER - Static variable in class ai.grakn.util.REST.Request.Graql
-
- 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
-
- InferenceRule(InferenceRule) - 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
-
- 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(ZookeeperConnection) - Static method in class ai.grakn.engine.cache.EngineCacheDistributed
-
- init(ConceptCache) - Static method in class ai.grakn.engine.cache.EngineCacheProvider
-
- init(String[], Function<String[], T>) - Static method in class ai.grakn.migration.base.MigrationCLI
-
- inPlays(VarName, VarName, boolean) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
-
- inRelates(VarName, VarName) - 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.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.PlaysProperty
-
- 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.RelatesProperty
-
- 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.RuleProperty
-
- 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
-
- 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
-
A data instance in the graph belonging to a specific
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
-
Get all indirect instances of this type.
- instanceToState(GraknGraph, Instance) - Method in class ai.grakn.engine.tasks.storage.TaskStateGraphStore
-
Given an instance concept, turn it into a TaskState object.
- inSub(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
-
- INTEGER - Static variable in class ai.grakn.concept.ResourceType.DataType
-
- interval() - Method in class ai.grakn.engine.tasks.TaskSchedule
-
Get the interval that the task should recur, if it is a recurring task.
- 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(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- 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
-
Return if the type is set to abstract.
- isAbstract(VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
-
- isAbstract(VarName) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- 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
-
Atomic corresponding to graql IsAbstractProperty.
- IsAbstractAtom(VarName, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.property.IsAbstractAtom
-
- IsAbstractProperty - Class in ai.grakn.graql.internal.pattern.property
-
Represents the
is-abstract property on a
Type.
- IsAbstractProperty() - Constructor for class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
-
- isaCastings(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- isAlive() - Method in class ai.grakn.engine.tasks.manager.singlequeue.TaskFailover
-
The TaskRunners should only start/add themselves once a failover is alive
- IsaProperty - Class in ai.grakn.graql.internal.pattern.property
-
Represents the
isa property on a
Instance.
- IsaProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.IsaProperty
-
- isAtom() - Method in interface ai.grakn.graql.admin.Atomic
-
- isAtom() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- isBatchLoadingEnabled() - Method in interface ai.grakn.graph.admin.GraknAdmin
-
A flag to check if batch loading is enabled and consistency checks are switched off
- 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
-
- isConceptModified(ConceptImpl) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- isConceptModified(ConceptImpl) - Method in class ai.grakn.graph.internal.GraknTinkerGraph
-
- isConceptModified(ConceptImpl) - Method in class ai.grakn.graph.internal.GraknTitanGraph
-
Uses TitanVertex.isModified()
- isConjunction() - Method in interface ai.grakn.graql.admin.PatternAdmin
-
- isConnectionClosed() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- isConnectionClosed() - Method in class ai.grakn.graph.internal.GraknTinkerGraph
-
- isConnectionClosed() - Method in class ai.grakn.graph.internal.GraknTitanGraph
-
- isDisjunction() - Method in interface ai.grakn.graql.admin.PatternAdmin
-
- isEmpty() - Method in interface ai.grakn.graql.admin.Answer
-
- isEmpty() - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- isEmpty() - Method in interface ai.grakn.graql.admin.Unifier
-
- isEmpty() - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- isEmpty() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- isEmpty() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- isEmpty() - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- 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.admin.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.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(ReasonerQueryImpl) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- 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.MigrationOptions
-
- isHungryHungry() - Method in interface ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.Hippopotamus
-
- isHungryHungry() - Method in class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.LargeHippopotamusImpl
-
- isHungryHungry() - Method in class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.SmallHippopotamusImpl
-
- isHungryHungry() - Method in class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.TitanicHippopotamusImpl
-
- 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.
- isJoinExplanation() - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- isJoinExplanation() - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- isLookupExplanation() - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- isLookupExplanation() - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- isLookupExplanation() - Method in class ai.grakn.graql.internal.reasoner.explanation.LookupExplanation
-
- isMetaLabel(TypeLabel) - Static method in enum ai.grakn.util.Schema.MetaSchema
-
- isNo() - Method in class ai.grakn.migration.base.MigrationOptions
-
- isPasswordProtected - Static variable in class ai.grakn.engine.GraknEngineServer
-
- isPredicate() - Method in interface ai.grakn.graql.admin.Atomic
-
- isPredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
-
- isReadOnly() - Method in interface ai.grakn.GraknGraph
-
Utility function used to check if the current transaction on the graph is a read only transaction
- isReadOnly() - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- isReadOnly() - Method in interface ai.grakn.graql.Query
-
Whether this query will modify the graph
- isRecurring() - Method in class ai.grakn.engine.tasks.TaskSchedule
-
Get whether the task is a recurring task.
- isRecursive() - Method in interface ai.grakn.graql.admin.Atomic
-
- isRecursive() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- 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
-
- isRuleExplanation() - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- isRuleExplanation() - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- isRuleExplanation() - Method in class ai.grakn.graql.internal.reasoner.explanation.RuleExplanation
-
- isRuleResolvable() - Method in interface ai.grakn.graql.admin.Atomic
-
- isRuleResolvable() - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
- isRuleResolvable() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
- 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.ReasonerQueryImpl
-
- isRuleType() - Method in interface ai.grakn.concept.Concept
-
Determine if the Concept is a Rule Type.
- isSelectable() - Method in interface ai.grakn.graql.admin.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
-
- isSelectable() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
-
- 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.Relation
-
- isType() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.TypeAtom
-
- 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.Atomic
-
- isUserDefinedName() - Method in interface ai.grakn.graql.admin.VarAdmin
-
- isUserDefinedName() - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- isValuePredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.Predicate
-
- isValuePredicate() - Method in class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
-
- 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.MigrationOptions
-
- iterator() - Method in class ai.grakn.graql.internal.reasoner.iterator.LazyIterator
-
- iterator() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- iterator(Set<ReasonerAtomicQuery>, QueryCache<ReasonerAtomicQuery>) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- iterator(Answer, Set<ReasonerAtomicQuery>, QueryCache<ReasonerAtomicQuery>) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- iterator() - Method in interface ai.grakn.graql.Streamable
-
- 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.graph.internal.computer.GraknSparkComputer
-
- main(String[]) - Static method in class ai.grakn.graql.GraqlShell
-
Run a Graql REPL
- main(String[]) - Static method in class ai.grakn.migration.csv.CSVMigrator
-
- 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(String[]) - Static method in class ai.grakn.migration.json.JsonMigrator
-
- 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(String[]) - Static method in class ai.grakn.migration.sql.SQLMigrator
-
- main(String[]) - Static method in class ai.grakn.migration.xml.XmlMigrator
-
- mainWithServer() - Static method in class ai.grakn.engine.GraknEngineServer
-
- map(Function<String, String>) - Method in class ai.grakn.concept.TypeLabel
-
- map(Vertex, MapReduce.MapEmitter<String, ConceptId>) - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask.Job
-
Emit the resoucre index (value + type) mapped to the concept ID of the resource instance.
- map() - Method in interface ai.grakn.graql.admin.Answer
-
- map() - Method in interface ai.grakn.graql.admin.Unifier
-
- map(Vertex, MapReduce.MapEmitter<Serializable, T>) - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- map() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- map() - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- map(Function<String, String>) - Method in class 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
- mapProperty(Class<T>, UnaryOperator<T>) - Method in interface ai.grakn.graql.admin.VarAdmin
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in interface ai.grakn.graql.admin.VarProperty
-
maps this var property to a reasoner atom
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.DataTypeProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceTypeProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.HasScopeProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.IdProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.LabelProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.PlaysProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.RuleProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
-
- mapToAtom(VarAdmin, Set<VarAdmin>, ReasonerQuery) - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
-
- markAsSeen(String) - Method in class ai.grakn.graql.internal.template.Scope
-
Mark a variable as seen within this scope
- markCompleted() - Method in class ai.grakn.engine.tasks.TaskState
-
- markFailed(Throwable) - Method in class ai.grakn.engine.tasks.TaskState
-
- markRunning(EngineID) - Method in class ai.grakn.engine.tasks.TaskState
-
- markScheduled() - Method in class ai.grakn.engine.tasks.TaskState
-
- markStopped() - Method in class ai.grakn.engine.tasks.TaskState
-
- 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.DataTypeProperty
-
- 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.HasScopeProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.IdProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.IsAbstractProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.IsaProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.LabelProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.NeqProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.PlaysProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.RegexProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.RelationProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.RuleProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.SubProperty
-
- match(VarName) - Method in class ai.grakn.graql.internal.pattern.property.ValueProperty
-
- match(VarName) - Method in interface ai.grakn.graql.internal.pattern.property.VarPropertyInternal
-
- 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(Answer) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- materialise(boolean) - Method in interface ai.grakn.graql.QueryBuilder
-
Enable or disable materialisation
- MATERIALISE - Static variable in class ai.grakn.util.REST.RemoteShell
-
- MATERIALISE - Static variable in class ai.grakn.util.REST.Request.Graql
-
- 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
-
The MapReduce program for computing the max value of given resource.
- MaxMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.MaxMapReduce
-
- MaxMapReduce(Set<TypeLabel>, 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.
- me() - Static method in class ai.grakn.engine.util.EngineID
-
- mean() - Method in interface ai.grakn.graql.ComputeQueryBuilder
-
- mean(String) - Static method in class ai.grakn.graql.Graql
-
Create an aggregate that will find the mean of a variable's values.
- mean(VarName) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
-
Aggregate that finds mean of a match query.
- mean() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
-
- MeanMapReduce - Class in ai.grakn.graql.internal.analytics
-
The MapReduce program for computing the mean value of given resource.
- MeanMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.MeanMapReduce
-
- MeanMapReduce(Set<TypeLabel>, 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
-
The vertex program for computing the median of given resource using quick select algorithm.
- MedianVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.MedianVertexProgram
-
- MedianVertexProgram(Set<TypeLabel>, Set<TypeLabel>, 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.
- memoryKeys - Variable in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- merge(Answer) - Method in interface ai.grakn.graql.admin.Answer
-
perform an answer merge without explanation
NB:assumes answers are compatible (concept corresponding to join vars if any are the same)
- merge(Answer, boolean) - Method in interface ai.grakn.graql.admin.Answer
-
perform an answer merge with optional explanation
NB:assumes answers are compatible (concept corresponding to join vars if any are the same)
- merge(AnswerExplanation) - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- merge(Unifier) - Method in interface ai.grakn.graql.admin.Unifier
-
- merge(AnswerExplanation) - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- merge(Stream<Answer>) - Method in class ai.grakn.graql.internal.reasoner.iterator.LazyAnswerIterator
-
- merge(LazyAnswerIterator) - Method in class ai.grakn.graql.internal.reasoner.iterator.LazyAnswerIterator
-
- merge(Stream<T>) - Method in class ai.grakn.graql.internal.reasoner.iterator.LazyIterator
-
- merge(Answer, boolean) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- merge(Answer) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- merge(Unifier) - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- 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 class ai.grakn.migration.owl.OWLMigrator
-
- MigrationCLI - Class in ai.grakn.migration.base
-
- MigrationCLI() - Constructor for class ai.grakn.migration.base.MigrationCLI
-
- MigrationOptions - Class in ai.grakn.migration.base
-
Configure the default migration options and access arguments passed by the user
- MigrationOptions() - Constructor for class ai.grakn.migration.base.MigrationOptions
-
- Migrator - Class in ai.grakn.migration.base
-
Abstract migrator class containing methods and functionality needed by
all extending migrator classes.
- 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
-
The MapReduce program for computing the min value of the given resource.
- MinMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.MinMapReduce
-
- MinMapReduce(Set<TypeLabel>, 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.
- MockBackgroundTask - Class in ai.grakn.engine.tasks.mock
-
Main task Mock class- keeps track of completed and failed tasks
- MockBackgroundTask() - Constructor for class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- 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
-
- MultiPredicateBinary - Class in ai.grakn.graql.internal.reasoner.atom.binary
-
Base implementation for binary atoms with multiple predicate.
- MultiPredicateBinary(VarAdmin, Set<Predicate>, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
-
- MultiPredicateBinary(MultiPredicateBinary) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
-
- MultiQueueTaskManager - Class in ai.grakn.engine.tasks.manager.multiqueue
-
Class to manage tasks distributed using Kafka.
- MultiQueueTaskManager(EngineID) - Constructor for class ai.grakn.engine.tasks.manager.multiqueue.MultiQueueTaskManager
-
- MultiQueueTaskRunner - Class in ai.grakn.engine.tasks.manager.multiqueue
-
Picks up tasks from the work queue, runs them and marks them as completed or failed.
- MultiQueueTaskRunner(EngineID, TaskStateStorage, ZookeeperConnection) - Constructor for class ai.grakn.engine.tasks.manager.multiqueue.MultiQueueTaskRunner
-
- read(File) - Method in class ai.grakn.migration.xml.XmlSchema
-
- Reasoner - Class in ai.grakn.graql.internal.reasoner
-
Class providing reasoning utility functions.
- Reasoner() - Constructor for class ai.grakn.graql.internal.reasoner.Reasoner
-
- ReasonerAtomicQuery - Class in ai.grakn.graql.internal.reasoner.query
-
Base reasoner atomic query.
- ReasonerAtomicQuery(Conjunction<VarAdmin>, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- ReasonerAtomicQuery(ReasonerAtomicQuery) - Constructor for class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- ReasonerAtomicQuery(Atom) - Constructor for class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- ReasonerQuery - Interface in ai.grakn.graql.admin
-
Interface for conjunctive reasoner queries.
- ReasonerQueryImpl - Class in ai.grakn.graql.internal.reasoner.query
-
Base reasoner query providing resolution and atom handling facilities for conjunctive graql queries.
- ReasonerQueryImpl(Conjunction<VarAdmin>, GraknGraph) - Constructor for class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- ReasonerQueryImpl(ReasonerQueryImpl) - Constructor for class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- ReasonerQueryImpl(Atom) - Constructor for class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- ReasonerQueryIterator - Class in ai.grakn.graql.internal.reasoner.iterator
-
Convenience base class for reasoner iterators.
- ReasonerQueryIterator() - Constructor for class ai.grakn.graql.internal.reasoner.iterator.ReasonerQueryIterator
-
- rebalanceListener(Consumer, ExternalOffsetStorage) - Static method in class ai.grakn.engine.tasks.manager.ExternalStorageRebalancer
-
- record(Q, T) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
record answer iterable for a specific query and retrieve the updated answers
- record(Q, Stream<Answer>) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
record answer stream for a specific query and retrieve the updated stream
- record(Q, LazyAnswerIterator) - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
- record(Q, Stream<Answer>) - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
- record(Q, QueryAnswers) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- record(Q, Stream<Answer>) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- recordAnswer(Q, Answer) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- recordRetrieveLazy(Q, Stream<Answer>) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
record answer stream for a specific query and retrieve the updated stream in a lazy iterator
- recordRetrieveLazy(Q, Stream<Answer>) - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
updates the cache by the specified query
- recordRetrieveLazy(Q, Stream<Answer>) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- RECUR_INTERVAL - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
-
- recurring(Duration) - Static method in class ai.grakn.engine.tasks.TaskSchedule
-
Create a schedule to run a task that recurs on an interval.
- recurring(Instant, Duration) - Static method in class ai.grakn.engine.tasks.TaskSchedule
-
Create a schedule to run a task that recurs on an interval, starting at the specified instance.
- RECURRING - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
-
- RED - Static variable in class ai.grakn.graql.internal.util.ANSI
-
- reduce(String, Iterator<ConceptId>, MapReduce.ReduceEmitter<String, Long>) - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask.Job
-
Here we simply collect all concepts for a key and ask our concept fixer to do its thing.
- reduce(Serializable, Iterator<T>, MapReduce.ReduceEmitter<Serializable, T>) - Method in class ai.grakn.graql.internal.analytics.GraknMapReduce
-
- refresh() - Static method in class ai.grakn.graph.internal.computer.GraknSparkComputer
-
- refreshConnections() - Method in class ai.grakn.factory.EngineGraknGraphFactory
-
- 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(VarName, String) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- 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
-
Atomic corresponding to graql RegexProperty.
- RegexAtom(VarName, RegexProperty, ReasonerQuery) - 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
-
Register an aggregate that can be used when parsing a Graql query
- 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
-
Register a macro that can be used when parsing a Graql template
- registerMacro(Macro) - Method in class ai.grakn.migration.base.Migrator
-
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
- relates() - Method in interface ai.grakn.concept.RelationType
-
Retrieves a list of the RoleTypes that make up this RelationType.
- relates(RoleType) - Method in interface ai.grakn.concept.RelationType
-
Sets a new RoleType for this RelationType.
- relates(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- relates(String) - Method in interface ai.grakn.graql.Var
-
- relates(Var) - Method in interface ai.grakn.graql.Var
-
- RelatesProperty - Class in ai.grakn.graql.internal.pattern.property
-
- RelatesProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.RelatesProperty
-
- Relation - Interface in ai.grakn.concept
-
Encapsulates relationships between
Instance
- Relation - Class in ai.grakn.graql.internal.reasoner.atom.binary
-
Atom implementation defining a relation atom.
- Relation(VarAdmin, IdPredicate, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- Relation(VarName, VarName, Map<VarName, Var>, IdPredicate, ReasonerQuery) - 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
-
Represents the relation property (e.g.
- 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.Json
-
- RelationType - Interface in ai.grakn.concept
-
An ontological element which categorises how
Instances may relate to each other.
- relationTypes() - Method in interface ai.grakn.concept.RoleType
-
Returns the RelationTypes that this RoleType takes part in.
- reload() - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
force stream consumption and reload cache
- 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
-
- RemoteShell() - Constructor for class ai.grakn.util.REST.RemoteShell
-
- remove(VarName) - Method in interface ai.grakn.graql.admin.Answer
-
- remove(Cache<Q, T>, Set<Q>) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
cache subtraction of specified queries
- remove(Cache<Q, T>) - Method in class ai.grakn.graql.internal.reasoner.cache.Cache
-
- remove(Cache<Q, LazyAnswerIterator>, Set<Q>) - Method in class ai.grakn.graql.internal.reasoner.cache.LazyQueryCache
-
- remove(Cache<Q, QueryAnswers>, Set<Q>) - Method in class ai.grakn.graql.internal.reasoner.cache.QueryCache
-
- remove(VarName) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- remove(Answer) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- removeAll(QueryAnswers) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- removeAtomic(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- removeAtomic(Atomic) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- removeTrivialMappings() - Method in interface ai.grakn.graql.admin.Unifier
-
- removeTrivialMappings() - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- 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
-
- render() - Method in class ai.grakn.graql.internal.hal.HALConceptData
-
- renderHALArrayData(MatchQuery, int, int) - Static method in class ai.grakn.graql.internal.hal.HALBuilder
-
- renderHALArrayData(MatchQuery, Collection<Answer>, int, int, boolean) - Static method in class ai.grakn.graql.internal.hal.HALBuilder
-
- renderHALConceptData(Concept, int, String, int, int) - Static method in class ai.grakn.graql.internal.hal.HALBuilder
-
- renounce() - Method in class ai.grakn.engine.tasks.manager.singlequeue.FailoverElector
-
- 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
-
- requiresMaterialisation() - Method in class ai.grakn.graql.internal.reasoner.rule.InferenceRule
-
rule needs to be materialised if head atom requires materialisation or if its head contains only fresh variables
- resolve(boolean, boolean) - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
resolves the query
- resolve(boolean, boolean, LazyQueryCache<ReasonerAtomicQuery>, LazyQueryCache<ReasonerAtomicQuery>) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- resolve(boolean, boolean) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
- resolve(boolean, boolean, LazyQueryCache<ReasonerAtomicQuery>, LazyQueryCache<ReasonerAtomicQuery>) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
resolves the query
- 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.
- resource(Resource) - Method in interface ai.grakn.concept.Entity
-
Creates a relation from this instance to the provided resource.
- resource(ResourceType) - Method in interface ai.grakn.concept.EntityType
-
Creates a RelationType which allows this type and a resource type to be linked.
- resource(Resource) - Method in interface ai.grakn.concept.Instance
-
Creates a relation from this instance to the provided resource.
- resource(Resource) - Method in interface ai.grakn.concept.Relation
-
Creates a relation from this instance to the provided resource.
- resource(ResourceType) - Method in interface ai.grakn.concept.RelationType
-
Creates a RelationType which allows this type and a resource type to be linked.
- Resource<D> - Interface in ai.grakn.concept
-
Represent a literal resource in the graph.
- resource(Resource) - Method in interface ai.grakn.concept.Resource
-
Creates a relation from this instance to the provided resource.
- resource(ResourceType) - Method in interface ai.grakn.concept.ResourceType
-
Creates a RelationType which allows this type and a resource type to be linked.
- resource(ResourceType) - Method in interface ai.grakn.concept.RoleType
-
Creates a RelationType which allows this type and a resource type to be linked.
- resource(Resource) - Method in interface ai.grakn.concept.Rule
-
Creates a relation from this instance to the provided resource.
- resource(ResourceType) - Method in interface ai.grakn.concept.RuleType
-
Creates a RelationType which allows this type and a resource type to be linked.
- resource(ResourceType) - Method in interface ai.grakn.concept.Type
-
Creates a RelationType which allows this type and a resource type to be linked.
- Resource - Class in ai.grakn.graql.internal.reasoner.atom.binary
-
Atom implementation defining a resource atom.
- Resource(VarAdmin, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Resource
-
- Resource(VarAdmin, Set<Predicate>, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.binary.Resource
-
- ResourceDeduplicationTask - Class in ai.grakn.engine.postprocessing
-
This is a task meant to be run periodically to eliminate resource duplication.
- ResourceDeduplicationTask() - Constructor for class ai.grakn.engine.postprocessing.ResourceDeduplicationTask
-
- ResourceDeduplicationTask.Job - Class in ai.grakn.engine.postprocessing
-
The map-reduce job submitted to the GraknGraphComputer that scan the whole set of resources in the graph and
reduces by eliminating duplicates.
- resourceIndex(VarName, TypeLabel, Object) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
-
A
Fragment that uses an index stored on each 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(TypeLabel) - 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(TypeLabel) - 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() - Method in interface ai.grakn.concept.Type
-
- RESOURCES_JSON_FIELD - Static variable in class ai.grakn.util.REST.Response.Json
-
- ResourceType<D> - Interface in ai.grakn.concept
-
An ontological element which models and categorises the various
Resource 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
-
- RESPONSE - Static variable in class ai.grakn.util.REST.Response.Graql
-
- REST - Class in ai.grakn.util
-
Class containing strings describing the REST API, including URIs and fields.
- REST() - Constructor for class ai.grakn.util.REST
-
- REST.GraphConfig - Class in ai.grakn.util
-
Class listing possible graph configuration options.
- REST.HttpConn - Class in ai.grakn.util
-
Class listing various HTTP connection strings.
- REST.RemoteShell - Class in ai.grakn.util
-
Class listing various strings used in the JSON messages sent using websockets for the remote Graql shell.
- REST.Request - Class in ai.grakn.util
-
Class containing request fields and content types.
- REST.Request.Concept - Class in ai.grakn.util
-
Concept controller request parameters
- REST.Request.Graql - Class in ai.grakn.util
-
Graql controller request parameters
- REST.Response - Class in ai.grakn.util
-
Class listing various strings found in responses from the REST API.
- REST.Response.ContentType - Class in ai.grakn.util
-
Response content types
- REST.Response.Graql - Class in ai.grakn.util
-
Graql controller response fields
- REST.Response.Json - Class in ai.grakn.util
-
Metatypes Json object fields
- REST.WebPath - Class in ai.grakn.util
-
Class containing URIs to REST endpoints.
- REST.WebPath.Concept - Class in ai.grakn.util
-
URIs to concept controller endpoints
- REST.WebPath.Dashboard - Class in ai.grakn.util
-
URIs to dashboard controller endpoints
- REST.WebPath.Graph - Class in ai.grakn.util
-
URIs to visualiser controller
- REST.WebPath.System - Class in ai.grakn.util
-
URIs to System Controller endpoints
- REST.WebPath.Tasks - Class in ai.grakn.util
-
URIs to Tasks Controller endpoints
- results() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
-
Get a list of results.
- 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<TaskCheckpoint>, TaskCheckpoint) - Method in class ai.grakn.engine.loader.LoaderTask
-
- resume(Consumer<TaskCheckpoint>, TaskCheckpoint) - Method in class ai.grakn.engine.postprocessing.PostProcessingTask
-
- resume(Consumer<TaskCheckpoint>, TaskCheckpoint) - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask
-
- resume(Consumer<TaskCheckpoint>, TaskCheckpoint) - Method in class ai.grakn.engine.postprocessing.UpdatingInstanceCountTask
-
- resume(Consumer<TaskCheckpoint>, TaskCheckpoint) - Method in interface ai.grakn.engine.tasks.BackgroundTask
-
This method may be called when resuming from a paused state or recovering from a crash or failure of any kind.
- resume(Consumer<TaskCheckpoint>, TaskCheckpoint) - Method in class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- resumedCounter - Static variable in class ai.grakn.engine.tasks.mock.LongExecutionMockTask
-
- resumedCounter - Static variable in class ai.grakn.engine.tasks.mock.ShortExecutionMockTask
-
- RETRY - Static variable in class ai.grakn.migration.base.Migrator
-
- rewriteToUserDefined() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
rewrites the atom to one with user defined name
- rewriteToUserDefined() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- rewriteToUserDefinedWithUnifiers() - Method in class ai.grakn.graql.internal.reasoner.atom.Atom
-
rewrites the atom to one with user defined name, need unifiers for cases when we have variable clashes
between the relation variable and relation players
- rewriteToUserDefinedWithUnifiers() - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
rewrites the atom to one with user defined name, need unifiers for cases when we have variable clashes
between the relation variable and relation players
- rhs(Pattern) - Method in interface ai.grakn.graql.Var
-
- RhsProperty - Class in ai.grakn.graql.internal.pattern.property
-
Represents the
rhs (right-hand side) property on a
Rule.
- RhsProperty(Pattern) - Constructor for class ai.grakn.graql.internal.pattern.property.RhsProperty
-
- rolePlayer(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- rolePlayers(RoleType...) - Method in interface ai.grakn.concept.Relation
-
- ROLES_JSON_FIELD - Static variable in class ai.grakn.util.REST.Response.Json
-
- roleToRelationTypes - Static variable in class ai.grakn.graql.internal.reasoner.Utility
-
convert given role type to a set of relation types in which it can appear
- RoleType - Interface in ai.grakn.concept
-
An ontological element which defines a role which can be played in a relation type.
- Rule - Interface in ai.grakn.concept
-
A rule which defines how implicit knowledge can extracted.
- RuleExplanation - Class in ai.grakn.graql.internal.reasoner.explanation
-
Explanation class for rule application.
- RuleExplanation(InferenceRule) - Constructor for class ai.grakn.graql.internal.reasoner.explanation.RuleExplanation
-
- RuleExplanation(RuleExplanation) - Constructor for class ai.grakn.graql.internal.reasoner.explanation.RuleExplanation
-
- RuleProperty - Class in ai.grakn.graql.internal.pattern.property
-
Abstract property for the patterns within rules.
- RuleType - Interface in ai.grakn.concept
-
An ontological element used to model and categorise different types of
Rule.
- run() - Method in class ai.grakn.engine.postprocessing.PostProcessing
-
- run() - Method in class ai.grakn.engine.tasks.manager.multiqueue.MultiQueueTaskRunner
-
Start the main loop, this will block until a call to close() that wakes up the consumer.
- run() - Method in class ai.grakn.engine.tasks.manager.multiqueue.Scheduler
-
- run() - Method in class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskRunner
-
Poll Kafka for any new tasks.
- run() - Method in interface ai.grakn.engine.util.ExceptionWrapper.RunnableWithExceptions
-
- RUN_AT - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
-
- runAt() - Method in class ai.grakn.engine.tasks.TaskSchedule
-
Get the instant the task is specified to run at.
- runExport(GraphWriterOptions) - Static method in class ai.grakn.migration.export.Main
-
- runJson(JsonMigrationOptions) - Static method in class ai.grakn.migration.json.JsonMigrator
-
- runOwl(OwlMigrationOptions) - Static method in class ai.grakn.migration.owl.Main
-
- runShell(String[], String, String) - Static method in class ai.grakn.graql.GraqlShell
-
- runShell(String[], String, String, GraqlClient) - Static method in class ai.grakn.graql.GraqlShell
-
- runSQL(SQLMigrationOptions) - Static method in class ai.grakn.migration.sql.SQLMigrator
-
- runXml(XmlMigrationOptions) - Static method in class ai.grakn.migration.xml.XmlMigrator
-
- safeExecute(Vertex, Messenger<String>, Memory) - Method in class ai.grakn.graql.internal.analytics.ConnectedComponentVertexProgram
-
- safeExecute(Vertex, Messenger<Long>, Memory) - Method in class ai.grakn.graql.internal.analytics.DegreeStatisticsVertexProgram
-
- 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
-
- saveOffset(Consumer, TopicPartition) - Method in class ai.grakn.engine.tasks.ExternalOffsetStorage
-
Save the offset of the given partition in this consumer in zookeeper.
- schedule() - Method in class ai.grakn.engine.tasks.TaskState
-
- schedule(TaskSchedule) - Method in class ai.grakn.engine.tasks.TaskState
-
- SCHEDULED_TASK - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
-
- SCHEDULER - Static variable in interface ai.grakn.engine.tasks.config.ZookeeperPaths
-
- Scheduler - Class in ai.grakn.engine.tasks.manager.multiqueue
-
Handle execution of recurring tasks.
- Scheduler(TaskStateStorage, ZookeeperConnection) - Constructor for class ai.grakn.engine.tasks.manager.multiqueue.Scheduler
-
- SchedulerElector - Class in ai.grakn.engine.tasks.manager.multiqueue
-
There is one "Scheduler" that will be constantly running on the "Leader" machine.
- SchedulerElector(TaskStateStorage, ZookeeperConnection) - Constructor for class ai.grakn.engine.tasks.manager.multiqueue.SchedulerElector
-
- SCHEDULERS_GROUP - Static variable in interface ai.grakn.engine.tasks.config.KafkaTerms
-
- schema(XmlSchema) - Method in class ai.grakn.migration.xml.XmlMigrator
-
- 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.ImplicitType - Enum in ai.grakn.util
-
This stores the schema which is required when implicitly creating roles for the has-resource methods
- Schema.MetaSchema - Enum in ai.grakn.util
-
The concepts which represent our internal schema
- scope(Instance) - Method in interface ai.grakn.concept.EntityType
-
Classifies the type to a specific scope.
- scope(Instance) - Method in interface ai.grakn.concept.RelationType
-
Classifies the type to a specific scope.
- scope(Instance) - Method in interface ai.grakn.concept.ResourceType
-
Classifies the type to a specific scope.
- scope(Instance) - Method in interface ai.grakn.concept.RoleType
-
Classifies the type to a specific scope.
- scope(Instance) - Method in interface ai.grakn.concept.RuleType
-
Classifies the type to a specific scope.
- scope(Instance) - Method in interface ai.grakn.concept.Type
-
Classifies the type to a specific scope.
- 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.Type
-
Retrieve a list of the Instances that scope this Type.
- 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
-
- selectAtoms() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- selectAtoms() - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
atom selection function
- sendTask(Class<?>, String, Instant, Duration, Json) - Method in class ai.grakn.client.TaskClient
-
Submit a task to run on an Grakn Engine server
- SEPARATOR - Static variable in class ai.grakn.migration.csv.CSVMigrator
-
- SERIALISED_TASK - Static variable in interface ai.grakn.engine.util.SystemOntologyElements
-
- serialize(String, TaskId) - Method in class ai.grakn.engine.tasks.TaskIdSerializer
-
- serialize(String, TaskState) - Method in class ai.grakn.engine.tasks.TaskStateSerializer
-
- serializeToString(TaskState) - Static method in class ai.grakn.engine.tasks.TaskStateSerializer
-
- SERVER_HOST_NAME - Static variable in class ai.grakn.engine.GraknEngineConfig
-
- SERVER_PORT_NUMBER - Static variable in class ai.grakn.engine.GraknEngineConfig
-
- serverIsRunning(String) - Static method in class ai.grakn.client.Client
-
Check if Grakn Engine has been started
- session(String, String) - Static method in class ai.grakn.Grakn
-
Returns a session instance to produce concurrent connections to the Grakn knowledge graph.
- set(String, Object) - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- 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.client.LoaderClient
-
Set the size of the each transaction in terms of number of vars.
- setCommitFrequency(int) - Static method in class ai.grakn.graql.internal.reasoner.Reasoner
-
- setConfigProperty(String, String) - Method in class ai.grakn.engine.GraknEngineConfig
-
- setEquivalentFragmentSet(EquivalentFragmentSet) - Method in interface ai.grakn.graql.internal.gremlin.fragment.Fragment
-
- setExplanation(AnswerExplanation) - Method in interface ai.grakn.graql.admin.Answer
-
- setExplanation(AnswerExplanation) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- setInTask(boolean) - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- setInvalid() - Method in class ai.grakn.graql.internal.gremlin.ShortcutTraversal
-
Make this ShortcutTraversal invalid, so it will not be used in the traversal
- setIteration(int) - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- setNullString(String) - Method in class ai.grakn.migration.csv.CSVMigrator
-
Set string that will be evaluated as null
- setNumberActiveTasks(int) - Method in class ai.grakn.client.LoaderClient
-
Number of active tasks running on the server at any one time.
- setParentQuery(ReasonerQuery) - Method in interface ai.grakn.graql.admin.Atomic
-
- setParentQuery(ReasonerQuery) - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- setParentQuery(ReasonerQuery) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
-
- setParentQuery(ReasonerQuery) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
-
- setPredicate(IdPredicate) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
-
- setQuery(ReasonerQuery) - Method in interface ai.grakn.graql.admin.AnswerExplanation
-
- setQuery(ReasonerQuery) - Method in class ai.grakn.graql.internal.reasoner.explanation.Explanation
-
- 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.
- setResource(VarAdmin) - Method in class ai.grakn.graql.internal.pattern.property.HasResourceProperty
-
- setRetryPolicy(boolean) - Method in class ai.grakn.client.LoaderClient
-
Tell the
LoaderClient if it should retry sending tasks when the Engine
server is not available
- setRolePlayer(VarAdmin) - Method in interface ai.grakn.graql.admin.RelationPlayer
-
Set the role player, returning a new
RelationPlayer with that role player set
- setRuntime(long) - Method in class ai.grakn.graph.internal.computer.GraknSparkMemory
-
- setSeparator(char) - Method in class ai.grakn.migration.csv.CSVMigrator
-
Set separator the input file will be split on
- setTaskCompletionConsumer(Consumer<Json>) - Method in class ai.grakn.client.LoaderClient
-
Provide a consumer function to execute upon task completion
- setType(TypeLabel) - 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.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<TypeLabel>, Optional<TypeLabel>, Optional<TypeLabel>, VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.fragment.Fragments
-
- shortcut(Optional<TypeLabel>, VarName, Optional<TypeLabel>, VarName, Optional<TypeLabel>) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- 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
-
The vertex program for computing the shortest path between two instances.
- ShortestPathVertexProgram() - Constructor for class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
-
- ShortestPathVertexProgram(Set<TypeLabel>, ConceptId, ConceptId) - Constructor for class ai.grakn.graql.internal.analytics.ShortestPathVertexProgram
-
- ShortExecutionMockTask - Class in ai.grakn.engine.tasks.mock
-
Mocked task that will finish nearly instantaneously
- ShortExecutionMockTask() - Constructor for class ai.grakn.engine.tasks.mock.ShortExecutionMockTask
-
- shortName() - Method in class 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
-
- SINGLE_ENGINE_PATH - Static variable in interface ai.grakn.engine.tasks.config.ZookeeperPaths
-
- SINGLE_ENGINE_WATCH_PATH - Static variable in interface ai.grakn.engine.tasks.config.ZookeeperPaths
-
- SingleQueueTaskManager - Class in ai.grakn.engine.tasks.manager.singlequeue
-
- SingleQueueTaskManager(EngineID) - Constructor for class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskManager
-
Create a
SingleQueueTaskManager
The SingleQueueTaskManager implementation must:
+ Instantiate a connection to zookeeper
+ Configure and instance of TaskStateStorage
+ Create and run an instance of SingleQueueTaskRunner
+ Add oneself to the leader elector by instantiating failoverelector
- SingleQueueTaskRunner - Class in ai.grakn.engine.tasks.manager.singlequeue
-
- SingleQueueTaskRunner(SingleQueueTaskManager, EngineID, ExternalOffsetStorage, int) - Constructor for class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskRunner
-
Create a
SingleQueueTaskRunner which retrieves tasks from the given and uses the given
to store and retrieve information about tasks.
- size() - Method in interface ai.grakn.graql.admin.Answer
-
- size() - Method in interface ai.grakn.graql.admin.Unifier
-
- size() - Method in class ai.grakn.graql.internal.reasoner.iterator.LazyIterator
-
- size() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- size() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- size() - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- size(int) - Method in class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.HippopotamusFactory
-
- SmallHippopotamusImpl - Class in ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae
-
A tiny hippo! Isn't it cute?
- SmallHippopotamusImpl() - Constructor for class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.SmallHippopotamusImpl
-
- 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, 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() - Method in class ai.grakn.engine.tasks.TaskState
-
- StandaloneTaskManager - Class in ai.grakn.engine.tasks.manager
-
In-memory task manager to schedule and execute tasks.
- StandaloneTaskManager(EngineID) - Constructor for class ai.grakn.engine.tasks.manager.StandaloneTaskManager
-
- start(String, int) - Static method in class ai.grakn.engine.GraknEngineServer
-
- start(Consumer<TaskCheckpoint>, Json) - Method in class ai.grakn.engine.loader.LoaderTask
-
- start(Consumer<TaskCheckpoint>, Json) - Method in class ai.grakn.engine.postprocessing.PostProcessingTask
-
Run postprocessing only if enough time has passed since the last job was added
- start(Consumer<TaskCheckpoint>, Json) - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask
-
- start(Consumer<TaskCheckpoint>, Json) - Method in class ai.grakn.engine.postprocessing.UpdatingInstanceCountTask
-
- start(Consumer<TaskCheckpoint>, Json) - Method in interface ai.grakn.engine.tasks.BackgroundTask
-
Called to start execution of the task, may be called on a newly scheduled or previously stopped task.
- start(Consumer<TaskCheckpoint>, Json) - Method in class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- startedCounter - Static variable in class ai.grakn.engine.tasks.mock.LongExecutionMockTask
-
- startedCounter - Static variable in class ai.grakn.engine.tasks.mock.ShortExecutionMockTask
-
- startHTTP() - Method in class ai.grakn.engine.GraknEngineServer
-
- stateChanged(CuratorFramework, ConnectionState) - Method in class ai.grakn.engine.tasks.manager.multiqueue.SchedulerElector
-
- STATIC_FILES_PATH - Static variable in class ai.grakn.engine.GraknEngineConfig
-
- status() - Method in class ai.grakn.engine.tasks.TaskState
-
- 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
-
- statusChangeTime() - Method in class ai.grakn.engine.tasks.TaskState
-
- std() - Method in interface ai.grakn.graql.ComputeQueryBuilder
-
- std(String) - Static method in class ai.grakn.graql.Graql
-
Create an aggregate that will find the unbiased sample standard deviation of a variable's values.
- std(VarName) - Static method in class ai.grakn.graql.internal.query.aggregate.Aggregates
-
Aggregate that finds the unbiased sample standard deviation of a match query
- std() - Method in class ai.grakn.graql.internal.query.analytics.ComputeQueryBuilderImpl
-
- StdMapReduce - Class in ai.grakn.graql.internal.analytics
-
The MapReduce program for computing the standard deviation of the given resource.
- StdMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.StdMapReduce
-
- StdMapReduce(Set<TypeLabel>, 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 class ai.grakn.engine.loader.LoaderTask
-
- stop() - Method in class ai.grakn.engine.postprocessing.PostProcessing
-
- stop() - Method in class ai.grakn.engine.postprocessing.PostProcessingTask
-
- stop() - Method in class ai.grakn.engine.postprocessing.ResourceDeduplicationTask
-
- stop() - Method in class ai.grakn.engine.postprocessing.UpdatingInstanceCountTask
-
- stop() - Method in interface ai.grakn.engine.tasks.BackgroundTask
-
Called to stop execution of the task, may be called on a running or paused task.
- stop() - Method in class ai.grakn.engine.tasks.manager.multiqueue.SchedulerElector
-
When stopping the ClusterManager we must:
1.
- stop() - Method in class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- STOP - Static variable in class ai.grakn.util.REST.WebPath.Tasks
-
- stopHTTP() - Method in class ai.grakn.engine.GraknEngineServer
-
- stopTask(TaskId) - Method in class ai.grakn.client.TaskClient
-
Stop a task using the given ID.
- stopTask(TaskId) - Method in class ai.grakn.engine.tasks.manager.multiqueue.MultiQueueTaskManager
-
- stopTask(TaskId) - Method in class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskManager
-
Stop a task from running.
- stopTask(TaskId) - Method in class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskRunner
-
Stop the task if it is executing on this machine
- stopTask(TaskId) - Method in class ai.grakn.engine.tasks.manager.StandaloneTaskManager
-
- stopTask(TaskId) - Method in interface ai.grakn.engine.tasks.TaskManager
-
Stop a Scheduled, Paused or Running task.
- storage() - Method in class ai.grakn.engine.tasks.manager.multiqueue.MultiQueueTaskManager
-
- storage() - Method in class ai.grakn.engine.tasks.manager.singlequeue.SingleQueueTaskManager
-
Access the storage that this instance of TaskManager uses.
- storage() - Method in class ai.grakn.engine.tasks.manager.StandaloneTaskManager
-
- storage() - Method in interface ai.grakn.engine.tasks.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.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() - Method in class ai.grakn.graql.internal.gremlin.EquivalentFragmentSet
-
- stream(Optional<GraknGraph>) - Method in class ai.grakn.graql.internal.query.match.MatchQueryBase
-
- stream() - Method in class ai.grakn.graql.internal.reasoner.iterator.LazyIterator
-
- stream() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
- stream() - Method in interface ai.grakn.graql.Streamable
-
- stream(Iterator<T>) - Method in class ai.grakn.migration.csv.CSVMigrator
-
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.
- streamWithAnswers() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
-
Get a stream of answers.
- streamWithVarNames() - Method in interface ai.grakn.graql.admin.InsertQueryAdmin
-
- streamWithVarNames() - Method in interface ai.grakn.graql.admin.MatchQueryAdmin
-
Get a stream of results.
- 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(VarName, VarName) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
- sub(String) - Method in interface ai.grakn.graql.Var
-
- sub(Var) - Method in interface ai.grakn.graql.Var
-
- subFilter(Answer, Set<IdPredicate>) - Static method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
-
- subjectRole(TypeLabel) - 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
-
- submerge() - Method in interface ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.Hippopotamus
-
- submerge() - Method in class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.LargeHippopotamusImpl
-
- submerge() - Method in class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.SmallHippopotamusImpl
-
- submerge() - Method in class ai.grakn.graql.internal.shell.animalia.chordata.mammalia.artiodactyla.hippopotamidae.TitanicHippopotamusImpl
-
- submit() - Method in class ai.grakn.graph.internal.computer.GraknSparkComputer
-
- SubProperty - Class in ai.grakn.graql.internal.pattern.property
-
Represents the
sub property on a
Type.
- SubProperty(VarAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.SubProperty
-
- subType(EntityType) - Method in interface ai.grakn.concept.EntityType
-
Adds another subtype to this type
- subType(RelationType) - Method in interface ai.grakn.concept.RelationType
-
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
-
Get all indirect sub-types of this 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
-
The MapReduce program for computing the sum of the given resource.
- SumMapReduce() - Constructor for class ai.grakn.graql.internal.analytics.SumMapReduce
-
- SumMapReduce(Set<TypeLabel>, 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 direct supertype of the EntityType to be the EntityType specified.
- superType() - Method in interface ai.grakn.concept.EntityType
-
Returns the supertype of this EntityType.
- superType(RelationType) - Method in interface ai.grakn.concept.RelationType
-
Sets the supertype of the RelationType to be the RelationType specified.
- superType() - Method in interface ai.grakn.concept.RelationType
-
Returns the direct supertype of this RelationType.
- 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
-
- sync - Variable in class ai.grakn.engine.tasks.mock.MockBackgroundTask
-
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class ai.grakn.graql.internal.parser.GraqlErrorListener
-
- System() - Constructor for class ai.grakn.util.REST.WebPath.System
-
- SYSTEM_GRAPH_NAME - Static variable in class ai.grakn.factory.SystemKeyspace
-
- SYSTEM_ONTOLOGY_FILE - Static variable in class ai.grakn.factory.SystemKeyspace
-
- SYSTEM_VERSION - Static variable in class ai.grakn.factory.SystemKeyspace
-
- SystemController - Class in ai.grakn.engine.controller
-
Controller Providing Configs for building Grakn Graphs
- SystemController(Service) - Constructor for class ai.grakn.engine.controller.SystemController
-
- SystemKeyspace<T extends org.apache.tinkerpop.gremlin.structure.Graph> - Class in ai.grakn.factory
-
Manages the system keyspace.
- SystemKeyspace(InternalFactory<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
-
Describes the system ontology elements related to task loading
- 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
-
- Unifier - Interface in ai.grakn.graql.admin
-
Interface for resolution unifier defined as a finite set of mappings between variables xi and terms ti:
θ = {x1/t1, x2/t2, ..., xi/ti}.
- UnifierImpl - Class in ai.grakn.graql.internal.reasoner.query
-
Implementation of Unifier interface.
- UnifierImpl() - Constructor for class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- UnifierImpl(Map<VarName, VarName>) - Constructor for class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- UnifierImpl(Unifier) - Constructor for class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- unify(Unifier) - Method in interface ai.grakn.graql.admin.Answer
-
- unify(Unifier) - Method in interface ai.grakn.graql.admin.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(VarName, VarName) - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
change each variable occurrence in the query (apply unifier [from/to])
- unify(Unifier) - Method in interface ai.grakn.graql.admin.ReasonerQuery
-
change each variable occurrence according to provided mappings (apply unifiers {[from, to]_i})
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
perform unification on the atom by applying unifiers
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Binary
-
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.BinaryBase
-
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.MultiPredicateBinary
-
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.atom.binary.Relation
-
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.atom.NotEquals
-
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.iterator.LazyAnswerIterator
-
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswers
-
unify the answers by applying unifiers to variable set
- unify(Stream<Answer>, Unifier) - Static method in class ai.grakn.graql.internal.reasoner.query.QueryAnswerStream
-
unify answer stream by applying unifiers
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerAtomicQuery
-
- unify(VarName, VarName) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
change each variable occurrence in the query (apply unifier [from/to])
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.query.ReasonerQueryImpl
-
change each variable occurrence according to provided mappings (apply unifiers {[from, to]_i})
- unify(Unifier) - Method in class ai.grakn.graql.internal.reasoner.rule.InferenceRule
-
- 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
-
A unique property of a
Var.
- up() - Method in class ai.grakn.graql.internal.template.Scope
-
Move up one level to the parent scope
- updateState(TaskState) - Method in class ai.grakn.engine.tasks.storage.TaskStateGraphStore
-
- updateState(TaskState) - Method in class ai.grakn.engine.tasks.storage.TaskStateInMemoryStore
-
- updateState(TaskState) - Method in class ai.grakn.engine.tasks.storage.TaskStateZookeeperStore
-
Writes a new state to Zookeeper and records the engine that task is running on.
- updateState(TaskState) - Method in interface ai.grakn.engine.tasks.TaskStateStorage
-
Used to update task state.
- updateTypeCounts(Map<TypeLabel, Long>) - Method in interface ai.grakn.graph.admin.GraknAdmin
-
Updates the counts of all the types
- updateTypeCounts(Map<TypeLabel, Long>) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- updateUser(Json) - Method in class ai.grakn.engine.user.SystemKeyspaceUsers
-
Update a given user.
- updateUser(Json) - Method in class ai.grakn.engine.user.UsersHandler
-
- UpdatingInstanceCountTask - Class in ai.grakn.engine.postprocessing
-
Task that controls when types are updated with their new instance counts
- UpdatingInstanceCountTask() - Constructor for class ai.grakn.engine.postprocessing.UpdatingInstanceCountTask
-
- 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
-
- USE_ZOOKEEPER_STORAGE - Static variable in class ai.grakn.engine.GraknEngineConfig
-
- 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
-
Endpoint used to control user interaction.
- UserController(Service) - 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
-
Class to interact with users stored in the graph.
- UsersHandler() - Constructor for class ai.grakn.engine.user.UsersHandler
-
- UTF8 - Static variable in class ai.grakn.util.REST.HttpConn
-
- Utility - Class in ai.grakn.graql.internal.analytics
-
Some helper methods for MapReduce and vertex program.
- Utility() - Constructor for class ai.grakn.graql.internal.analytics.Utility
-
- Utility - Class in ai.grakn.graql.internal.reasoner
-
Utiliy class providing useful functionalities.
- Utility() - Constructor for class ai.grakn.graql.internal.reasoner.Utility
-
- val(Object) - Method in interface ai.grakn.graql.Var
-
- val(ValuePredicate) - Method in interface ai.grakn.graql.Var
-
- validate(T) - Static method in class ai.grakn.migration.base.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.csv.CSVMigrator
-
Test if an object is a valid Grakn value
- validVertex(Vertex) - Method in class ai.grakn.graph.internal.AbstractGraknGraph
-
- validVertex(Vertex) - Method in class ai.grakn.graph.internal.GraknTitanGraph
-
- value() - Method in class ai.grakn.engine.util.EngineID
-
- 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(VarName, ValuePredicateAdmin) - Static method in class ai.grakn.graql.internal.gremlin.sets.EquivalentFragmentSets
-
An
EquivalentFragmentSet that indicates a variable represents a resource with value matching a predicate.
- valueOf(String) - Static method in enum ai.grakn.engine.TaskStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.grakn.GraknTxType
-
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.ImplicitType
-
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.
- ValuePredicate - Class in ai.grakn.graql.internal.reasoner.atom.predicate
-
Predicate implementation specialising it to be an value predicate.
- ValuePredicate(VarAdmin, ReasonerQuery) - Constructor for class ai.grakn.graql.internal.reasoner.atom.predicate.ValuePredicate
-
- ValuePredicate(VarName, ValuePredicateAdmin, ReasonerQuery) - 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
-
Represents the
value property on a
Resource.
- ValueProperty(ValuePredicateAdmin) - Constructor for class ai.grakn.graql.internal.pattern.property.ValueProperty
-
- values() - Static method in enum ai.grakn.engine.TaskStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.grakn.GraknTxType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface ai.grakn.graql.admin.Answer
-
- values() - Method in interface ai.grakn.graql.admin.Unifier
-
- values() - Method in class ai.grakn.graql.internal.reasoner.query.QueryAnswer
-
- values() - Method in class ai.grakn.graql.internal.reasoner.query.UnifierImpl
-
- 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.ImplicitType
-
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.
- 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 - Variable in class ai.grakn.graql.internal.reasoner.atom.AtomBase
-
- VarName - Class 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
-
Internal interface for
VarProperty, providing additional methods to match, insert or delete the 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
-