| Package | Description |
|---|---|
| io.mindmaps | |
| io.mindmaps.concept | |
| io.mindmaps.graph.internal | |
| io.mindmaps.migration.export |
| Modifier and Type | Method and Description |
|---|---|
Relation |
MindmapsGraph.addRelation(RelationType type) |
Relation |
MindmapsGraph.getRelation(RelationType relationType,
Map<RoleType,Instance> roleMap) |
Relation |
MindmapsGraph.getRelation(String id) |
Relation |
MindmapsGraph.putRelation(String id,
RelationType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Relation |
Concept.asRelation() |
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 |
|---|---|
Collection<Relation> |
RelationType.instances() |
Collection<Relation> |
Instance.relations(RoleType... roleTypes) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
AbstractMindmapsGraph.addRelation(RelationType type) |
Relation |
AbstractMindmapsGraph.getRelation(RelationType relationType,
Map<RoleType,Instance> roleMap) |
Relation |
AbstractMindmapsGraph.getRelation(String id) |
Relation |
AbstractMindmapsGraph.putRelation(String itemIdentifier,
RelationType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMindmapsGraph.putShortcutEdges(Relation relation,
RelationType relationType) |
| Modifier and Type | Method and Description |
|---|---|
static Var |
InstanceMapper.map(Relation relation)
Exclude any relations that are mapped to an encountered resource
|
Copyright © 2016. All rights reserved.