Uses of Enum Class
org.incenp.obofoundry.sssom.model.CommonPredicate
Packages that use CommonPredicate
-
Uses of CommonPredicate in org.incenp.obofoundry.sssom.model
Subclasses with type arguments of type CommonPredicate in org.incenp.obofoundry.sssom.modelModifier and TypeClassDescriptionenumRepresents some "well-known" mapping predicates for which we have built-in knowledge on how to invert them.Methods in org.incenp.obofoundry.sssom.model that return CommonPredicateModifier and TypeMethodDescriptionstatic CommonPredicateCommonPredicate.fromString(String v) Parses a string into a common predicate.static CommonPredicateReturns the enum constant of this class with the specified name.static CommonPredicate[]CommonPredicate.values()Returns an array containing the constants of this enum class, in the order they are declared.