| Constructor and Description |
|---|
OWLMigrator() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
entity(OWLNamedIndividual individual) |
RoleType |
entityRole(EntityType entityType,
ResourceType<?> resourceType) |
EntityType |
entityType(OWLClass owlclass) |
MindmapsGraph |
graph() |
OWLMigrator |
graph(MindmapsGraph graph) |
void |
migrate() |
Namer |
namer() |
OWLMigrator |
namer(Namer namer) |
RoleType |
objectRole(RelationType relType) |
OWLOntology |
ontology() |
OWLMigrator |
ontology(OWLOntology ontology) |
ResourceType.DataType<?> |
owlBuiltInToMindmapsDatatype(OWL2Datatype propertyType) |
EntityType |
owlThingEntityType() |
RelationType |
relation(OWLAnnotationProperty property) |
RelationType |
relation(OWLDataProperty property) |
RelationType |
relation(OWLObjectProperty property) |
RoleType |
resourceRole(ResourceType<?> resourceType) |
ResourceType<?> |
resourceType(OWLDataProperty property) |
RoleType |
subjectRole(RelationType relType) |
public OWLMigrator namer(Namer namer)
public Namer namer()
public OWLMigrator ontology(OWLOntology ontology)
public OWLOntology ontology()
public OWLMigrator graph(MindmapsGraph graph)
public MindmapsGraph graph()
public void migrate()
throws MindmapsValidationException
MindmapsValidationExceptionpublic ResourceType.DataType<?> owlBuiltInToMindmapsDatatype(OWL2Datatype propertyType)
public EntityType owlThingEntityType()
public EntityType entityType(OWLClass owlclass)
public Entity entity(OWLNamedIndividual individual)
public RelationType relation(OWLObjectProperty property)
public RelationType relation(OWLDataProperty property)
public RelationType relation(OWLAnnotationProperty property)
public RoleType subjectRole(RelationType relType)
public RoleType objectRole(RelationType relType)
public RoleType entityRole(EntityType entityType, ResourceType<?> resourceType)
public RoleType resourceRole(ResourceType<?> resourceType)
public ResourceType<?> resourceType(OWLDataProperty property)
Copyright © 2016. All rights reserved.