| Modifier and Type | Method and Description |
|---|---|
Concept |
MindmapsGraph.getConcept(String id) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Entity
An instance of Entity Type which represents some data in the graph.
|
interface |
EntityType
An ontological element which represents the categories instances can fall within.
|
interface |
Instance
This represents an instance of a Type.
|
interface |
Relation
A relation represents and instance of a relation type which concept how different entities relate to one another.
|
interface |
RelationType
A Relation Type is an ontological element used to concept how entity types relate to one another.
|
interface |
Resource<D>
A concept which represents a resource.
|
interface |
ResourceType<D>
A Resource Type which can hold different values.
|
interface |
RoleType
An ontological element which defines a role which can be played in a relation type.
|
interface |
Rule
A rule represents an instance of a Rule Type which is used to make inferences over the data instances.
|
interface |
RuleType
An ontological element used to define different types of rule.
|
interface |
Type
An ontological element which represents categories concepts can fall within.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Concept> |
Type.instances() |
| Constructor and Description |
|---|
HALConcept(Concept concept) |
HALConcept(Concept concept,
int separationDegree,
boolean embedTypeParam,
Set<String> typesInQuery) |
| Constructor and Description |
|---|
ConceptIdNotUniqueException(Concept concept,
Schema.ConceptProperty type,
String id) |
ConceptIdNotUniqueException(Concept concept,
String id) |
MoreThanOneEdgeException(Concept concept,
Schema.EdgeLabel edgeType) |
| Modifier and Type | Method and Description |
|---|---|
Concept |
AbstractMindmapsGraph.getConcept(String id) |
| Modifier and Type | Method and Description |
|---|---|
static Aggregate<Map<String,Concept>,Optional<Double>> |
Graql.average(String varName)
Create an aggregate that will find the mean of a variable's values.
|
default List<Map<String,Concept>> |
MatchQuery.execute() |
java.util.stream.Stream<Concept> |
MatchQuery.get(String name) |
static Aggregate<Map<String,Concept>,Map<Concept,List<Map<String,Concept>>>> |
Graql.group(String varName)
Create an aggregate that will group a query by a variable name.
|
static Aggregate<Map<String,Concept>,Map<Concept,List<Map<String,Concept>>>> |
Graql.group(String varName)
Create an aggregate that will group a query by a variable name.
|
static Aggregate<Map<String,Concept>,Map<Concept,List<Map<String,Concept>>>> |
Graql.group(String varName)
Create an aggregate that will group a query by a variable name.
|
static <T> Aggregate<Map<String,Concept>,Map<Concept,T>> |
Graql.group(String varName,
Aggregate<? super Map<String,Concept>,T> aggregate)
Create an aggregate that will group a query by a variable name and apply the given aggregate to each group
|
static <T> Aggregate<Map<String,Concept>,Map<Concept,T>> |
Graql.group(String varName,
Aggregate<? super Map<String,Concept>,T> aggregate)
Create an aggregate that will group a query by a variable name and apply the given aggregate to each group
|
static Aggregate<Map<String,Concept>,Optional<?>> |
Graql.max(String varName)
Create an aggregate that will find the maximum of a variable's values.
|
static Aggregate<Map<String,Concept>,Optional<Number>> |
Graql.median(String varName)
Create an aggregate that will find the median of a variable's values.
|
static Aggregate<Map<String,Concept>,Optional<?>> |
Graql.min(String varName)
Create an aggregate that will find the minimum of a variable's values.
|
static Aggregate<Map<String,Concept>,Number> |
Graql.sum(String varName)
Create an aggregate that will sum the values of a variable.
|
| Modifier and Type | Method and Description |
|---|---|
<S> AggregateQuery<S> |
MatchQuery.aggregate(Aggregate<? super Map<String,Concept>,S> aggregate)
Aggregate results of a query.
|
static <T> Aggregate<Map<String,Concept>,Map<Concept,T>> |
Graql.group(String varName,
Aggregate<? super Map<String,Concept>,T> aggregate)
Create an aggregate that will group a query by a variable name and apply the given aggregate to each group
|
| Modifier and Type | Method and Description |
|---|---|
void |
VarPropertyInternal.delete(MindmapsGraph graph,
Concept concept)
Delete the given property from the graph, if possible.
|
void |
PlaysRoleProperty.delete(MindmapsGraph graph,
Concept concept) |
void |
HasScopeProperty.delete(MindmapsGraph graph,
Concept concept) |
void |
HasRoleProperty.delete(MindmapsGraph graph,
Concept concept) |
void |
HasResourceProperty.delete(MindmapsGraph graph,
Concept concept) |
void |
VarPropertyInternal.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept)
Insert the given property into the graph, if possible.
|
void |
RelationProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
RegexProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
PlaysRoleProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
IsAbstractProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
IdProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
HasScopeProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
HasRoleProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
HasResourceTypeProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
HasResourceProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
void |
AkoProperty.insert(InsertQueryExecutor insertQueryExecutor,
Concept concept) |
| Modifier and Type | Method and Description |
|---|---|
Concept |
InsertQueryExecutor.getConcept(VarAdmin var) |
| Modifier and Type | Method and Description |
|---|---|
static <T> AggregateQuery<T> |
Queries.aggregate(MatchQueryAdmin matchQuery,
Aggregate<? super Map<String,Concept>,T> aggregate) |
| Modifier and Type | Method and Description |
|---|---|
static Aggregate<Map<String,Concept>,Optional<Double>> |
Aggregates.average(String varName)
Aggregate that finds average (mean) of a match query.
|
static <T> Aggregate<Map<String,Concept>,Map<Concept,T>> |
Aggregates.group(String varName,
Aggregate<? super Map<String,Concept>,T> innerAggregate)
Aggregate that groups results of a match query by variable name, applying an aggregate to each group.
|
static <T> Aggregate<Map<String,Concept>,Map<Concept,T>> |
Aggregates.group(String varName,
Aggregate<? super Map<String,Concept>,T> innerAggregate)
Aggregate that groups results of a match query by variable name, applying an aggregate to each group.
|
static Aggregate<Map<String,Concept>,Optional<?>> |
Aggregates.max(String varName)
Aggregate that finds maximum of a match query.
|
static Aggregate<Map<String,Concept>,Optional<Number>> |
Aggregates.median(String varName)
Aggregate that finds median of a match query.
|
static Aggregate<Map<String,Concept>,Optional<?>> |
Aggregates.min(String varName)
Aggregate that finds minimum of a match query.
|
static Aggregate<Map<String,Concept>,Number> |
Aggregates.sum(String varName)
Aggregate that sums results of a match query.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Aggregate<Map<String,Concept>,Map<Concept,T>> |
Aggregates.group(String varName,
Aggregate<? super Map<String,Concept>,T> innerAggregate)
Aggregate that groups results of a match query by variable name, applying an aggregate to each group.
|
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<Concept> |
MatchQueryInternal.get(String name) |
default java.util.stream.Stream<Map<String,Concept>> |
MatchQueryInternal.stream() |
java.util.stream.Stream<Map<String,Concept>> |
MatchQueryInternal.stream(Optional<MindmapsGraph> graph,
Optional<MatchOrder> order)
Execute the query using the given graph.
|
java.util.stream.Stream<Map<String,Concept>> |
MatchQueryBase.stream(Optional<MindmapsGraph> optionalGraph,
Optional<MatchOrder> order) |
| Modifier and Type | Method and Description |
|---|---|
default <S> AggregateQuery<S> |
MatchQueryInternal.aggregate(Aggregate<? super Map<String,Concept>,S> aggregate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utility.printAnswers(Set<Map<String,Concept>> answers) |
| Modifier and Type | Method and Description |
|---|---|
static VarAdmin |
Substitution.createSubstitution(String varName,
Concept con) |
| Constructor and Description |
|---|
Substitution(String varName,
Concept con) |
Substitution(String varName,
Concept con,
Query parent) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Map<String,Concept>> |
ReasonerMatchQuery.stream() |
java.util.stream.Stream<Map<String,Concept>> |
AtomicMatchQuery.stream() |
java.util.stream.Stream<Map<String,Concept>> |
Query.stream(Optional<MindmapsGraph> graph,
Optional<MatchOrder> order) |
| Constructor and Description |
|---|
QueryAnswers(Collection<? extends Map<String,Concept>> ans) |
| Modifier and Type | Method and Description |
|---|---|
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLAnnotationAssertionAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLAnnotationProperty property) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLClass ce) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLClassAssertionAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLDataProperty property) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLDataPropertyAssertionAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLDeclarationAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLEquivalentObjectPropertiesAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLInverseObjectPropertiesAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLNamedIndividual individual) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLObjectProperty property) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLObjectPropertyAssertionAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLObjectPropertyDomainAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLObjectPropertyRangeAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLSubClassOfAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLSubDataPropertyOfAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLSubObjectPropertyOfAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLSubPropertyChainOfAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(OWLTransitiveObjectPropertyAxiom axiom) |
Concept |
OwlMindmapsGraphStoringVisitor.visit(SWRLRule node) |
Copyright © 2016. All rights reserved.