| Package | Description |
|---|---|
| io.mindmaps | |
| io.mindmaps.concept | |
| io.mindmaps.graph.internal | |
| io.mindmaps.migration.export | |
| io.mindmaps.migration.owl |
| Modifier and Type | Method and Description |
|---|---|
<V> ResourceType<V> |
MindmapsGraph.getResourceType(String id) |
<V> ResourceType<V> |
MindmapsGraph.putResourceType(String id,
ResourceType.DataType<V> type) |
| Modifier and Type | Method and Description |
|---|---|
<V> Resource<V> |
MindmapsGraph.putResource(V value,
ResourceType<V> type) |
| Modifier and Type | Method and Description |
|---|---|
<D> ResourceType<D> |
Concept.asResourceType() |
ResourceType<D> |
ResourceType.deletePlaysRole(RoleType roleType) |
ResourceType<D> |
ResourceType.playsRole(RoleType roleType) |
ResourceType<D> |
ResourceType.setAbstract(Boolean isAbstract) |
ResourceType<D> |
ResourceType.setRegex(String regex) |
ResourceType<D> |
ResourceType.superType() |
ResourceType<D> |
ResourceType.superType(ResourceType<D> type) |
ResourceType<D> |
Resource.type() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ResourceType<D>> |
ResourceType.subTypes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource<?>> |
Rule.resources(ResourceType... resourceTypes) |
Collection<Resource<?>> |
Relation.resources(ResourceType... resourceTypes) |
Collection<Resource<?>> |
Entity.resources(ResourceType... resourceTypes) |
ResourceType<D> |
ResourceType.superType(ResourceType<D> type) |
| Modifier and Type | Method and Description |
|---|---|
<V> ResourceType<V> |
AbstractMindmapsGraph.getResourceType(String id) |
<V> ResourceType<V> |
AbstractMindmapsGraph.putResourceType(String id,
ResourceType.DataType<V> dataType) |
| Modifier and Type | Method and Description |
|---|---|
<V> Resource<V> |
AbstractMindmapsGraph.putResource(V value,
ResourceType<V> type) |
| Modifier and Type | Method and Description |
|---|---|
static Var |
TypeMapper.map(Var var,
ResourceType resourceType) |
| Modifier and Type | Method and Description |
|---|---|
ResourceType<?> |
OWLMigrator.resourceType(OWLDataProperty property) |
| Modifier and Type | Method and Description |
|---|---|
RoleType |
OWLMigrator.entityRole(EntityType entityType,
ResourceType<?> resourceType) |
default String |
Namer.resourceId(Entity entity,
ResourceType<?> resourceType)
Make an identifier for a resource of a given type to be associated with a given entity.
|
RoleType |
OWLMigrator.resourceRole(ResourceType<?> resourceType) |
Copyright © 2016. All rights reserved.