Uses of Class
ubic.gemma.model.expression.experiment.StatementValueObject
-
Packages that use StatementValueObject Package Description ubic.gemma.core.ontology ubic.gemma.model.expression.experiment ubic.gemma.rest.serializers -
-
Uses of StatementValueObject in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology with parameters of type StatementValueObject Modifier and Type Method Description void
FactorValueOntologyUtils.StatementVisitor. accept(StatementValueObject v, U u)
Method parameters in ubic.gemma.core.ontology with type arguments of type StatementValueObject Modifier and Type Method Description static <E extends Throwable>
voidFactorValueOntologyUtils. visitCharacteristics(Long factorValueId, Collection<StatementValueObject> statements, FactorValueOntologyUtils.StatementVisitor<String,E> visitor)
Visit the characteristics of a FactorValue and generate their annotation IDs.static <E extends Throwable>
voidFactorValueOntologyUtils. visitStatements(Long factorValueId, Collection<StatementValueObject> statements, FactorValueOntologyUtils.StatementVisitor<FactorValueOntologyUtils.AnnotationIds,E> visitor)
Visit the statements of a FactorValue and generate their annotation IDs. -
Uses of StatementValueObject in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment with parameters of type StatementValueObject Modifier and Type Method Description int
StatementValueObject. compareTo(StatementValueObject other)
-
Uses of StatementValueObject in ubic.gemma.rest.serializers
Method parameters in ubic.gemma.rest.serializers with type arguments of type StatementValueObject Modifier and Type Method Description protected void
AbstractFactorValueValueObjectSerializer. writeCharacteristics(Long factorValueId, Collection<StatementValueObject> cvos, com.fasterxml.jackson.core.JsonGenerator jsonGenerator)
protected void
AbstractFactorValueValueObjectSerializer. writeStatements(Long factorValueId, Collection<StatementValueObject> svos, com.fasterxml.jackson.core.JsonGenerator jsonGenerator)
-