| Package | Description |
|---|---|
| io.mindmaps | |
| io.mindmaps.concept | |
| io.mindmaps.graph.internal | |
| io.mindmaps.graql.internal.analytics | |
| io.mindmaps.migration.export |
| Modifier and Type | Method and Description |
|---|---|
Instance |
MindmapsGraph.getInstance(String id) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
MindmapsGraph.getRelation(RelationType relationType,
Map<RoleType,Instance> roleMap) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Entity
An instance of Entity Type which represents some data in the graph.
|
interface |
Relation
A relation represents and instance of a relation type which concept how different entities relate to one another.
|
interface |
Resource<D>
A concept which represents a resource.
|
interface |
Rule
A rule represents an instance of a Rule Type which is used to make inferences over the data instances.
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
Concept.asInstance() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Instance> |
Resource.ownerInstances() |
Map<RoleType,Instance> |
Relation.rolePlayers() |
Collection<Instance> |
Relation.scopes() |
| Modifier and Type | Method and Description |
|---|---|
Relation |
Relation.deleteScope(Instance scope) |
Relation |
Relation.putRolePlayer(RoleType roleType,
Instance instance)
Expands this Relation to include a new role player which is playing a specific role.
|
Relation |
Relation.scope(Instance instance) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
AbstractMindmapsGraph.getInstance(String id) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
AbstractMindmapsGraph.getRelation(RelationType relationType,
Map<RoleType,Instance> roleMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<Instance,Long> |
Analytics.degrees()
Compute the number of relations that each instance takes part in.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
InstanceMapper.map(Instance instance) |
Copyright © 2016. All rights reserved.