Uses of Interface
ubic.gemma.core.ontology.FactorValueOntologyUtils.StatementVisitor
Packages that use FactorValueOntologyUtils.StatementVisitor
-
Uses of FactorValueOntologyUtils.StatementVisitor in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology with parameters of type FactorValueOntologyUtils.StatementVisitorModifier 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.