Class ConversionSide

java.lang.Object
org.biopax.paxtools.pattern.constraint.ConstraintAdapter
org.biopax.paxtools.pattern.constraint.ConversionSide
All Implemented Interfaces:
Constraint

public class ConversionSide extends ConstraintAdapter
Given Conversion and its one of the participants (at the left or right), traverses to either the participants at the other side or the same side. var0 is a PE (PE1) var1 is a Conv var2 is a PE (PE2) Prerequisite: PE1 is either at left or right of Conv
Author:
Ozgun Babur
  • Constructor Details

    • ConversionSide

      public ConversionSide(ConversionSide.Type type)
      Constructor.
      Parameters:
      type - side type (same side or the other)
    • ConversionSide

      public ConversionSide(ConversionSide.Type type, Blacklist blacklist, RelType relType)
      Constructor. The relType parameter is using during blacklisting, and only if the blacklist is not null.
      Parameters:
      type - side type
      blacklist - blacklist of ubiquitous molecules
      relType - relationship type (used together with and during blacklisting)
  • Method Details