for (BinaryInteractionType ruleType : getPossibleRuleTypes(biopaxModel.getLevel()))
{
options.put(ruleType, ruleTypes.contains(ruleType));
}
SimpleInteractionConverter converter = new SimpleInteractionConverter(options, rules);
return converter.inferInteractions(this.getBiopaxModel());
}