|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MappingResource
| Method Summary | |
|---|---|
Set<Object> |
getSkosBroadMatchs()
If 'concept A has-broad-match concept B' then the set of resources properly indexed against concept A is a subset of the set of resources properly indexed against concept B. |
Set<Object> |
getSkosExactMatchs()
If two concepts are an 'exact-match' then the set of resources properly indexed against the first concept is identical to the set of resources properly indexed against the second. |
Set<Object> |
getSkosMajorMatchs()
If 'concept A has-major-match concept B' then the set of resources properly indexed against concept A shares more than 50% of its members with the set of resources properly indexed against concept B. |
Set<Object> |
getSkosMappingRelations()
The super-property of all properties expressing information about how to create mappings between concepts frmo different conceptual schemes. |
Set<Object> |
getSkosMinorMatchs()
If 'concept A has-minor-match concept B' then the set of resources properly indexed against concept A shares less than 50% but greater than 0 of its members with the set of resources properly indexed against concept B. |
Set<Object> |
getSkosNarrowMatchs()
If 'concept A has-narrow-match concept B' then the set of resources properly indexed against concept A is a superset of the set of resources properly indexed against concept B. |
void |
setSkosBroadMatchs(Set<?> value)
If 'concept A has-broad-match concept B' then the set of resources properly indexed against concept A is a subset of the set of resources properly indexed against concept B. |
void |
setSkosExactMatchs(Set<?> value)
If two concepts are an 'exact-match' then the set of resources properly indexed against the first concept is identical to the set of resources properly indexed against the second. |
void |
setSkosMajorMatchs(Set<?> value)
If 'concept A has-major-match concept B' then the set of resources properly indexed against concept A shares more than 50% of its members with the set of resources properly indexed against concept B. |
void |
setSkosMappingRelations(Set<?> value)
The super-property of all properties expressing information about how to create mappings between concepts frmo different conceptual schemes. |
void |
setSkosMinorMatchs(Set<?> value)
If 'concept A has-minor-match concept B' then the set of resources properly indexed against concept A shares less than 50% but greater than 0 of its members with the set of resources properly indexed against concept B. |
void |
setSkosNarrowMatchs(Set<?> value)
If 'concept A has-narrow-match concept B' then the set of resources properly indexed against concept A is a superset of the set of resources properly indexed against concept B. |
| Methods inherited from interface org.openrdf.concepts.rdfs.Resource |
|---|
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues |
| Methods inherited from interface org.openrdf.elmo.Entity |
|---|
getElmoManager, getQName |
| Method Detail |
|---|
Set<Object> getSkosBroadMatchs()
void setSkosBroadMatchs(Set<?> value)
Set<Object> getSkosExactMatchs()
void setSkosExactMatchs(Set<?> value)
Set<Object> getSkosMajorMatchs()
void setSkosMajorMatchs(Set<?> value)
Set<Object> getSkosMappingRelations()
void setSkosMappingRelations(Set<?> value)
Set<Object> getSkosMinorMatchs()
void setSkosMinorMatchs(Set<?> value)
Set<Object> getSkosNarrowMatchs()
void setSkosNarrowMatchs(Set<?> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||