Uses of Interface
gov.nih.nci.mageom.domain.Description.OntologyEntry

Packages that use OntologyEntry
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
gov.nih.nci.mageom.domain.AuditAndSecurity   
gov.nih.nci.mageom.domain.AuditAndSecurity.impl   
gov.nih.nci.mageom.domain.BioAssay   
gov.nih.nci.mageom.domain.BioAssay.impl   
gov.nih.nci.mageom.domain.BioMaterial   
gov.nih.nci.mageom.domain.BioMaterial.impl   
gov.nih.nci.mageom.domain.BioSequence   
gov.nih.nci.mageom.domain.BioSequence.impl   
gov.nih.nci.mageom.domain.BQS   
gov.nih.nci.mageom.domain.BQS.impl   
gov.nih.nci.mageom.domain.Description   
gov.nih.nci.mageom.domain.Description.impl   
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
gov.nih.nci.mageom.domain.Experiment   
gov.nih.nci.mageom.domain.Experiment.impl   
gov.nih.nci.mageom.domain.HigherLevelAnalysis   
gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl   
gov.nih.nci.mageom.domain.Protocol   
gov.nih.nci.mageom.domain.Protocol.impl   
gov.nih.nci.mageom.domain.QuantitationType   
gov.nih.nci.mageom.domain.QuantitationType.impl   
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.Array
 

Methods in gov.nih.nci.mageom.domain.Array that return OntologyEntry
 OntologyEntry ZoneDefect.getDefectType()
          Returns the value of this ZoneDefect object's defectType attribute.
 OntologyEntry FeatureDefect.getDefectType()
          Returns the value of this FeatureDefect object's defectType attribute.
 OntologyEntry Fiducial.getFiducialType()
          Returns the value of this Fiducial object's fiducialType attribute.
 OntologyEntry ArrayGroup.getSubstrateType()
          Returns the value of this ArrayGroup object's substrateType attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type OntologyEntry
 void ZoneDefect.setDefectType(OntologyEntry p_defectType)
          Sets the defectType attribute.
 void FeatureDefect.setDefectType(OntologyEntry p_defectType)
          Sets the defectType attribute.
 void Fiducial.setFiducialType(OntologyEntry p_fiducialType)
          Sets the fiducialType attribute.
 void ArrayGroup.setSubstrateType(OntologyEntry p_substrateType)
          Sets the substrateType attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.Array.impl
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as OntologyEntry
protected  OntologyEntry ZoneDefectImpl.defectType
          DOCUMENT ME
protected  OntologyEntry FeatureDefectImpl.defectType
          DOCUMENT ME
protected  OntologyEntry FiducialImpl.fiducialType
          DOCUMENT ME
protected  OntologyEntry ArrayGroupImpl.substrateType
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return OntologyEntry
 OntologyEntry ZoneDefectImpl.getDefectType()
           
 OntologyEntry FeatureDefectImpl.getDefectType()
           
 OntologyEntry FiducialImpl.getFiducialType()
           
 OntologyEntry ArrayGroupImpl.getSubstrateType()
           
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type OntologyEntry
 void ZoneDefectImpl.setDefectType(OntologyEntry p_defectType)
          Sets the defectType attribute.
 void FeatureDefectImpl.setDefectType(OntologyEntry p_defectType)
          Sets the defectType attribute.
 void FiducialImpl.setFiducialType(OntologyEntry p_fiducialType)
          Sets the fiducialType attribute.
 void ArrayGroupImpl.setSubstrateType(OntologyEntry p_substrateType)
          Sets the substrateType attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.ArrayDesign
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign that return OntologyEntry
 OntologyEntry FeatureGroup.getFeatureShape()
          Returns the value of this FeatureGroup object's featureShape attribute.
 OntologyEntry DesignElementGroup.getSpecies()
          Returns the value of this DesignElementGroup object's species attribute.
 OntologyEntry PhysicalArrayDesign.getSurfaceType()
          Returns the value of this PhysicalArrayDesign object's surfaceType attribute.
 OntologyEntry FeatureGroup.getTechnologyType()
          Returns the value of this FeatureGroup object's technologyType attribute.
 OntologyEntry[] DesignElementGroup.getTypes()
          Returns the value of this DesignElementGroup object's types attribute.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type OntologyEntry
 void FeatureGroup.setFeatureShape(OntologyEntry p_featureShape)
          Sets the featureShape attribute.
 void DesignElementGroup.setSpecies(OntologyEntry p_species)
          Sets the species attribute.
 void PhysicalArrayDesign.setSurfaceType(OntologyEntry p_surfaceType)
          Sets the surfaceType attribute.
 void FeatureGroup.setTechnologyType(OntologyEntry p_technologyType)
          Sets the technologyType attribute.
 void DesignElementGroup.setTypes(OntologyEntry[] p_types)
          Sets the types attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.ArrayDesign.impl
 

