public interface Concept extends Comparable<Concept>
| Modifier and Type | Method and Description |
|---|---|
Entity |
asEntity() |
EntityType |
asEntityType() |
Instance |
asInstance() |
Relation |
asRelation() |
RelationType |
asRelationType() |
<D> Resource<D> |
asResource() |
<D> ResourceType<D> |
asResourceType() |
RoleType |
asRoleType() |
Rule |
asRule() |
RuleType |
asRuleType() |
Type |
asType() |
void |
delete()
Deletes the concept.
|
String |
getId() |
boolean |
isEntity() |
boolean |
isEntityType() |
boolean |
isInstance() |
boolean |
isRelation() |
boolean |
isRelationType() |
boolean |
isResource() |
boolean |
isResourceType() |
boolean |
isRoleType() |
boolean |
isRule() |
boolean |
isRuleType() |
boolean |
isType() |
Type |
type() |
compareToString getId()
Type type()
Type asType()
Instance asInstance()
EntityType asEntityType()
RoleType asRoleType()
RelationType asRelationType()
<D> ResourceType<D> asResourceType()
RuleType asRuleType()
Entity asEntity()
Relation asRelation()
<D> Resource<D> asResource()
Rule asRule()
boolean isType()
boolean isInstance()
boolean isEntityType()
boolean isRoleType()
boolean isRelationType()
boolean isResourceType()
boolean isRuleType()
boolean isEntity()
boolean isRelation()
boolean isResource()
boolean isRule()
void delete()
throws ConceptException
ConceptException - Throws an exception if the node has any edges attached to it.Copyright © 2016. All rights reserved.