Uses of Class
org.biopax.paxtools.pattern.constraint.ConstraintAdapter

Packages that use ConstraintAdapter
Package
Description
Package for constraints.
  • Uses of ConstraintAdapter in org.biopax.paxtools.pattern.constraint

    Modifier and Type
    Class
    Description
    class 
    Checks if the PhysicalEntity controls anything.
    class 
    This is a very specialized constraint that checks if two PhysicalEntity of the same EntityReference have differential features, such that we can predict an activity change based on gain or loss of these features.
    class 
    Used for getting logical AND of a set of constraints.
    class 
    Used for using several constraints as a chain.
    class 
    Checks if a controller of this Control is also a participant of the controlled interactions.
    class 
    This constraint is used to collect related EntityReference of the controllers of a Control.
    class 
    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.
    class 
    Checks if the parameter constraint cannot generate any candidate.
    class 
    Checks identity of two elements.
    class 
    Checks if an element has or has not a specific value for a field, or the field value of another element.
    class 
    Checks if generated elements has or has not a specific value for a field, or the field value of another set of generated elements.
    class 
    Checks if the element has a valid ID.
    class 
    Checks if the element has the desired ID.
    class 
    This constraint is used to collect related EntityReference of the participant physical entities.
    class 
    Many times we want to link PhysicalEntities (PE) while traversing a relation.
    class 
    This class checks if there exists a desired type of modification change among two PhysicalEntity.
    class 
    Logical OR of several PathConstraints.
    class 
    This is a non-generative constraint that checks if the small molecule is ubiquitous in any context.
    class 
    Negation of a constraint.
    class 
    Logical OR of several constraints.
    class 
    Gets input or output participants of a Conversion.
    class 
    Gets the related Conversion where the PhysicalEntity is input or output, whichever is desired.
    class 
    PathConstraint encapsulates PathAccessor of Paxtools.
    class 
    This constraint checks if two chains of linked physical entities are intersecting or not.
    class 
    After traversing a PhysicalEntity and the Conversion it participates, this constraint takes us to the Control.
    class 
    When a constraint excludes the origin element, but it is needed to be among them, use this constraint.
    class 
    Checks the size of the generated elements of the wrapped constraint.
    class 
    Checks if a variable is a specific type or its subclass.
    class 
    Used for getting logical XOR of a set of constraints.