Fields in gov.nih.nci.mageom.domain.ArrayDesign.impl declared as OntologyEntry
protected  OntologyEntry FeatureGroupImpl.featureShape
          DOCUMENT ME
protected  OntologyEntry DesignElementGroupImpl.species
          DOCUMENT ME
protected  OntologyEntry PhysicalArrayDesignImpl.surfaceType
          DOCUMENT ME
protected  OntologyEntry FeatureGroupImpl.technologyType
          DOCUMENT ME
protected  OntologyEntry[] DesignElementGroupImpl.types
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return OntologyEntry
 OntologyEntry FeatureGroupImpl.getFeatureShape()
           
 OntologyEntry DesignElementGroupImpl.getSpecies()
           
 OntologyEntry PhysicalArrayDesignImpl.getSurfaceType()
           
 OntologyEntry FeatureGroupImpl.getTechnologyType()
           
 OntologyEntry[] DesignElementGroupImpl.getTypes()
           
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type OntologyEntry
 void FeatureGroupImpl.setFeatureShape(OntologyEntry p_featureShape)
          Sets the featureShape attribute.
 void DesignElementGroupImpl.setSpecies(OntologyEntry p_species)
          Sets the species attribute.
 void PhysicalArrayDesignImpl.setSurfaceType(OntologyEntry p_surfaceType)
          Sets the surfaceType attribute.
 void FeatureGroupImpl.setTechnologyType(OntologyEntry p_technologyType)
          Sets the technologyType attribute.
 void DesignElementGroupImpl.setTypes(OntologyEntry[] p_types)
          Sets the types attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.AuditAndSecurity
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity that return OntologyEntry
 OntologyEntry[] Contact.getRoles()
          Returns the value of this Contact object's roles attribute.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity with parameters of type OntologyEntry
 void Contact.setRoles(OntologyEntry[] p_roles)
          Sets the roles attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.AuditAndSecurity.impl
 

Fields in gov.nih.nci.mageom.domain.AuditAndSecurity.impl declared as OntologyEntry
protected  OntologyEntry[] ContactImpl.roles
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that return OntologyEntry
 OntologyEntry[] ContactImpl.getRoles()
           
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl with parameters of type OntologyEntry
 void ContactImpl.setRoles(OntologyEntry[] p_roles)
          Sets the roles attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.BioAssay
 

Methods in gov.nih.nci.mageom.domain.BioAssay that return OntologyEntry
 OntologyEntry Image.getFormat()
          Returns the value of this Image object's format attribute.
 OntologyEntry DerivedBioAssay.getType()
          Returns the value of this DerivedBioAssay object's type attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type OntologyEntry
 void Image.setFormat(OntologyEntry p_format)
          Sets the format attribute.
 void DerivedBioAssay.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.BioAssay.impl
 

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as OntologyEntry
protected  OntologyEntry ImageImpl.format
          DOCUMENT ME
protected  OntologyEntry DerivedBioAssayImpl.type
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return OntologyEntry
 OntologyEntry ImageImpl.getFormat()
           
 OntologyEntry DerivedBioAssayImpl.getType()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type OntologyEntry
 void ImageImpl.setFormat(OntologyEntry p_format)
          Sets the format attribute.
 void DerivedBioAssayImpl.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.BioMaterial
 

