- canGenerate() - Method in interface org.biopax.paxtools.pattern.Constraint
-
Tells if this constraint is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Specifies if the constraint is generative.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.ConversionSide
-
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.Empty
-
Cannot generate
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.InterToPartER
-
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.LinkedPE
-
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.OR
-
Can generate only if all of the wrapped constraints are generative.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.OtherSide
-
Deprecated.
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.Participant
-
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.ParticipatesInConv
-
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.ParticipatingPE
-
Deprecated.
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.PathConstraint
-
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.RelatedControl
-
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.constraint.SelfOrThis
-
This is a generative constraint.
- canGenerate() - Method in class org.biopax.paxtools.pattern.MappedConst
-
Can generate only if the wrapped constraint is generative.
- catalysisPrecedes(Blacklist) - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for detecting two EntityReferences are controlling consecutive reactions, where
output of one reaction is input to the other.
- CatalysisPrecedesMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the catalysis-precedes pattern.
- CatalysisPrecedesMiner() - Constructor for class org.biopax.paxtools.pattern.miner.CatalysisPrecedesMiner
-
Constructor that sets name and description.
- checkActivityLabel() - Method in class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Checks if the chain has a member with an activity label.
- chemicalAffectsProteinThroughBinding(Blacklist) - Static method in class org.biopax.paxtools.pattern.PatternBox
-
A small molecule is in a complex with a protein.
- chemicalAffectsProteinThroughControl() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
A small molecule controls an interaction of which the protein is a participant.
- ChemicalAffectsThroughBindingMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the chemical-affects-protein pattern.
- ChemicalAffectsThroughBindingMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughBindingMiner
-
Constructor that sets name and description.
- ChemicalAffectsThroughControlMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the chemical-affects-protein pattern.
- ChemicalAffectsThroughControlMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughControlMiner
-
Constructor that sets name and description.
- ChemicalNameNormalizer - Class in org.biopax.paxtools.pattern.util
-
This class is used for finding a standard name for a small molecule.
- ChemicalNameNormalizer(Model) - Constructor for class org.biopax.paxtools.pattern.util.ChemicalNameNormalizer
-
Constructor that also infers all the mapping.
- clone() - Method in class org.biopax.paxtools.pattern.Match
-
Clones a match.
- collectChangedPhosphorylationSites(PhysicalEntity, PhysicalEntity, boolean) - Static method in class org.biopax.paxtools.pattern.util.DifferentialModificationUtil
-
- CommonIDFetcher - Class in org.biopax.paxtools.pattern.miner
-
Tries to get gene symbols or uniprot IDs for genes and display names for small molecules.
- CommonIDFetcher() - Constructor for class org.biopax.paxtools.pattern.miner.CommonIDFetcher
-
- compareTo(Object) - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
- complexes() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to its parent Complex recursively.
- complexMembers() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Complex to its members recursively (also getting member of the inner complexes).
- compToER() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Complex or SimplePhysicalEntity to the related EntityReference.
- con1 - Variable in class org.biopax.paxtools.pattern.constraint.FieldOfMultiple
-
Generative constraint for first group of generated elements, to use on first mapped element.
- con2 - Variable in class org.biopax.paxtools.pattern.constraint.FieldOfMultiple
-
Generative constraint for second group of generated elements, to use on second mapped
element.
- ConBox - Class in org.biopax.paxtools.pattern.constraint
-
Some predefined constraints.
- ConBox() - Constructor for class org.biopax.paxtools.pattern.constraint.ConBox
-
- concat(Set<String>, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Converts the set of string to a single string.
- Constraint - Interface in org.biopax.paxtools.pattern
-
A constraint to check if a set of variables satisfy the requirements.
- ConstraintAdapter - Class in org.biopax.paxtools.pattern.constraint
-
This is a base class for a Constraint.
- ConstraintAdapter(int) - Constructor for class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Constructor with size.
- ConstraintAdapter(int, Blacklist) - Constructor for class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Constructor with size.
- ConstraintAdapter() - Constructor for class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Empty constructor.
- ConstraintChain - Class in org.biopax.paxtools.pattern.constraint
-
Used for using several constraints as a chain.
- ConstraintChain(Constraint...) - Constructor for class org.biopax.paxtools.pattern.constraint.ConstraintChain
-
Constructor with the chained constraints.
- constraints - Variable in class org.biopax.paxtools.pattern.Pattern
-
List of mapped constraints.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.CatalysisPrecedesMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughBindingMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughControlMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ConsumptionControlledByMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsDegradationIndirectMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionWithConvMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsPhosphorylationMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsProductionOfMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeDetailedMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsTransportMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ControlsTransportOfChemicalMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.CSCOBothControllerAndParticipantMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.CSCOButIsParticipantMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughBindingSmallMoleculeMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughControllingSmallMoleculeMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughDegradationMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.DirectedRelationMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.InComplexWithMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.InteractsWithMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Constructs the pattern to use for mining.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.NeighborOfMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.ReactsWithMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.RelatedGenesOfInteractionsMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.UbiquitousIDMiner
-
Constructs the pattern.
- constructPattern() - Method in class org.biopax.paxtools.pattern.miner.UsedToProduceMiner
-
Constructs the pattern.
- ConsumptionControlledByMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the consumption-controlled-by pattern.
- ConsumptionControlledByMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ConsumptionControlledByMiner
-
Constructor that sets name and description.
- ConsumptionControlledByMiner(SIFType) - Constructor for class org.biopax.paxtools.pattern.miner.ConsumptionControlledByMiner
-
Constructor for extension purposes.
- controlled() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Control to the controlled Process
- controllerPE() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Control to the controller PhysicalEntity
- controlsConv() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to the controlled Conversion, skipping the middle Control.
- controlsDegradationIndirectly() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Finds cases where protein A changes state of B, and B is then degraded.
- ControlsDegradationIndirectMiner - Class in org.biopax.paxtools.pattern.miner
-
Yet another miner for the controls-degradation pattern.
- ControlsDegradationIndirectMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsDegradationIndirectMiner
-
Constructor that sets name and description.
- ControlsExpressionMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the transcriptional regulation pattern.
- ControlsExpressionMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsExpressionMiner
-
Constructor that sets name and description.
- ControlsExpressionMiner(String, String) - Constructor for class org.biopax.paxtools.pattern.miner.ControlsExpressionMiner
-
Constructor for extending this class.
- controlsExpressionWithConversion() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Finds the cases where transcription relation is shown using a Conversion instead of a
TemplateReaction.
- ControlsExpressionWithConvMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the transcriptional regulation pattern, modeled using Conversion.
- ControlsExpressionWithConvMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsExpressionWithConvMiner
-
Constructor that sets name and description.
- controlsExpressionWithTemplateReac() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Finds transcription factors that trans-activate or trans-inhibit an entity.
- controlsInteraction() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to the controlled Interaction, skipping the middle Control.
- controlsMetabolicCatalysis(Blacklist, boolean) - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for a Protein controlling a reaction whose participant is a small molecule.
- ControlsNotParticipant - Class in org.biopax.paxtools.pattern.constraint
-
Checks if a controller of this Control is also a participant of the controlled interactions.
- ControlsNotParticipant() - Constructor for class org.biopax.paxtools.pattern.constraint.ControlsNotParticipant
-
Constructor.
- controlsPhosphorylation() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
- ControlsPhosphorylationMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-phosphorylation pattern.
- ControlsPhosphorylationMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsPhosphorylationMiner
-
Constructor that sets the type.
- ControlsProductionOfMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-production-of pattern.
- ControlsProductionOfMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsProductionOfMiner
-
Constructor that sets name, description and type.
- controlsStateChange() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for a EntityReference has a member PhysicalEntity that is controlling a state change
reaction of another EntityReference.
- controlsStateChangeBothControlAndPart() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for a EntityReference has a member PhysicalEntity that is controlling a state change
reaction of another EntityReference.
- controlsStateChangeButIsParticipant() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for a EntityReference has a member PhysicalEntity that is controlling a state change
reaction of another EntityReference.
- ControlsStateChangeDetailedMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-state-change-detailed pattern.
- ControlsStateChangeDetailedMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsStateChangeDetailedMiner
-
Constructor that sets name and description.
- ControlsStateChangeOfMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-state-change pattern.
- ControlsStateChangeOfMiner(String, String) - Constructor for class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
Constructor for extension purposes.
- ControlsStateChangeOfMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
Empty constructor.
- ControlsStateChangeOfMiner(SIFType) - Constructor for class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
Constructor for extension purposes.
- controlsStateChangeThroughBindingSmallMolecule(Blacklist) - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for an entity is producing a small molecule, and the small molecule controls state
change of another molecule.
- controlsStateChangeThroughControllerSmallMolecule(Blacklist) - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for an entity is producing a small molecule, and the small molecule controls state
change of another molecule.
- controlsStateChangeThroughDegradation() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Finds cases where proteins affect their degradation.
- controlsTransport() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for a ProteinReference has a member PhysicalEntity that is controlling a
transportation of another ProteinReference.
- ControlsTransportMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-transport pattern.
- ControlsTransportMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsTransportMiner
-
Constructor that sets name and description.
- controlsTransportOfChemical(Blacklist) - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for a ProteinReference has a member PhysicalEntity that is controlling a reaction
that changes cellular location of a small molecule.
- ControlsTransportOfChemicalMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-transport-of-chemical pattern.
- ControlsTransportOfChemicalMiner() - Constructor for class org.biopax.paxtools.pattern.miner.ControlsTransportOfChemicalMiner
-
Constructor that sets name and description.
- controlToConv() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Control to the controlled Conversion, traversing downstream Controls recursively.
- controlToInter() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Control to the controlled Interaction, traversing downstream Controls recursively.
- controlToTempReac() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Control to the controlled TemplateReaction, traversing downstream Controls recursively.
- ConversionSide - Class in org.biopax.paxtools.pattern.constraint
-
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.
- ConversionSide(ConversionSide.Type) - Constructor for class org.biopax.paxtools.pattern.constraint.ConversionSide
-
Constructor.
- ConversionSide(ConversionSide.Type, Blacklist, RelType) - Constructor for class org.biopax.paxtools.pattern.constraint.ConversionSide
-
Constructor.
- ConversionSide.Type - Enum in org.biopax.paxtools.pattern.constraint
-
This enum tells if the user want to traverse towards other side of the conversion or stay at
the same side.
- convert(SIFInteraction) - Method in class org.biopax.paxtools.pattern.miner.CustomFormat
-
Prepares the line in the output file for the given interaction.
- convert(SIFInteraction) - Method in interface org.biopax.paxtools.pattern.miner.SIFToText
-
Creates the textual data corresponding to the given binary interaction.
- convertStepDirection(StepDirection) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
- convertToAdjacencyMatrix(Collection<SIFInteraction>, SIFType...) - Static method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Converts the given collection of interactions into an adjacency matrix.
- convToControl() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Conversion to the upstream Control (and its upstream Control recursively).
- convToController() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Conversion to the controller of the upstream Control (and its upstream Control
recursively).
- createSIFInteraction(Match, IDFetcher) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Creates a SIF interaction for the given match.
- createSIFInteraction(Match, IDFetcher) - Method in interface org.biopax.paxtools.pattern.miner.SIFMiner
-
Creates SIF interactions for the given match.
- CSCOBothControllerAndParticipantMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-state-change pattern.
- CSCOBothControllerAndParticipantMiner() - Constructor for class org.biopax.paxtools.pattern.miner.CSCOBothControllerAndParticipantMiner
-
Constructor that sets name and description.
- CSCOButIsParticipantMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-state-change pattern.
- CSCOButIsParticipantMiner() - Constructor for class org.biopax.paxtools.pattern.miner.CSCOButIsParticipantMiner
-
Constructor that sets name and description.
- CSCOThroughBindingSmallMoleculeMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-state-change pattern.
- CSCOThroughBindingSmallMoleculeMiner() - Constructor for class org.biopax.paxtools.pattern.miner.CSCOThroughBindingSmallMoleculeMiner
-
Constructor that sets name and description.
- CSCOThroughControllingSmallMoleculeMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the controls-state-change pattern.
- CSCOThroughControllingSmallMoleculeMiner() - Constructor for class org.biopax.paxtools.pattern.miner.CSCOThroughControllingSmallMoleculeMiner
-
Constructor that sets name and description.
- CSCOThroughDegradationMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the degradation pattern.
- CSCOThroughDegradationMiner() - Constructor for class org.biopax.paxtools.pattern.miner.CSCOThroughDegradationMiner
-
Constructor that sets name and description.
- CustomFormat - Class in org.biopax.paxtools.pattern.miner
-
Used for customizing the columns in the SIF text output.
- CustomFormat(String...) - Constructor for class org.biopax.paxtools.pattern.miner.CustomFormat
-
- general - Static variable in class org.biopax.paxtools.pattern.constraint.ActivityModificationChangeConstraint
-
Some general modification sub-strings to use if exact terms are not conclusive.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.AND
-
Gets intersection of the generated elements by the member constraints.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
This method has to be overridden by generative constraints.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintChain
-
Chains the member constraints and returns the output of the last constraint.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ConversionSide
-
Checks which side is the first PhysicalEntity, and gathers participants on either the other
side or the same side.
- generate(Match, int...) - Method in interface org.biopax.paxtools.pattern.Constraint
-
Generates candidate values for the variable to be generated.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.InterToPartER
-
Iterated over non-taboo participants and collectes related ER.
- generate(Interaction, Set<Entity>) - Method in class org.biopax.paxtools.pattern.constraint.InterToPartER
-
Gets the related entity references of the given interaction.
- generate(Conversion, InterToPartER.Direction, Set<Entity>) - Method in class org.biopax.paxtools.pattern.constraint.InterToPartER
-
Gets the related entity references of the given interaction,
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.LinkedPE
-
Gets to the linked PhysicalEntity.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.OR
-
Gets the intersection of the generated values of wrapped constraints.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.OtherSide
-
Deprecated.
Checks which side is the first PhysicalEntity, and gathers participants on the other side.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.Participant
-
Identifies the conversion direction and gets the related participants.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ParticipatesInConv
-
Identifies the conversion direction and gets the related participants.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ParticipatingPE
-
Deprecated.
First evaluates the direction that the Control is affecting the Conversion, then gets the
related participants.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.PathConstraint
-
Uses the encapsulated PAthAccessor to generate satisfying elements.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.RelatedControl
-
According to the relation between PhysicalEntity and the Conversion, checks of the Control is
relevant.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.SelfOrThis
-
Gets the first mapped element along with the generated elements of wrapped constraint.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.XOR
-
Gets xor of the generated elements by the member constraints.
- generate(Match, int...) - Method in class org.biopax.paxtools.pattern.MappedConst
-
Calls generate method of the constraint with index translation.
- generateBlacklist(Model) - Method in class org.biopax.paxtools.pattern.miner.BlacklistGenerator
-
Generates the blacklist.
- genericEquiv() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to its generic equivalents, i.e.
- get(int) - Method in class org.biopax.paxtools.pattern.Match
-
Gets element at the index.
- get(String, Pattern) - Method in class org.biopax.paxtools.pattern.Match
-
Gets element corresponding to the given label in the pattern.
- get(String[], Pattern) - Method in class org.biopax.paxtools.pattern.Match
-
Gets elements corresponding to the given labels in the pattern.
- getAName(BioPAXElement) - Method in class org.biopax.paxtools.pattern.Match
-
Finds a name for the variable.
- getCatalysisDirection(Control) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Gets the direction of the Control, if exists.
- getCellularLocations(Match, String, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets cellular locations of the given elements in a string set.
- getCellularLocations() - Method in class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Retrieves the cellular location of the PhysicalEntity.
- getCellularLocationsOfSource() - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Collects cellular location terms of source objects.
- getCellularLocationsOfTarget() - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Collects cellular location terms of target objects.
- getChain(Match, String, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
- getChangedModifications(PhysicalEntity, PhysicalEntity) - Static method in class org.biopax.paxtools.pattern.util.DifferentialModificationUtil
-
Gets the differential features.
- getColumnValue(SIFInteraction) - Method in class org.biopax.paxtools.pattern.miner.OutputColumn
-
Get the string to write in the output file.
- getCompoundName(SmallMoleculeReference) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets the name of the small molecule to use in SIF.
- getConstr() - Method in class org.biopax.paxtools.pattern.MappedConst
-
Getter for the constraint.
- getConstraints() - Method in class org.biopax.paxtools.pattern.Pattern
-
Getter for the constraint list.
- getContext(String) - Method in class org.biopax.paxtools.pattern.util.Blacklist
-
Gets the context of the ubiquity of the ID.
- getControlChain(Control, Interaction) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Gets the chain of Control, staring from the given Control, leading to the given Interaction.
- getConvParticipants(Conversion, RelType) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Gets input ot output participants of the Conversion.
- getDataSources() - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Collects data source names (Provenance display names) of mediators.
- getDeltaCompartments(Match, String, String, String, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets delta compartments of the given two PE chains.
- getDeltaModifications(Match, String, String, String, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets delta modifications of the given elements in string sets.
- getDescription() - Method in interface org.biopax.paxtools.pattern.miner.Miner
-
Gets description of the miner.
- getDescription() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets the description of the miner.
- getDescription() - Method in enum org.biopax.paxtools.pattern.miner.SIFEnum
-
Gets the description of the SIF type.
- getDescription() - Method in interface org.biopax.paxtools.pattern.miner.SIFType
-
Gets the description of the SIF type.
- getDirection(Conversion, Control) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Gets the direction of the Control chain the the Interaction.
- getDirection(Conversion, Pathway, Control) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Gets the direction of the Control chain the the Interaction.
- getDirection(Conversion, Pathway) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Gets the direction of the Control chain the the Interaction.
- getDirection(Conversion) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
- getFirst() - Method in class org.biopax.paxtools.pattern.Match
-
Gets first element of the match
- getGeneSymbol(ProteinReference) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Searches for the gene symbol of the given EntityReference.
- getGeneSymbol(Match, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Searches for the gene symbol of the given EntityReference.
- getHeader() - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeDetailedMiner
-
Gets the header of the result file.
- getHeader() - Method in class org.biopax.paxtools.pattern.miner.DirectedRelationMiner
-
Sets header of the output.
- getHeader() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets the first line of the result file.
- getHeader() - Method in class org.biopax.paxtools.pattern.miner.UbiquitousIDMiner
-
Gets header of the result file.
- getIdentifiers(Match, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Uses uniprot name or gene symbol as identifier.
- getIdMap() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
- getInds() - Method in class org.biopax.paxtools.pattern.MappedConst
-
Getter for the mapped indices.
- getLast() - Method in class org.biopax.paxtools.pattern.Match
-
Gets last element of the match.
- getLinkedElements(PhysicalEntity) - Method in class org.biopax.paxtools.pattern.constraint.LinkedPE
-
- getListed() - Method in class org.biopax.paxtools.pattern.util.Blacklist
-
Gets the IDs of the blacklisted molecules.
- getMaxInd() - Method in class org.biopax.paxtools.pattern.MappedConst
-
Gets the maximum index.
- getMediatorIDs() - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Collects IDs of mediators.
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.CatalysisPrecedesMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughBindingMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughControlMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ConsumptionControlledByMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsDegradationIndirectMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionWithConvMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsTransportOfChemicalMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOBothControllerAndParticipantMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOButIsParticipantMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughBindingSmallMoleculeMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughControllingSmallMoleculeMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughDegradationMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.DirectedRelationMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.InComplexWithMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.InteractsWithMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
If a SIF miner wants to tell which essential BioPAX elements mediated this relation, then
they need to override this method and pass the labels of elements.
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.NeighborOfMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.ReactsWithMiner
-
- getMediatorLabels() - Method in class org.biopax.paxtools.pattern.miner.UsedToProduceMiner
-
- getMediatorsInString() - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Gets the mediator IDs in a String with a space between each ID.
- getMiners() - Method in enum org.biopax.paxtools.pattern.miner.SIFEnum
-
- getMiners() - Method in interface org.biopax.paxtools.pattern.miner.SIFType
-
Gets the list of SIFMiner classes that can search this type of SIF edge in a BioPAX model.
- getModifications(Match, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets modifications of the given element in a string.
- getModifications(Match, String, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets modifications of the given elements in a string set.
- getModifications() - Method in class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Collects modifications from the elements of the chain.
- getModificationTerm(ModificationFeature) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets the String term of the modification feature.
- getName() - Method in interface org.biopax.paxtools.pattern.miner.Miner
-
Gets name of the miner.
- getName() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets the name of the miner.
- getName(SmallMoleculeReference) - Method in class org.biopax.paxtools.pattern.util.ChemicalNameNormalizer
-
Gets the standard name of the small molecule.
- getNonUbiqueObjects(Set) - Method in class org.biopax.paxtools.pattern.util.Blacklist
-
- getNonUbiques(Set<PhysicalEntity>, RelType) - Method in class org.biopax.paxtools.pattern.util.Blacklist
-
Gets the non-ubiquitous physical entities in the given set and in the given context.
- getPathwayNames() - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Collects the names of the related pathways.
- getPathways() - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Collects Pathway objects that the Interactions among the mediators are members.
- getPattern() - Method in interface org.biopax.paxtools.pattern.miner.Miner
-
Gets the pattern to use for mining the graph.
- getPattern() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets the pattern, constructs if null.
- getPositionInString(ModificationFeature) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets the position of the modification feature as a String.
- getPositionStart(ModificationFeature) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Gets the first position of the modification feature.
- getPubmedIDs() - Method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Collects PMIDs from mediators.
- getRelationType() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Checks if the relation captured by match has a type.
- getSIFType() - Method in class org.biopax.paxtools.pattern.miner.AbstractSIFMiner
-
- getSIFType() - Method in interface org.biopax.paxtools.pattern.miner.SIFMiner
-
Gets the type of the interaction.
- getSortedGeneNames(Collection<SIFInteraction>, SIFType...) - Static method in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
Collects and sorts sourceID and targetID of the given collection of sif interactions.
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.CatalysisPrecedesMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughBindingMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughControlMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ConsumptionControlledByMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsDegradationIndirectMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsProductionOfMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsTransportOfChemicalMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOBothControllerAndParticipantMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOButIsParticipantMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughBindingSmallMoleculeMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughControllingSmallMoleculeMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughDegradationMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.DirectedRelationMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.InComplexWithMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.InteractsWithMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.NeighborOfMiner
-
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.ReactsWithMiner
-
- getSourceLabel() - Method in interface org.biopax.paxtools.pattern.miner.SIFMiner
-
Gets the label of the source node.
- getSourceLabel() - Method in class org.biopax.paxtools.pattern.miner.UsedToProduceMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.CatalysisPrecedesMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughBindingMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughControlMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.ConsumptionControlledByMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionWithConvMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsTransportOfChemicalMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOBothControllerAndParticipantMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOButIsParticipantMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughBindingSmallMoleculeMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughControllingSmallMoleculeMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughDegradationMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.InComplexWithMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.InteractsWithMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
If a SIF miner wants to tell which PhysicalEntity objects acted as source of the relation,
they need to override this method and pass the labels of elements.
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.NeighborOfMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.ReactsWithMiner
-
- getSourcePELabels() - Method in class org.biopax.paxtools.pattern.miner.UsedToProduceMiner
-
- getStartingClass() - Method in class org.biopax.paxtools.pattern.Pattern
-
Gets the type of the initial element.
- getSymbol(String) - Static method in class org.biopax.paxtools.pattern.util.HGNC
-
- getTag() - Method in enum org.biopax.paxtools.pattern.miner.SIFEnum
-
Tag of a SIF type is derived from the enum name.
- getTag() - Method in interface org.biopax.paxtools.pattern.miner.SIFType
-
Tag of a SIF type is derived from the enum name.
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.CatalysisPrecedesMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughBindingMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughControlMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ConsumptionControlledByMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsDegradationIndirectMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsProductionOfMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ControlsTransportOfChemicalMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOBothControllerAndParticipantMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOButIsParticipantMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughBindingSmallMoleculeMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughControllingSmallMoleculeMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughDegradationMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.DirectedRelationMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.InComplexWithMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.InteractsWithMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.NeighborOfMiner
-
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.ReactsWithMiner
-
- getTargetLabel() - Method in interface org.biopax.paxtools.pattern.miner.SIFMiner
-
Gets the label of the target node.
- getTargetLabel() - Method in class org.biopax.paxtools.pattern.miner.UsedToProduceMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.CatalysisPrecedesMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughBindingMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.ChemicalAffectsThroughControlMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.ConsumptionControlledByMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsExpressionWithConvMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeOfMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.ControlsTransportOfChemicalMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOBothControllerAndParticipantMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOButIsParticipantMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughBindingSmallMoleculeMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughControllingSmallMoleculeMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.CSCOThroughDegradationMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.InComplexWithMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.InteractsWithMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
If a SIF miner wants to tell which PhysicalEntity objects acted as source of the relation,
they need to override this method and pass the labels of elements.
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.NeighborOfMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.ReactsWithMiner
-
- getTargetPELabels() - Method in class org.biopax.paxtools.pattern.miner.UsedToProduceMiner
-
- getType(String) - Static method in enum org.biopax.paxtools.pattern.miner.OutputColumn.Type
-
- getUbiques(Set<PhysicalEntity>, RelType) - Method in class org.biopax.paxtools.pattern.util.Blacklist
-
Gets the ubiquitous small molecules among the given set and in the given context.
- getUniprotNameForHuman(ProteinReference) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Searches for the uniprot name of the given human EntityReference.
- getUniprotNameForHuman(Match, String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Searches for the uniprot name of the given human EntityReference.
- getValue(Match, int) - Method in class org.biopax.paxtools.pattern.miner.ControlsStateChangeDetailedMiner
-
Creates values for the result file columns.
- getValue(Match, int) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
This method has to be overridden if writeResultDetailed method is used.
- getValue(Match, int) - Method in class org.biopax.paxtools.pattern.miner.UbiquitousIDMiner
-
Gets the ids of the small molecule reference and its physical entities.
- getVariables() - Method in class org.biopax.paxtools.pattern.Match
-
Getter for the element array.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Gets the variable size of the constraint.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.Empty
-
Variable size is one less than the wrapped Constraint.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.FieldOfMultiple
-
Size of this constraint is one less than con1 if con2 is null, otherwise it is two less than
the total of size of con1 and con2.
- getVariableSize() - Method in interface org.biopax.paxtools.pattern.Constraint
-
Number of variables to check consistency.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.HasAnID
-
Returns 1.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.IDConstraint
-
Returns 1.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.NOT
-
Size is equal to the of the negated constraint
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.OR
-
Checks the inner mapping of the wrapped constraints and figures the size.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.SelfOrThis
-
Returns size of the wrapped constraint.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.constraint.Size
-
Size is one less than the size of wrapped constraint.
- getVariableSize() - Method in class org.biopax.paxtools.pattern.MappedConst
-
Gets variable size of the wrapped constraint.
- IDConstraint - Class in org.biopax.paxtools.pattern.constraint
-
Checks if the element has the desired ID.
- IDConstraint(Set<String>) - Constructor for class org.biopax.paxtools.pattern.constraint.IDConstraint
-
Constructor with desired IDs.
- IDFetcher - Interface in org.biopax.paxtools.pattern.miner
-
- idFetcher - Variable in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
ID fetcher is used for skipping objects that cannot generate a valid ID during the search.
- idMap - Variable in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Memory for object IDs.
- inComplexWith() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Two proteins have states that are members of the same complex.
- InComplexWithMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the degradation pattern.
- InComplexWithMiner() - Constructor for class org.biopax.paxtools.pattern.miner.InComplexWithMiner
-
Constructor that sets edge type.
- indexOf(String) - Method in class org.biopax.paxtools.pattern.Pattern
-
Gets the index of the given label.
- inSameActiveComplex() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for two different EntityReference have member PhysicalEntity in the same Complex, and
the Complex has an activity.
- inSameComplex() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for two different EntityReference have member PhysicalEntity in the same Complex.
- inSameComplexEffectingConversion() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for two different EntityReference have member PhysicalEntity in the same Complex, and
the Complex is controlling a Conversion.
- inSameComplexHavingTransActivity() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for two different EntityReference have member PhysicalEntity in the same Complex, and
the Complex has transcriptional activity.
- inSamePathway() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
Makes sure that the two interactions are members of the same pathway.
- insertPointConstraint(Constraint, int...) - Method in class org.biopax.paxtools.pattern.Pattern
-
A point constraint deals with only one element in a match, checks its validity.
- InteractsWithMiner - Class in org.biopax.paxtools.pattern.miner
-
Miner for the "interacts-with" relation.
- InteractsWithMiner() - Constructor for class org.biopax.paxtools.pattern.miner.InteractsWithMiner
-
Constructor that sets sif type.
- intersects(PhysicalEntityChain) - Method in class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Checks if two chains intersect without ignoring endpoint intersection.
- intersects(PhysicalEntityChain, boolean) - Method in class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Checks if two chains intersect.
- interToControl() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Interaction to the upstream Control (and its upstream Control recursively).
- interToController() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Interaction to the controlling Controls recursively, and their controller PEs.
- InterToPartER - Class in org.biopax.paxtools.pattern.constraint
-
This constraint is used to collect related EntityReference of the participant physical entities.
- InterToPartER(int) - Constructor for class org.biopax.paxtools.pattern.constraint.InterToPartER
-
Constructor with parameters.
- InterToPartER(InterToPartER.Direction, int) - Constructor for class org.biopax.paxtools.pattern.constraint.InterToPartER
-
Constructor with parameters.
- InterToPartER() - Constructor for class org.biopax.paxtools.pattern.constraint.InterToPartER
-
Constructor without parameters.
- InterToPartER(InterToPartER.Direction) - Constructor for class org.biopax.paxtools.pattern.constraint.InterToPartER
-
Constructor with direction.
- InterToPartER.Direction - Enum in org.biopax.paxtools.pattern.constraint
-
- interToPE() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Interaction to the related PhysicalEntity.
- isBait() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
Checks if the molecule is a bait of a Y2H experiment.
- isDirected() - Method in enum org.biopax.paxtools.pattern.miner.SIFEnum
-
Asks if the edge is directed.
- isDirected() - Method in interface org.biopax.paxtools.pattern.miner.SIFType
-
Asks if the edge is directed.
- isHuman() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
Makes sure the EntityReference or the PhysicalEntity belongs to human.
- isInhibition(Control) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Checks if the type of a Control is inhibition.
- isPrey() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
Checks if the molecule is a prey of a Y2H experiment.
- isUbique(PhysicalEntity) - Method in class org.biopax.paxtools.pattern.util.Blacklist
-
Checks if the given entity is blacklisted in at least one context.
- isUbique(PhysicalEntity, Conversion, ConversionDirectionType, RelType) - Method in class org.biopax.paxtools.pattern.util.Blacklist
-
Checks if the given entity is blacklisted for the given Conversion assuming the Conversion
flows towards the given direction, and the entity is in given context.
- isUbiqueInBothContexts(PhysicalEntity) - Method in class org.biopax.paxtools.pattern.util.Blacklist
-
Checks if the given entity is blacklisted in both context together.
- participant() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Interaction to its PhysicalEntity participants.
- Participant - Class in org.biopax.paxtools.pattern.constraint
-
Gets input or output participants of a Conversion.
- Participant(RelType, Blacklist, boolean, boolean) - Constructor for class org.biopax.paxtools.pattern.constraint.Participant
-
Constructor with parameters.
- Participant(RelType) - Constructor for class org.biopax.paxtools.pattern.constraint.Participant
-
Constructor with parameters.
- Participant(RelType, Blacklist) - Constructor for class org.biopax.paxtools.pattern.constraint.Participant
-
Constructor with parameters.
- Participant(RelType, Blacklist, boolean) - Constructor for class org.biopax.paxtools.pattern.constraint.Participant
-
Constructor with parameters.
- Participant(RelType, boolean) - Constructor for class org.biopax.paxtools.pattern.constraint.Participant
-
Constructor with parameters.
- Participant(RelType, boolean, boolean) - Constructor for class org.biopax.paxtools.pattern.constraint.Participant
-
Constructor with parameters.
- participantER() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From Interaction to the related EntityReference of its participants.
- participatesInConv() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to the Conversion that it participates.
- ParticipatesInConv - Class in org.biopax.paxtools.pattern.constraint
-
Gets the related Conversion where the PhysicalEntity is input or output, whichever is desired.
- ParticipatesInConv(RelType, Blacklist) - Constructor for class org.biopax.paxtools.pattern.constraint.ParticipatesInConv
-
Constructor with parameters.
- ParticipatesInConv(RelType) - Constructor for class org.biopax.paxtools.pattern.constraint.ParticipatesInConv
-
Constructor with parameters.
- participatesInInter() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to the Interaction that it participates.
- ParticipatingPE - Class in org.biopax.paxtools.pattern.constraint
-
Deprecated.
- ParticipatingPE(RelType, Blacklist) - Constructor for class org.biopax.paxtools.pattern.constraint.ParticipatingPE
-
Deprecated.
Constructor with parameters.
- ParticipatingPE(RelType) - Constructor for class org.biopax.paxtools.pattern.constraint.ParticipatingPE
-
Deprecated.
Constructor with parameters.
- PathConstraint - Class in org.biopax.paxtools.pattern.constraint
-
PathConstraint encapsulates PathAccessor of Paxtools.
- PathConstraint(String) - Constructor for class org.biopax.paxtools.pattern.constraint.PathConstraint
-
Constructor with the constructor String of PathAccessor.
- pattern - Variable in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Pattern to use for mining.
- Pattern - Class in org.biopax.paxtools.pattern
-
A pattern is a list of mapped constraints.
- Pattern(Class<? extends BioPAXElement>, Constraint, String...) - Constructor for class org.biopax.paxtools.pattern.Pattern
-
Constructor with the first constraint and labels it uses.
- Pattern(Class<? extends BioPAXElement>, String) - Constructor for class org.biopax.paxtools.pattern.Pattern
-
Constructor with a label for the element at index 0.
- PatternBox - Class in org.biopax.paxtools.pattern
-
This class contains several pattern samples.
- PatternBox() - Constructor for class org.biopax.paxtools.pattern.PatternBox
-
- PE2FEAT - Static variable in class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Accessor to the modification term.
- PE2TERM - Static variable in class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Accessor to the modification term.
- PEChainsIntersect - Class in org.biopax.paxtools.pattern.constraint
-
This constraint checks if two chains of linked physical entities are intersecting or not.
- PEChainsIntersect(boolean) - Constructor for class org.biopax.paxtools.pattern.constraint.PEChainsIntersect
-
Constructor with the desired result.
- PEChainsIntersect(boolean, boolean) - Constructor for class org.biopax.paxtools.pattern.constraint.PEChainsIntersect
-
Constructor with the desired result and endpoint ignore option.
- peInOut() - Static method in class org.biopax.paxtools.pattern.PatternBox
-
- peNotRelatedToER() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
Makes sure that the given physical entity is not related to the entity reference.
- pes - Variable in class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Array that links two ends of the chain.
- peToControl() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to the downstream Control
- peToControlledConv() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to the downstream Conversion.
- peToControlledInter() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to the downstream Interaction.
- peToER() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From SimplePhysicalEntity to its EntityReference.
- peToInter() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From PhysicalEntity to the related Interaction.
- PhysicalEntityChain - Class in org.biopax.paxtools.pattern.util
-
This class takes two PhysicalEntity objects linked with generic or complex member relationships,
and prepares an array of PEs that link those.
- PhysicalEntityChain(PhysicalEntity, PhysicalEntity) - Constructor for class org.biopax.paxtools.pattern.util.PhysicalEntityChain
-
Constructor with endpoints.
- PhysicalEntityChain.Activity - Enum in org.biopax.paxtools.pattern.util
-
Values for activity.
- product() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From TemplateReaction to its products.
- ProgressWatcher - Interface in org.biopax.paxtools.pattern.util
-
This interface is to use for tracking progress of a process.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ActivityConstraint
-
Checks if the PhysicalEntity controls anything.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ActivityModificationChangeConstraint
-
Checks the gained and and lost features to predict the activity change is the desired change.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.AND
-
Checks if all the constraints satisfy.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Use this method only if constraint canGenerate, and satisfaction criteria is that simple.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ControlsNotParticipant
-
Checks if the controlled Interaction contains a controller as a participant.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.Empty
-
Checks if the wrapped Constraint can generate any elements.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.Equality
-
Checks if the two elements are identical or not identical as desired.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.Field
-
Checks if the element in the first index has the desired value.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.FieldOfMultiple
-
Checks if the generated elements from the first mapped element has either the desired value,
or has some value in common with the elements generated from second mapped element.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.HasAnID
-
Checks if the element has one of the desired IDs.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.IDConstraint
-
Checks if the element has one of the desired IDs.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.ModificationChangeConstraint
-
Checks the any of the changed modifications match to any of the desired modifications.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.NonUbique
-
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.NOT
-
Negates the satisfies value of the wrapped constraint.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.OR
-
Checks if any of the wrapped constraints satisfy.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.PathConstraint
-
Checks if the PathAccessor is generating the second mapped element.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.PEChainsIntersect
-
Creates two PhysicalEntity chains with the given endpoints, and checks if they are
intersecting.
- satisfies(Match, int...) - Method in interface org.biopax.paxtools.pattern.Constraint
-
Checks if the variables in the Match satisfies this constraint.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.SelfOrThis
-
Checks if the last index is either generated or equal to the first element.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.Size
-
Checks if generated element size is in limits.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.Type
-
Checks if the element is assignable to a variable of the desired type.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.constraint.XOR
-
Checks if constraints satisfy in xor pattern.
- satisfies(Match, int...) - Method in class org.biopax.paxtools.pattern.MappedConst
-
Directs to satisfies method of the wrapped constraint with index translation.
- search(Match, Pattern) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the pattern starting from the given match.
- search(BioPAXElement, Pattern) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the pattern starting from the given element.
- search(Model, Pattern) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the given pattern in the given model.
- search(Model, Pattern, ProgressWatcher) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the given pattern in the given model.
- search(Collection<? extends BioPAXElement>, Pattern) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the given pattern starting from the given elements.
- searchAndCollect(Model, Pattern, int, Class<T>) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches a model for the given pattern, then collects the specified elements of the matches
and returns.
- searchAndCollect(Collection<? extends BioPAXElement>, Pattern, int, Class<T>) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the given pattern starting from the given elements, then collects the specified
elements of the matches and returns.
- searchAndCollect(BioPAXElement, Pattern, int, Class<T>) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the given pattern starting from the given element, then collects the specified
elements of the matches and returns.
- Searcher - Class in org.biopax.paxtools.pattern
-
Searcher for searching a given pattern in a model.
- Searcher() - Constructor for class org.biopax.paxtools.pattern.Searcher
-
- searchInFile(Pattern, String, String) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches a pattern reading the model from the given file, and creates another model that is
excised using the matching patterns.
- searchInFile(Pattern, String, String, int, int) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches a pattern reading the model from the given file, and creates another model that is
excised using the matching patterns.
- searchPlain(Model, Pattern) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the pattern in a given model, but instead of a match map, returns all matches in a
list.
- searchPlain(Collection<? extends BioPAXElement>, Pattern) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Searches the pattern starting from given elements, but instead of a match map, returns all
matches in a list.
- searchRecursive(Match, List<MappedConst>, int) - Static method in class org.biopax.paxtools.pattern.Searcher
-
Continues searching with the mapped constraint at the given index.
- searchSIF(Model) - Method in class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Searches the given model with the contained miners.
- searchSIF(Model, OutputStream) - Method in class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Searches the given model with the contained miners.
- searchSIF(Model, OutputStream, boolean) - Method in class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Searches the given model with the contained miners.
- searchSIF(Model, OutputStream, SIFToText) - Method in class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Searches the given model with the contained miners.
- searchSIFGetMatrix(Model) - Method in class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Searches the given model with the contained miners.
- SelfOrThis - Class in org.biopax.paxtools.pattern.constraint
-
When a constraint excludes the origin element, but it is needed to be among them, use this
constraint.
- SelfOrThis(Constraint) - Constructor for class org.biopax.paxtools.pattern.constraint.SelfOrThis
-
Constructor with the wrapped constraint.
- SelfOrThis(Constraint, int) - Constructor for class org.biopax.paxtools.pattern.constraint.SelfOrThis
-
Constructor with the wrapped constraint and index of self.
- set(BioPAXElement, int) - Method in class org.biopax.paxtools.pattern.Match
-
Sets the given element to the given index.
- setBlacklist(Blacklist) - Method in class org.biopax.paxtools.pattern.example.DeltaFeatureExtractor
-
- setBlacklist(Blacklist) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Sets the blacklist to use during SIF search.
- setBlacklist(Blacklist) - Method in interface org.biopax.paxtools.pattern.miner.SIFMiner
-
Sets the blacklist that can be used during the search.
- setBlacklist(Blacklist) - Method in class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Sets the blacklist that manages IDs of ubique molecules.
- setContainsGeneralTerm(Set<String>, String) - Method in class org.biopax.paxtools.pattern.constraint.ActivityModificationChangeConstraint
-
Checks if any element in the set contains the term.
- setDescription(String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
- setIDFetcher(IDFetcher) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Sets the ID fetcher to use during SIF search.
- setIDFetcher(IDFetcher) - Method in interface org.biopax.paxtools.pattern.miner.SIFMiner
-
Sets the idFetcher that helps to fasten the search.
- setIdMap(Map<BioPAXElement, Set<String>>) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
- setName(String) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
- setSize(int) - Method in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Sets the size of the constraint.
- setTotalTicks(int) - Method in interface org.biopax.paxtools.pattern.util.ProgressWatcher
-
Sets how many ticks are there in total.
- setType(SIFType) - Method in class org.biopax.paxtools.pattern.miner.AbstractSIFMiner
-
- setUseUniprotIDs(boolean) - Method in class org.biopax.paxtools.pattern.miner.CommonIDFetcher
-
- SIFEnum - Enum in org.biopax.paxtools.pattern.miner
-
Enum for representing supported SIF edge types.
- SIFInteraction - Class in org.biopax.paxtools.pattern.miner
-
- SIFInteraction(String, String, BioPAXElement, BioPAXElement, SIFType, Set<BioPAXElement>, Set<BioPAXElement>, Set<BioPAXElement>) - Constructor for class org.biopax.paxtools.pattern.miner.SIFInteraction
-
- SIFMiner - Interface in org.biopax.paxtools.pattern.miner
-
This interface tells that the miner supports SIF output.
- SIFSearcher - Class in org.biopax.paxtools.pattern.miner
-
Searches a model and generates SIF network using the pattern matches.
- SIFSearcher(SIFType...) - Constructor for class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Constructor with binary interaction types.
- SIFSearcher(SIFMiner...) - Constructor for class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Constructor with miners.
- SIFSearcher(IDFetcher, SIFType...) - Constructor for class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Constructor with ID fetcher and binary interaction types.
- SIFSearcher(IDFetcher, SIFMiner...) - Constructor for class org.biopax.paxtools.pattern.miner.SIFSearcher
-
Constructor with ID fetcher and miners.
- SIFToText - Interface in org.biopax.paxtools.pattern.miner
-
An interface for converting a SIF interaction to text.
- SIFType - Interface in org.biopax.paxtools.pattern.miner
-
- sign(Control) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Identifies negative and positive controls.
- sign(Match, String...) - Method in class org.biopax.paxtools.pattern.miner.MinerAdapter
-
Checks the cumulative sign of the chained controls.
- simpleMembers() - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From complex to its simple members (members which are of type SimplePhysicalEntity)
recursively.
- simplePEToConv(RelType) - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
From simple PhysicalEntity to related Conversion.
- size - Variable in class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
-
Size of the constraint.
- Size - Class in org.biopax.paxtools.pattern.constraint
-
Checks the size of the generated elements of the wrapped constraint.
- Size(Constraint, int, Size.Type) - Constructor for class org.biopax.paxtools.pattern.constraint.Size
-
Constructor with parameters.
- size() - Method in class org.biopax.paxtools.pattern.Pattern
-
Gets the element size of the pattern.
- Size.Type - Enum in org.biopax.paxtools.pattern.constraint
-
Type of the (in)equality.
- source(String) - Static method in class org.biopax.paxtools.pattern.constraint.ConBox
-
- sourceERs - Variable in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
- sourceID - Variable in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
- sourcePEs - Variable in class org.biopax.paxtools.pattern.miner.SIFInteraction
-
- startingClass - Variable in class org.biopax.paxtools.pattern.Pattern
-
Class of the first elements to match with this pattern.
- stateChange(Pattern, String) - Static method in class org.biopax.paxtools.pattern.PatternBox
-
Pattern for a Conversion has an input PhysicalEntity and another output PhysicalEntity that
belongs to the same EntityReference.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.constraint.ConversionSide.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.constraint.Field.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.constraint.InterToPartER.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.constraint.LinkedPE.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.constraint.ModificationChangeConstraint.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.constraint.Size.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.miner.OutputColumn.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.miner.SIFEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.util.PhysicalEntityChain.Activity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biopax.paxtools.pattern.util.RelType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.biopax.paxtools.pattern.constraint.ConversionSide.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.constraint.Field.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.constraint.InterToPartER.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.constraint.LinkedPE.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.constraint.ModificationChangeConstraint.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.constraint.Size.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.miner.OutputColumn.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.miner.SIFEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.util.PhysicalEntityChain.Activity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biopax.paxtools.pattern.util.RelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- varSize() - Method in class org.biopax.paxtools.pattern.Match
-
Gets the array size.
- varsPresent(int...) - Method in class org.biopax.paxtools.pattern.Match
-
Checks if all given indices are assigned.