Uses of Class
psidev.psi.mi.jami.enricher.util.diff.Operation
-
Packages that use Operation Package Description psidev.psi.mi.jami.enricher.util psidev.psi.mi.jami.enricher.util.diff -
-
Uses of Operation in psidev.psi.mi.jami.enricher.util
Methods in psidev.psi.mi.jami.enricher.util with parameters of type Operation Modifier and Type Method Description static List<Diff>
DiffUtils. filterDiffsByOperation(List<Diff> diffs, Operation operation)
Filters, creating a copy, a list of Diffs by operation. -
Uses of Operation in psidev.psi.mi.jami.enricher.util.diff
Methods in psidev.psi.mi.jami.enricher.util.diff that return Operation Modifier and Type Method Description Operation
Diff. getOperation()
getOperation.static Operation
Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation[]
Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-