Methods in gov.nih.nci.mageom.domain.BioMaterial that return OntologyEntry
 OntologyEntry Treatment.getAction()
          Returns the value of this Treatment object's action attribute.
 OntologyEntry[] BioMaterial.getCharacteristics()
          Returns the value of this BioMaterial object's characteristics attribute.
 OntologyEntry[] Compound.getCompoundIndices()
          Returns the value of this Compound object's compoundIndices attribute.
 OntologyEntry BioMaterial.getMaterialType()
          Returns the value of this BioMaterial object's materialType attribute.
 OntologyEntry BioSample.getType()
          Returns the value of this BioSample object's type attribute.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial with parameters of type OntologyEntry
 void Treatment.setAction(OntologyEntry p_action)
          Sets the action attribute.
 void BioMaterial.setCharacteristics(OntologyEntry[] p_characteristics)
          Sets the characteristics attribute.
 void Compound.setCompoundIndices(OntologyEntry[] p_compoundIndices)
          Sets the compoundIndices attribute.
 void BioMaterial.setMaterialType(OntologyEntry p_materialType)
          Sets the materialType attribute.
 void BioSample.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.BioMaterial.impl
 

Fields in gov.nih.nci.mageom.domain.BioMaterial.impl declared as OntologyEntry
protected  OntologyEntry TreatmentImpl.action
          DOCUMENT ME
protected  OntologyEntry[] BioMaterialImpl.characteristics
          DOCUMENT ME
protected  OntologyEntry[] CompoundImpl.compoundIndices
          DOCUMENT ME
protected  OntologyEntry BioMaterialImpl.materialType
          DOCUMENT ME
protected  OntologyEntry BioSampleImpl.type
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl that return OntologyEntry
 OntologyEntry TreatmentImpl.getAction()
           
 OntologyEntry[] BioMaterialImpl.getCharacteristics()
           
 OntologyEntry[] CompoundImpl.getCompoundIndices()
           
 OntologyEntry BioMaterialImpl.getMaterialType()
           
 OntologyEntry BioSampleImpl.getType()
           
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type OntologyEntry
 void TreatmentImpl.setAction(OntologyEntry p_action)
          Sets the action attribute.
 void BioMaterialImpl.setCharacteristics(OntologyEntry[] p_characteristics)
          Sets the characteristics attribute.
 void CompoundImpl.setCompoundIndices(OntologyEntry[] p_compoundIndices)
          Sets the compoundIndices attribute.
 void BioMaterialImpl.setMaterialType(OntologyEntry p_materialType)
          Sets the materialType attribute.
 void BioSampleImpl.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.BioSequence
 

Methods in gov.nih.nci.mageom.domain.BioSequence that return OntologyEntry
 OntologyEntry[] BioSequence.getOntologyEntries()
          Returns the value of this BioSequence object's ontologyEntries attribute.
 OntologyEntry BioSequence.getPolymerType()
          Returns the value of this BioSequence object's polymerType attribute.
 OntologyEntry BioSequence.getSpecies()
          Returns the value of this BioSequence object's species attribute.
 OntologyEntry BioSequence.getType()
          Returns the value of this BioSequence object's type attribute.
 

Methods in gov.nih.nci.mageom.domain.BioSequence with parameters of type OntologyEntry
 void BioSequence.setOntologyEntries(OntologyEntry[] p_ontologyEntries)
          Sets the ontologyEntries attribute.
 void BioSequence.setPolymerType(OntologyEntry p_polymerType)
          Sets the polymerType attribute.
 void BioSequence.setSpecies(OntologyEntry p_species)
          Sets the species attribute.
 void BioSequence.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.BioSequence.impl
 

Fields in gov.nih.nci.mageom.domain.BioSequence.impl declared as OntologyEntry
protected  OntologyEntry[] BioSequenceImpl.ontologyEntries
          DOCUMENT ME
protected  OntologyEntry BioSequenceImpl.polymerType
          DOCUMENT ME
protected  OntologyEntry BioSequenceImpl.species
          DOCUMENT ME
protected  OntologyEntry BioSequenceImpl.type
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioSequence.impl that return OntologyEntry
 OntologyEntry[] BioSequenceImpl.getOntologyEntries()
           
 OntologyEntry BioSequenceImpl.getPolymerType()
           
 OntologyEntry BioSequenceImpl.getSpecies()
           
 OntologyEntry BioSequenceImpl.getType()
           
 

