| Package | Description |
|---|---|
| io.mindmaps | |
| io.mindmaps.concept | |
| io.mindmaps.graph.internal | |
| io.mindmaps.migration.export |
| Modifier and Type | Method and Description |
|---|---|
RuleType |
MindmapsGraph.getMetaRuleConstraint() |
RuleType |
MindmapsGraph.getMetaRuleInference() |
RuleType |
MindmapsGraph.getRuleType(String id) |
RuleType |
MindmapsGraph.putRuleType(String id) |
| Modifier and Type | Method and Description |
|---|---|
Rule |
MindmapsGraph.addRule(String lhs,
String rhs,
RuleType type) |
Rule |
MindmapsGraph.putRule(String id,
String lhs,
String rhs,
RuleType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RuleType |
Concept.asRuleType() |
RuleType |
RuleType.deletePlaysRole(RoleType roleType) |
RuleType |
RuleType.playsRole(RoleType roleType) |
RuleType |
RuleType.setAbstract(Boolean isAbstract) |
RuleType |
RuleType.superType() |
RuleType |
RuleType.superType(RuleType type) |
RuleType |
Rule.type() |
| Modifier and Type | Method and Description |
|---|---|
Collection<RuleType> |
RuleType.subTypes() |
| Modifier and Type | Method and Description |
|---|---|
RuleType |
RuleType.superType(RuleType type) |
| Modifier and Type | Method and Description |
|---|---|
RuleType |
AbstractMindmapsGraph.getMetaRuleConstraint() |
RuleType |
AbstractMindmapsGraph.getMetaRuleInference() |
RuleType |
AbstractMindmapsGraph.getRuleType(String id) |
RuleType |
AbstractMindmapsGraph.putRuleType(String itemIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
Rule |
AbstractMindmapsGraph.addRule(String lhs,
String rhs,
RuleType type) |
Rule |
AbstractMindmapsGraph.putRule(String itemIdentifier,
String lhs,
String rhs,
RuleType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Var |
TypeMapper.map(Var var,
RuleType ruleType) |
Copyright © 2016. All rights reserved.