Uses of Class
ubic.gemma.model.expression.experiment.Statement
-
-
Uses of Statement in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff with parameters of type Statement Modifier and Type Method Description static boolean
BaselineSelection. isBaselineCondition(Statement c)
Check if a given statement indicates a baseline condition. -
Uses of Statement in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return Statement Modifier and Type Method Description static Statement
Statement.Factory. newInstance()
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type Statement Modifier and Type Method Description Set<Statement>
FactorValue. getCharacteristics()
Collection ofStatement
describing this factor value.Methods in ubic.gemma.model.expression.experiment with parameters of type Statement Modifier and Type Method Description static String
StatementUtils. formatStatement(Statement statement)
Format a statement.static String
StatementUtils. formatStatement(Statement statement, String[] ignoredPredicateUris)
Format a statement.Method parameters in ubic.gemma.model.expression.experiment with type arguments of type Statement Modifier and Type Method Description void
FactorValue. setCharacteristics(Set<Statement> characteristics)
Constructors in ubic.gemma.model.expression.experiment with parameters of type Statement Constructor Description FactorValueValueObject(FactorValue fv, Statement c)
Deprecated.Create a FactorValue VO focusing on a specific statement.StatementValueObject(Statement s)
-
Uses of Statement in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description that return types with arguments of type Statement Modifier and Type Method Description Collection<Statement>
CharacteristicService. findByObject(String value)
Collection<Statement>
CharacteristicServiceImpl. findByObject(String value)
Collection<Statement>
CharacteristicService. findByObjectUri(String uri)
Collection<Statement>
CharacteristicServiceImpl. findByObjectUri(String uri)
Collection<Statement>
CharacteristicService. findByPredicate(String value)
Collection<Statement>
CharacteristicServiceImpl. findByPredicate(String value)
Collection<Statement>
CharacteristicService. findByPredicateUri(String uri)
Collection<Statement>
CharacteristicServiceImpl. findByPredicateUri(String uri)
-
Uses of Statement in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return Statement Modifier and Type Method Description Statement
FactorValueService. createStatement(FactorValue factorValue, Statement statement)
Create a given statement and add it to the given factor value.Statement
FactorValueServiceImpl. createStatement(FactorValue factorValue, Statement statement)
Statement
FactorValueService. saveStatement(FactorValue fv, Statement statement)
Create a given statement as perFactorValueService.createStatement(FactorValue, Statement)
if it is transient, otherwise update an existing statement.Statement
FactorValueServiceImpl. saveStatement(FactorValue fv, Statement statement)
Statement
FactorValueService. saveStatementIgnoreAcl(FactorValue fv, Statement statement)
Deprecated.do not use this, it is meant for FactorValue migration onlyStatement
FactorValueServiceImpl. saveStatementIgnoreAcl(FactorValue fv, Statement statement)
Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type Statement Modifier and Type Method Description Statement
FactorValueService. createStatement(FactorValue factorValue, Statement statement)
Create a given statement and add it to the given factor value.Statement
FactorValueServiceImpl. createStatement(FactorValue factorValue, Statement statement)
void
FactorValueService. removeStatement(FactorValue fv, Statement c)
Remove a statement from a factor value.void
FactorValueServiceImpl. removeStatement(FactorValue fv, Statement statement)
Statement
FactorValueService. saveStatement(FactorValue fv, Statement statement)
Create a given statement as perFactorValueService.createStatement(FactorValue, Statement)
if it is transient, otherwise update an existing statement.Statement
FactorValueServiceImpl. saveStatement(FactorValue fv, Statement statement)
Statement
FactorValueService. saveStatementIgnoreAcl(FactorValue fv, Statement statement)
Deprecated.do not use this, it is meant for FactorValue migration onlyStatement
FactorValueServiceImpl. saveStatementIgnoreAcl(FactorValue fv, Statement statement)
-