Methods in gov.nih.nci.mageom.domain.BioSequence.impl with parameters of type OntologyEntry
 void BioSequenceImpl.setOntologyEntries(OntologyEntry[] p_ontologyEntries)
          Sets the ontologyEntries attribute.
 void BioSequenceImpl.setPolymerType(OntologyEntry p_polymerType)
          Sets the polymerType attribute.
 void BioSequenceImpl.setSpecies(OntologyEntry p_species)
          Sets the species attribute.
 void BioSequenceImpl.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.BQS
 

Methods in gov.nih.nci.mageom.domain.BQS that return OntologyEntry
 OntologyEntry[] BibliographicReference.getParameters()
          Returns the value of this BibliographicReference object's parameters attribute.
 

Methods in gov.nih.nci.mageom.domain.BQS with parameters of type OntologyEntry
 void BibliographicReference.setParameters(OntologyEntry[] p_parameters)
          Sets the parameters attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.BQS.impl
 

Fields in gov.nih.nci.mageom.domain.BQS.impl declared as OntologyEntry
protected  OntologyEntry[] BibliographicReferenceImpl.parameters
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BQS.impl that return OntologyEntry
 OntologyEntry[] BibliographicReferenceImpl.getParameters()
           
 

Methods in gov.nih.nci.mageom.domain.BQS.impl with parameters of type OntologyEntry
 void BibliographicReferenceImpl.setParameters(OntologyEntry[] p_parameters)
          Sets the parameters attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.Description
 

Methods in gov.nih.nci.mageom.domain.Description that return OntologyEntry
 OntologyEntry[] Description.getAnnotations()
          Returns the value of this Description object's annotations attribute.
 OntologyEntry[] OntologyEntry.getAssociations()
          Returns the value of this OntologyEntry object's associations attribute.
 OntologyEntry DatabaseEntry.getType()
          Returns the value of this DatabaseEntry object's type attribute.
 

Methods in gov.nih.nci.mageom.domain.Description with parameters of type OntologyEntry
 void Description.setAnnotations(OntologyEntry[] p_annotations)
          Sets the annotations attribute.
 void OntologyEntry.setAssociations(OntologyEntry[] p_associations)
          Sets the associations attribute.
 void DatabaseEntry.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.Description.impl
 

Classes in gov.nih.nci.mageom.domain.Description.impl that implement OntologyEntry
 class OntologyEntryImpl
          A single entry from an ontology or a controlled vocabulary.
 

Fields in gov.nih.nci.mageom.domain.Description.impl declared as OntologyEntry
protected  OntologyEntry[] DescriptionImpl.annotations
          DOCUMENT ME
protected  OntologyEntry[] OntologyEntryImpl.associations
          DOCUMENT ME
protected  OntologyEntry DatabaseEntryImpl.type
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Description.impl that return OntologyEntry
 OntologyEntry[] DescriptionImpl.getAnnotations()
           
 OntologyEntry[] OntologyEntryImpl.getAssociations()
           
 OntologyEntry DatabaseEntryImpl.getType()
           
 OntologyEntry[] OntologyEntryImpl.searchOntologyEntries(OntologyEntrySearchCriteria criteria)
          Returns an array of OntologyEntry objects that satisfy the given OntologyEntrySearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Description.impl with parameters of type OntologyEntry
 void DescriptionImpl.setAnnotations(OntologyEntry[] p_annotations)
          Sets the annotations attribute.
 void OntologyEntryImpl.setAssociations(OntologyEntry[] p_associations)
          Sets the associations attribute.
 void DatabaseEntryImpl.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.DesignElement
 

