|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Projection
A projection is a binary directional link between a source and a target concept from different domains linked together through a mapping, supported by evidence.
Method Summary | |
---|---|
java.util.Set<Evidence> |
getEvidence()
Return the set of evidence supporting this assignment. |
Mapping |
getMapping()
Return the mapping of this projection. |
java.lang.String |
getName()
Return the name of this projection. |
Concept |
getSource()
Return the source concept of this projection. |
Concept |
getTarget()
Return the target concept of this projection. |
Method Detail |
---|
java.lang.String getName()
java.util.Set<Evidence> getEvidence()
Concept getSource()
Concept getTarget()
Mapping getMapping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |