Uses of Class
org.incenp.obofoundry.sssom.model.CommonPredicate
-
Packages that use CommonPredicate Package Description org.incenp.obofoundry.sssom.model -
-
Uses of CommonPredicate in org.incenp.obofoundry.sssom.model
Methods in org.incenp.obofoundry.sssom.model that return CommonPredicate Modifier and Type Method Description static CommonPredicateCommonPredicate. fromString(String v)Parses a string into a common predicate.static CommonPredicateCommonPredicate. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonPredicate[]CommonPredicate. values()Returns an array containing the constants of this enum type, in the order they are declared.
-