Methods in gov.nih.nci.mageom.domain.DesignElement that return OntologyEntry
 OntologyEntry DesignElement.getControlType()
          Returns the value of this DesignElement object's controlType attribute.
 OntologyEntry[] Reporter.getFailTypes()
          Returns the value of this Reporter object's failTypes attribute.
 OntologyEntry Reporter.getWarningType()
          Returns the value of this Reporter object's warningType attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type OntologyEntry
 void DesignElement.setControlType(OntologyEntry p_controlType)
          Sets the controlType attribute.
 void Reporter.setFailTypes(OntologyEntry[] p_failTypes)
          Sets the failTypes attribute.
 void Reporter.setWarningType(OntologyEntry p_warningType)
          Sets the warningType attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.DesignElement.impl
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as OntologyEntry
protected  OntologyEntry DesignElementImpl.controlType
          DOCUMENT ME
protected  OntologyEntry[] ReporterImpl.failTypes
          DOCUMENT ME
protected  OntologyEntry ReporterImpl.warningType
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return OntologyEntry
 OntologyEntry DesignElementImpl.getControlType()
           
 OntologyEntry[] ReporterImpl.getFailTypes()
           
 OntologyEntry ReporterImpl.getWarningType()
           
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type OntologyEntry
 void DesignElementImpl.setControlType(OntologyEntry p_controlType)
          Sets the controlType attribute.
 void ReporterImpl.setFailTypes(OntologyEntry[] p_failTypes)
          Sets the failTypes attribute.
 void ReporterImpl.setWarningType(OntologyEntry p_warningType)
          Sets the warningType attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.Experiment
 

Methods in gov.nih.nci.mageom.domain.Experiment that return OntologyEntry
 OntologyEntry[] ExperimentalFactor.getAnnotations()
          Returns the value of this ExperimentalFactor object's annotations attribute.
 OntologyEntry ExperimentalFactor.getCategory()
          Returns the value of this ExperimentalFactor object's category attribute.
 OntologyEntry[] ExperimentDesign.getTypes()
          Returns the value of this ExperimentDesign object's types attribute.
 OntologyEntry FactorValue.getValue()
          Returns the value of this FactorValue object's value attribute.
 

Methods in gov.nih.nci.mageom.domain.Experiment with parameters of type OntologyEntry
 void ExperimentalFactor.setAnnotations(OntologyEntry[] p_annotations)
          Sets the annotations attribute.
 void ExperimentalFactor.setCategory(OntologyEntry p_category)
          Sets the category attribute.
 void ExperimentDesign.setTypes(OntologyEntry[] p_types)
          Sets the types attribute.
 void FactorValue.setValue(OntologyEntry p_value)
          Sets the value attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.Experiment.impl
 

Fields in gov.nih.nci.mageom.domain.Experiment.impl declared as OntologyEntry
protected  OntologyEntry[] ExperimentalFactorImpl.annotations
          DOCUMENT ME
protected  OntologyEntry ExperimentalFactorImpl.category
          DOCUMENT ME
protected  OntologyEntry[] ExperimentDesignImpl.types
          DOCUMENT ME
protected  OntologyEntry FactorValueImpl.value
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl that return OntologyEntry
 OntologyEntry[] ExperimentalFactorImpl.getAnnotations()
           
 OntologyEntry ExperimentalFactorImpl.getCategory()
           
 OntologyEntry[] ExperimentDesignImpl.getTypes()
           
 OntologyEntry FactorValueImpl.getValue()
           
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl with parameters of type OntologyEntry
 void ExperimentalFactorImpl.setAnnotations(OntologyEntry[] p_annotations)
          Sets the annotations attribute.
 void ExperimentalFactorImpl.setCategory(OntologyEntry p_category)
          Sets the category attribute.
 void ExperimentDesignImpl.setTypes(OntologyEntry[] p_types)
          Sets the types attribute.
 void FactorValueImpl.setValue(OntologyEntry p_value)
          Sets the value attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.HigherLevelAnalysis
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis that return OntologyEntry
 OntologyEntry NodeValue.getDataType()
          Returns the value of this NodeValue object's dataType attribute.
 OntologyEntry NodeValue.getScale()
          Returns the value of this NodeValue object's scale attribute.
 OntologyEntry NodeValue.getType()
          Returns the value of this NodeValue object's type attribute.
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis with parameters of type OntologyEntry
 void NodeValue.setDataType(OntologyEntry p_dataType)
          Sets the dataType attribute.
 void NodeValue.setScale(OntologyEntry p_scale)
          Sets the scale attribute.
 void NodeValue.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl
 

