| Modifier and Type | Method and Description |
|---|---|
Type |
MindmapsGraph.getMetaEntityType() |
Type |
MindmapsGraph.getMetaRelationType() |
Type |
MindmapsGraph.getMetaResourceType() |
Type |
MindmapsGraph.getMetaRoleType() |
Type |
MindmapsGraph.getMetaRuleType() |
Type |
MindmapsGraph.getMetaType() |
Type |
MindmapsGraph.getType(String id) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityType
An ontological element which represents the categories instances can fall within.
|
interface |
RelationType
A Relation Type is an ontological element used to concept how entity types relate to one another.
|
interface |
ResourceType<D>
A Resource Type which can hold different values.
|
interface |
RoleType
An ontological element which defines a role which can be played in a relation type.
|
interface |
RuleType
An ontological element used to define different types of rule.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
Concept.asType() |
Type |
Type.deletePlaysRole(RoleType roleType) |
Type |
Type.playsRole(RoleType roleType) |
Type |
Type.setAbstract(Boolean isAbstract) |
Type |
Type.superType() |
Type |
Concept.type() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Type> |
Rule.getConclusionTypes() |
Collection<Type> |
Rule.getHypothesisTypes() |
Collection<Type> |
RoleType.playedByTypes() |
Collection<? extends Type> |
Type.subTypes() |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.addConclusion(Type type) |
Rule |
Rule.addHypothesis(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Type |
AbstractMindmapsGraph.getMetaEntityType() |
Type |
AbstractMindmapsGraph.getMetaRelationType() |
Type |
AbstractMindmapsGraph.getMetaResourceType() |
Type |
AbstractMindmapsGraph.getMetaRoleType() |
Type |
AbstractMindmapsGraph.getMetaRuleType() |
Type |
AbstractMindmapsGraph.getMetaType() |
Type |
AbstractMindmapsGraph.getType(String id) |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
MatchQueryAdmin.getTypes() |
Set<Type> |
InsertQueryAdmin.getTypes() |
Set<Type> |
MatchQueryAdmin.getTypes(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
MatchQueryBase.getTypes() |
Set<Type> |
MatchQueryBase.getTypes(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utility.checkTypesCompatible(Type aType,
Type bType) |
static Set<RoleType> |
Utility.getCompatibleRoleTypes(Type type,
Type relType) |
| Modifier and Type | Field and Description |
|---|---|
protected Type |
AtomBase.type |
| Modifier and Type | Method and Description |
|---|---|
Type |
Atomic.getType() |
Type |
AtomBase.getType() |
| Modifier and Type | Method and Description |
|---|---|
Map<RoleType,javafx.util.Pair<String,Type>> |
Relation.getRoleVarTypeMap() |
Map<RoleType,javafx.util.Pair<String,Type>> |
Atomic.getRoleVarTypeMap() |
Map<RoleType,javafx.util.Pair<String,Type>> |
AtomBase.getRoleVarTypeMap() |
Map<String,javafx.util.Pair<Type,RoleType>> |
Relation.getVarTypeRoleMap() |
Map<String,javafx.util.Pair<Type,RoleType>> |
Atomic.getVarTypeRoleMap() |
Map<String,javafx.util.Pair<Type,RoleType>> |
AtomBase.getVarTypeRoleMap() |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
Query.getTypes() |
Set<Type> |
Query.getTypes(MindmapsGraph graph) |
Map<String,Type> |
Query.getVarTypeMap() |
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeMapper.map(Type type) |
Copyright © 2016. All rights reserved.