Uses of Class
ubic.gemma.model.expression.experiment.StatementValueObject
Packages that use StatementValueObject
-
Uses of StatementValueObject in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology with parameters of type StatementValueObjectModifier and TypeMethodDescriptionvoidFactorValueOntologyUtils.StatementVisitor.accept(StatementValueObject v, U u) Method parameters in ubic.gemma.core.ontology with type arguments of type StatementValueObjectModifier and TypeMethodDescriptionstatic <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 that return types with arguments of type StatementValueObjectModifier and TypeMethodDescriptionAbstractFactorValueValueObject.getStatements()The statements associated with this factor value.Methods in ubic.gemma.model.expression.experiment with parameters of type StatementValueObjectMethod parameters in ubic.gemma.model.expression.experiment with type arguments of type StatementValueObjectModifier and TypeMethodDescriptionvoidAbstractFactorValueValueObject.setStatements(List<StatementValueObject> statements) The statements associated with this factor value.