public interface InteractionRule
| Modifier and Type | Method and Description |
|---|---|
List<BinaryInteractionType> |
getRuleTypes()
Gets a list of the rule types that this class implements.
|
void |
inferInteractions(InteractionSet set,
BioPAXElement entity,
Model model)
This method populates the interactionSet with simple interactions that can
be derived from the model based on this rule.
|
void |
initOptions(Map options)
Uses the parameter map as options for the rule.
|
void inferInteractions(InteractionSet set, BioPAXElement entity, Model model)
set - to be populatedentity - this must be a physicalEntity for L2, and PhysicalEntity for L3model - BioPAX modelList<BinaryInteractionType> getRuleTypes()
void initOptions(Map options)
options - options mapCopyright © 2015 BioPAX. All rights reserved.