|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Relation | |
---|---|
org.dishevelled.vocabulary | A structured vocabulary is a description of concepts and their relations in a domain. |
org.dishevelled.vocabulary.simple | Simple implementation of the vocabulary interfaces. |
Uses of Relation in org.dishevelled.vocabulary |
---|
Methods in org.dishevelled.vocabulary that return Relation | |
---|---|
Relation |
Domain.createRelation(java.lang.String name,
Concept source,
Concept target)
Create a new relation in this domain between concepts source and target with the
specified name (optional operation). |
Methods in org.dishevelled.vocabulary that return types with arguments of type Relation | |
---|---|
java.util.Set<Relation> |
Concept.getRelations()
Return the set of all relations for this concept. |
java.util.Set<Relation> |
Domain.getRelations()
Return the set of all relations in this domain. |
java.util.Set<Relation> |
Concept.inRelations()
Return the set of in relations for this concept, that is those relations that have this concept as the target. |
java.util.Set<Relation> |
Concept.outRelations()
Return the set of out relations for this concept, that is those relations that have this concept as the source. |
Uses of Relation in org.dishevelled.vocabulary.simple |
---|
Classes in org.dishevelled.vocabulary.simple that implement Relation | |
---|---|
class |
SimpleRelation
Simple implementation of the Relation interface. |
Fields in org.dishevelled.vocabulary.simple with type parameters of type Relation | |
---|---|
private java.util.Set<Relation> |
SimpleConcept.inRelations
Set of in relations. |
private java.util.Set<Relation> |
SimpleConcept.outRelations
Set of out relations. |
private java.util.Set<Relation> |
SimpleDomain.relations
Set of relations. |
Methods in org.dishevelled.vocabulary.simple that return Relation | |
---|---|
Relation |
SimpleDomain.createRelation(java.lang.String name,
Concept source,
Concept target)
|
Methods in org.dishevelled.vocabulary.simple that return types with arguments of type Relation | |
---|---|
java.util.Set<Relation> |
SimpleConcept.getRelations()
|
java.util.Set<Relation> |
SimpleDomain.getRelations()
|
java.util.Set<Relation> |
SimpleConcept.inRelations()
|
java.util.Set<Relation> |
SimpleConcept.outRelations()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |