phenote.dataadapter
Class OntologyMaker

java.lang.Object
  extended by phenote.dataadapter.OntologyMaker
All Implemented Interfaces:
OntologyMakerI
Direct Known Subclasses:
AbstractGroupAdapter, ProformaAlleleParser

public abstract class OntologyMaker
extends java.lang.Object
implements OntologyMakerI


Constructor Summary
OntologyMaker()
           
 
Method Summary
 void addDestinationField(java.lang.String fieldName)
          the destination field that this group is populating (with obo classes), if a group is not populating a destination field this would be no-oped one could imagine other destinations like main datamodel
 java.lang.String getButtonText()
           
protected  boolean hasDestinationCharField()
           
protected  void setOboSession(org.obo.datamodel.OBOSession os)
           
protected  void setOboSession(org.obo.datamodel.OBOSession os, boolean isInstances)
           
 boolean useButtonToLaunch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface phenote.dataadapter.OntologyMakerI
makeOntology
 

Constructor Detail

OntologyMaker

public OntologyMaker()
Method Detail

addDestinationField

public void addDestinationField(java.lang.String fieldName)
Description copied from interface: OntologyMakerI
the destination field that this group is populating (with obo classes), if a group is not populating a destination field this would be no-oped one could imagine other destinations like main datamodel

Specified by:
addDestinationField in interface OntologyMakerI

useButtonToLaunch

public boolean useButtonToLaunch()
Specified by:
useButtonToLaunch in interface OntologyMakerI

getButtonText

public java.lang.String getButtonText()
Specified by:
getButtonText in interface OntologyMakerI

setOboSession

protected void setOboSession(org.obo.datamodel.OBOSession os)

setOboSession

protected void setOboSession(org.obo.datamodel.OBOSession os,
                             boolean isInstances)

hasDestinationCharField

protected boolean hasDestinationCharField()