Fields in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl declared as OntologyEntry
protected  OntologyEntry NodeValueImpl.dataType
          DOCUMENT ME
protected  OntologyEntry NodeValueImpl.scale
          DOCUMENT ME
protected  OntologyEntry NodeValueImpl.type
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that return OntologyEntry
 OntologyEntry NodeValueImpl.getDataType()
           
 OntologyEntry NodeValueImpl.getScale()
           
 OntologyEntry NodeValueImpl.getType()
           
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl with parameters of type OntologyEntry
 void NodeValueImpl.setDataType(OntologyEntry p_dataType)
          Sets the dataType attribute.
 void NodeValueImpl.setScale(OntologyEntry p_scale)
          Sets the scale attribute.
 void NodeValueImpl.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.Protocol
 

Methods in gov.nih.nci.mageom.domain.Protocol that return OntologyEntry
 OntologyEntry Parameter.getDataType()
          Returns the value of this Parameter object's dataType attribute.
 OntologyEntry Software.getType()
          Returns the value of this Software object's type attribute.
 OntologyEntry Protocol.getType()
          Returns the value of this Protocol object's type attribute.
 OntologyEntry Hardware.getType()
          Returns the value of this Hardware object's type attribute.
 

Methods in gov.nih.nci.mageom.domain.Protocol with parameters of type OntologyEntry
 void Parameter.setDataType(OntologyEntry p_dataType)
          Sets the dataType attribute.
 void Software.setType(OntologyEntry p_type)
          Sets the type attribute.
 void Protocol.setType(OntologyEntry p_type)
          Sets the type attribute.
 void Hardware.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.Protocol.impl
 

Fields in gov.nih.nci.mageom.domain.Protocol.impl declared as OntologyEntry
protected  OntologyEntry ParameterImpl.dataType
          DOCUMENT ME
protected  OntologyEntry SoftwareImpl.type
          DOCUMENT ME
protected  OntologyEntry ProtocolImpl.type
          DOCUMENT ME
protected  OntologyEntry HardwareImpl.type
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return OntologyEntry
 OntologyEntry ParameterImpl.getDataType()
           
 OntologyEntry SoftwareImpl.getType()
           
 OntologyEntry ProtocolImpl.getType()
           
 OntologyEntry HardwareImpl.getType()
           
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type OntologyEntry
 void ParameterImpl.setDataType(OntologyEntry p_dataType)
          Sets the dataType attribute.
 void SoftwareImpl.setType(OntologyEntry p_type)
          Sets the type attribute.
 void ProtocolImpl.setType(OntologyEntry p_type)
          Sets the type attribute.
 void HardwareImpl.setType(OntologyEntry p_type)
          Sets the type attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.QuantitationType
 

Methods in gov.nih.nci.mageom.domain.QuantitationType that return OntologyEntry
 OntologyEntry QuantitationType.getDataType()
          Returns the value of this QuantitationType object's dataType attribute.
 OntologyEntry QuantitationType.getScale()
          Returns the value of this QuantitationType object's scale attribute.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType with parameters of type OntologyEntry
 void QuantitationType.setDataType(OntologyEntry p_dataType)
          Sets the dataType attribute.
 void QuantitationType.setScale(OntologyEntry p_scale)
          Sets the scale attribute.
 

Uses of OntologyEntry in gov.nih.nci.mageom.domain.QuantitationType.impl
 

Fields in gov.nih.nci.mageom.domain.QuantitationType.impl declared as OntologyEntry
protected  OntologyEntry QuantitationTypeImpl.dataType
          DOCUMENT ME
protected  OntologyEntry QuantitationTypeImpl.scale
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return OntologyEntry
 OntologyEntry QuantitationTypeImpl.getDataType()
           
 OntologyEntry QuantitationTypeImpl.getScale()
           
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl with parameters of type OntologyEntry
 void QuantitationTypeImpl.setDataType(OntologyEntry p_dataType)
          Sets the dataType attribute.
 void QuantitationTypeImpl.setScale(OntologyEntry p_scale)
          Sets the scale attribute.