Class ExpressionExperimentService.CharacteristicWithUsageStatisticsAndOntologyTerm
java.lang.Object
ubic.gemma.persistence.service.expression.experiment.ExpressionExperimentService.CharacteristicWithUsageStatisticsAndOntologyTerm
- Enclosing interface:
ExpressionExperimentService
public static final class ExpressionExperimentService.CharacteristicWithUsageStatisticsAndOntologyTerm
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionCharacteristicWithUsageStatisticsAndOntologyTerm(Characteristic characteristic, Long numberOfExpressionExperiments, OntologyTerm term) Creates a newCharacteristicWithUsageStatisticsAndOntologyTerminstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCharacteristic.The number of associatedExpressionExperiment.getTerm()An associated ontology term if available.inthashCode()toString()
-
Constructor Details
-
CharacteristicWithUsageStatisticsAndOntologyTerm
public CharacteristicWithUsageStatisticsAndOntologyTerm(Characteristic characteristic, Long numberOfExpressionExperiments, @Nullable OntologyTerm term) Creates a newCharacteristicWithUsageStatisticsAndOntologyTerminstance.- Parameters:
characteristic- Characteristic.numberOfExpressionExperiments- The number of associatedExpressionExperiment.term- An associated ontology term if available.The
characteristicmust have a non-nullCharacteristic.getValueUri()and must be retrievable viaOntologyService.getTerm(String, long, TimeUnit)for this property to be filled.
-
-
Method Details
-
getCharacteristic
Characteristic. -
getNumberOfExpressionExperiments
The number of associatedExpressionExperiment. -
getTerm
An associated ontology term if available.The
characteristicmust have a non-nullCharacteristic.getValueUri()and must be retrievable viaOntologyService.getTerm(String, long, TimeUnit)for this property to be filled. -
equals
-
hashCode
public int hashCode() -
toString
-