| Package | Description |
|---|---|
| io.mindmaps | |
| io.mindmaps.concept | |
| io.mindmaps.graph.internal | |
| io.mindmaps.migration.export |
| Modifier and Type | Method and Description |
|---|---|
<V> Resource<V> |
MindmapsGraph.getResource(String id) |
<V> Resource<V> |
MindmapsGraph.putResource(V value,
ResourceType<V> type) |
| Modifier and Type | Method and Description |
|---|---|
<V> Collection<Resource<V>> |
MindmapsGraph.getResourcesByValue(V value) |
| Modifier and Type | Method and Description |
|---|---|
<D> Resource<D> |
Concept.asResource() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource<D>> |
ResourceType.instances() |
Collection<Resource<?>> |
Rule.resources(ResourceType... resourceTypes) |
Collection<Resource<?>> |
Relation.resources(ResourceType... resourceTypes) |
Collection<Resource<?>> |
Entity.resources(ResourceType... resourceTypes) |
| Modifier and Type | Method and Description |
|---|---|
<V> Resource<V> |
AbstractMindmapsGraph.getResource(String id) |
<V> Resource<V> |
AbstractMindmapsGraph.putResource(V value,
ResourceType<V> type) |
| Modifier and Type | Method and Description |
|---|---|
<V> Collection<Resource<V>> |
AbstractMindmapsGraph.getResourcesByValue(V value) |
| Modifier and Type | Method and Description |
|---|---|
static Var |
InstanceMapper.map(Resource resource)
Exclude any resources that have been encountered while mapping an entity.
|
Copyright © 2016. All rights reserved.