Class RelatedControl

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

public class RelatedControl extends ConstraintAdapter
After traversing a PhysicalEntity and the Conversion it participates, this constraint takes us to the Control. The given relation between PhysicalEntity and Conversion is used to filter out unrelated controls. Var0 - PhysicalEntity (participant) Var1 - Conversion Var2 - related Control
Author:
Ozgun Babur
  • Constructor Details

    • RelatedControl

      public RelatedControl(RelType peType)
      Constructor with the relation type between PhysicalEntity and Conversion.
      Parameters:
      peType - relation type between PhysicalEntity and Conversion
    • RelatedControl

      public RelatedControl(RelType peType, Blacklist blacklist)
      Constructor with the relation type between PhysicalEntity and Conversion, and the blacklist.
      Parameters:
      peType - relation type between PhysicalEntity and Conversion
      blacklist - to detect ubiquitous small molecules
  • Method Details