Class StatementUtils
java.lang.Object
ubic.gemma.model.expression.experiment.StatementUtils
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatStatement
(Statement statement) Format a statement.static String
formatStatement
(Statement statement, String[] ignoredPredicateUris) Format a statement.static boolean
hasSubject
(Statement statement, Characteristic subject) Test if the given statement has the given subject.
-
Constructor Details
-
StatementUtils
public StatementUtils()
-
-
Method Details
-
hasSubject
Test if the given statement has the given subject. -
formatStatement
Format a statement. -
formatStatement
Format a statement.- Parameters:
statement
- statement to format.ignoredPredicateUris
- list of predicate URIs that shouldn't be included in the formatted statement
-