|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Evidence | |
---|---|
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 Evidence in org.dishevelled.vocabulary |
---|
Methods in org.dishevelled.vocabulary that return types with arguments of type Evidence | |
---|---|
java.util.Set<Evidence> |
Projection.getEvidence()
Return the set of evidence supporting this assignment. |
java.util.Set<Evidence> |
Assignment.getEvidence()
Return the set of evidence supporting this assignment. |
Method parameters in org.dishevelled.vocabulary with type arguments of type Evidence | |
---|---|
Assignment |
Authority.createAssignment(Concept concept,
Assignable assignable,
java.util.Set<Evidence> evidence)
Create a new assignment maintained by this authority of concept to assignable ,
supported by evidence (optional operation). |
Projection |
Mapping.createProjection(java.lang.String name,
Concept source,
Concept target,
java.util.Set<Evidence> evidence)
Create a new projection in this mapping between concepts source and target
with the specified name (optional operation). |
Uses of Evidence in org.dishevelled.vocabulary.simple |
---|
Fields in org.dishevelled.vocabulary.simple with type parameters of type Evidence | |
---|---|
private java.util.Set<Evidence> |
SimpleProjection.evidence
Set of evidence. |
private java.util.Set<Evidence> |
SimpleAssignment.evidence
Set of evidence. |
Methods in org.dishevelled.vocabulary.simple that return types with arguments of type Evidence | |
---|---|
java.util.Set<Evidence> |
SimpleProjection.getEvidence()
|
java.util.Set<Evidence> |
SimpleAssignment.getEvidence()
|
Methods in org.dishevelled.vocabulary.simple with parameters of type Evidence | |
---|---|
void |
SimpleAssignment.addEvidence(Evidence evidence)
Add the specified evidence. |
Method parameters in org.dishevelled.vocabulary.simple with type arguments of type Evidence | |
---|---|
Assignment |
SimpleAuthority.createAssignment(Concept concept,
Assignable assignable,
java.util.Set<Evidence> evidence)
|
Projection |
SimpleMapping.createProjection(java.lang.String name,
Concept source,
Concept target,
java.util.Set<Evidence> evidence)
|
Constructor parameters in org.dishevelled.vocabulary.simple with type arguments of type Evidence | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |