| Package | Description |
|---|---|
| io.mindmaps | |
| io.mindmaps.concept | |
| io.mindmaps.graph.internal | |
| io.mindmaps.graql.internal.reasoner | |
| io.mindmaps.migration.export | |
| io.mindmaps.migration.owl |
| Modifier and Type | Method and Description |
|---|---|
RelationType |
MindmapsGraph.getRelationType(String id) |
RelationType |
MindmapsGraph.putRelationType(String id) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
MindmapsGraph.addRelation(RelationType type) |
Relation |
MindmapsGraph.getRelation(RelationType relationType,
Map<RoleType,Instance> roleMap) |
Relation |
MindmapsGraph.putRelation(String id,
RelationType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RelationType |
Concept.asRelationType() |
RelationType |
RelationType.deleteHasRole(RoleType roleType) |
RelationType |
RelationType.deletePlaysRole(RoleType roleType) |
RelationType |
RelationType.hasRole(RoleType roleType) |
RelationType |
RelationType.playsRole(RoleType roleType) |
RelationType |
RoleType.relationType() |
RelationType |
RelationType.setAbstract(Boolean isAbstract) |
RelationType |
RelationType.superType() |
RelationType |
RelationType.superType(RelationType type) |
RelationType |
Relation.type() |
| Modifier and Type | Method and Description |
|---|---|
Collection<RelationType> |
RelationType.subTypes() |
| Modifier and Type | Method and Description |
|---|---|
RelationType |
RelationType.superType(RelationType type) |
| Modifier and Type | Method and Description |
|---|---|
RelationType |
AbstractMindmapsGraph.getRelationType(String id) |
RelationType |
AbstractMindmapsGraph.putRelationType(String itemIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
AbstractMindmapsGraph.addRelation(RelationType type) |
Relation |
AbstractMindmapsGraph.getRelation(RelationType relationType,
Map<RoleType,Instance> roleMap) |
Relation |
AbstractMindmapsGraph.putRelation(String itemIdentifier,
RelationType type)
Deprecated.
|
void |
AbstractMindmapsGraph.putShortcutEdges(Relation relation,
RelationType relationType) |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Utility.createPropertyChainRule(String ruleId,
RelationType relation,
String fromRoleId,
String toRoleId,
LinkedHashMap<RelationType,javafx.util.Pair<String,String>> chain,
MindmapsGraph graph) |
static Rule |
Utility.createReflexiveRule(String ruleId,
RelationType relType,
MindmapsGraph graph)
create reflexive rule R(from: X, to: X) :- R(from: X,to: Y)
|
static Rule |
Utility.createSubPropertyRule(String ruleId,
RelationType parent,
RelationType child,
Map<String,String> roleMappings,
MindmapsGraph graph)
creates rule parent :- child
|
static Rule |
Utility.createTransitiveRule(String ruleId,
RelationType relType,
String fromRoleId,
String toRoleId,
MindmapsGraph graph)
create transitive rule R(from: X, to: Y) :- R(from: X,to: Z), R(from: Z, to: Y)
|
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Utility.createPropertyChainRule(String ruleId,
RelationType relation,
String fromRoleId,
String toRoleId,
LinkedHashMap<RelationType,javafx.util.Pair<String,String>> chain,
MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static Var |
TypeMapper.map(Var var,
RelationType relationType) |
| Modifier and Type | Method and Description |
|---|---|
RelationType |
OWLMigrator.relation(OWLAnnotationProperty property) |
RelationType |
OWLMigrator.relation(OWLDataProperty property) |
RelationType |
OWLMigrator.relation(OWLObjectProperty property) |
| Modifier and Type | Method and Description |
|---|---|
RoleType |
OWLMigrator.objectRole(RelationType relType) |
RoleType |
OWLMigrator.subjectRole(RelationType relType) |
Copyright © 2016. All rights reserved.