Package psidev.psi.mi.jami.examples.core
Class CreateRogidAndRigid
- java.lang.Object
-
- psidev.psi.mi.jami.examples.core.CreateRogidAndRigid
-
public class CreateRogidAndRigid extends Object
This code example shows how to compute RIGID/ROGID checksums for proteins and interactions- Since:
09/02/15
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description CreateRogidAndRigid()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Interaction
createInteraction()
createInteraction.static void
main(String[] args)
main.
-
-
-
Method Detail
-
createInteraction
protected static Interaction createInteraction()
createInteraction.
- Returns:
- a
Interaction
object.
-
-