Uses of Class
psidev.psi.mi.jami.factory.InteractorCategory
-
Packages that use InteractorCategory Package Description psidev.psi.mi.jami.factory -
-
Uses of InteractorCategory in psidev.psi.mi.jami.factory
Methods in psidev.psi.mi.jami.factory that return InteractorCategory Modifier and Type Method Description static InteractorCategory
InteractorCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static InteractorCategory[]
InteractorCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in psidev.psi.mi.jami.factory with parameters of type InteractorCategory Modifier and Type Method Description protected Interactor
DefaultInteractorFactory. createInteractorFromRecognizedCategory(InteractorCategory category, String name, CvTerm type)
Creates an interactor from a given category (should be the canonical name of an Interactor interface)
-