|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleConcept | |
---|---|
org.dishevelled.vocabulary.simple | Simple implementation of the vocabulary interfaces. |
Uses of SimpleConcept in org.dishevelled.vocabulary.simple |
---|
Fields in org.dishevelled.vocabulary.simple declared as SimpleConcept | |
---|---|
private SimpleConcept |
SimpleAssignment.concept
Concept. |
private SimpleConcept |
SimpleRelation.source
Source concept. |
private SimpleConcept |
SimpleProjection.source
Source concept. |
private SimpleConcept |
SimpleRelation.target
Target concept. |
private SimpleConcept |
SimpleProjection.target
Source target. |
Methods in org.dishevelled.vocabulary.simple with parameters of type SimpleConcept | |
---|---|
(package private) void |
SimpleDomain.addConcept(SimpleConcept concept)
Add the specified concept. |
Constructors in org.dishevelled.vocabulary.simple with parameters of type SimpleConcept | |
---|---|
SimpleAssignment(Authority authority,
SimpleConcept concept,
Assignable assignable,
java.util.Set<Evidence> evidence)
Create a new assignment maintained by the specified authority of concept to assignable ,
supported by evidence . |
|
SimpleProjection(Mapping mapping,
java.lang.String name,
SimpleConcept source,
SimpleConcept target,
java.util.Set<Evidence> evidence)
Create a new projection in the specified mapping between concepts source and
target with the specified name. |
|
SimpleRelation(Domain domain,
java.lang.String name,
SimpleConcept source,
SimpleConcept target)
Create a new relation in the specified domain between concepts source and
target with the specified name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |