|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.rrf.processor.support.AbstractRrfRelationResolver
public abstract class AbstractRrfRelationResolver
The Class AbstractRrfRelationResolver.
Constructor Summary | |
---|---|
AbstractRrfRelationResolver()
|
Method Summary | |
---|---|
CodingSchemeIdSetter |
getCodingSchemeIdSetter()
Gets the coding scheme name setter. |
abstract java.lang.String |
getContainerName()
Gets the container name. |
java.lang.String |
getRelation(Mrrel item)
Gets the relation. |
java.lang.String |
getRelationNamespace(Mrrel item)
Gets the relation namespace. |
abstract java.lang.String |
getSource(Mrrel item)
Gets the source. |
java.lang.String |
getSourceNamespace(Mrrel item)
Gets the source namespace. |
java.lang.String |
getSourceScheme(Mrrel item)
Gets the source scheme. |
abstract java.lang.String |
getTarget(Mrrel item)
Gets the target. |
java.lang.String |
getTargetNamespace(Mrrel item)
Gets the target namespace. |
void |
setCodingSchemeIdSetter(CodingSchemeIdSetter codingSchemeIdSetter)
Sets the coding scheme name setter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRrfRelationResolver()
Method Detail |
---|
public abstract java.lang.String getContainerName()
RelationResolver
getContainerName
in interface RelationResolver<Mrrel>
public java.lang.String getRelation(Mrrel item)
RelationResolver
getRelation
in interface RelationResolver<Mrrel>
item
- the item
public abstract java.lang.String getSource(Mrrel item)
RelationResolver
getSource
in interface RelationResolver<Mrrel>
item
- the item
public abstract java.lang.String getTarget(Mrrel item)
RelationResolver
getTarget
in interface RelationResolver<Mrrel>
item
- the item
public java.lang.String getSourceScheme(Mrrel item)
RelationResolver
getSourceScheme
in interface RelationResolver<Mrrel>
item
- the item
public java.lang.String getRelationNamespace(Mrrel item)
RelationResolver
getRelationNamespace
in interface RelationResolver<Mrrel>
item
- the item
public java.lang.String getSourceNamespace(Mrrel item)
RelationResolver
getSourceNamespace
in interface RelationResolver<Mrrel>
item
- the item
public java.lang.String getTargetNamespace(Mrrel item)
RelationResolver
getTargetNamespace
in interface RelationResolver<Mrrel>
item
- the item
public CodingSchemeIdSetter getCodingSchemeIdSetter()
public void setCodingSchemeIdSetter(CodingSchemeIdSetter codingSchemeIdSetter)
codingSchemeIdSetter
- the new coding scheme name setter
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |