Uses of Interface
org.biopax.paxtools.model.level2.physicalEntityParticipant
Packages that use physicalEntityParticipant
Package
Description
This package contains various methods and algorithms for traversing and manipulating the model.
This package contains the interfaces that maps to the BioPAX level 2 specification.
-
Uses of physicalEntityParticipant in org.biopax.paxtools.controller
Methods in org.biopax.paxtools.controller that return physicalEntityParticipantMethods in org.biopax.paxtools.controller that return types with arguments of type physicalEntityParticipantMethods in org.biopax.paxtools.controller with parameters of type physicalEntityParticipantModifier and TypeMethodDescriptionReusedPEPHelper.fixReusedPEP(physicalEntityParticipant pep, BioPAXElement bpe) ConversionScore.getMatch(physicalEntityParticipant pep1) Constructor parameters in org.biopax.paxtools.controller with type arguments of type physicalEntityParticipantModifierConstructorDescriptionConversionScore(conversion conv1, conversion conv2, Double score, Map<physicalEntityParticipant, physicalEntityParticipant> pepMap, boolean reverseMatch) ConversionScore(conversion conv1, conversion conv2, Double score, Map<physicalEntityParticipant, physicalEntityParticipant> pepMap, boolean reverseMatch) -
Uses of physicalEntityParticipant in org.biopax.paxtools.model.level2
Subinterfaces of physicalEntityParticipant in org.biopax.paxtools.model.level2Methods in org.biopax.paxtools.model.level2 that return physicalEntityParticipantMethods in org.biopax.paxtools.model.level2 that return types with arguments of type physicalEntityParticipantModifier and TypeMethodDescriptioncatalysis.getCOFACTOR()complex.getCOMPONENTS()control.getCONTROLLER()conversion.getLEFT()conversion.getRIGHT()physicalEntity.isPHYSICAL_ENTITYof()Methods in org.biopax.paxtools.model.level2 with parameters of type physicalEntityParticipantModifier and TypeMethodDescriptionvoidcatalysis.addCOFACTOR(physicalEntityParticipant COFACTOR) voidcomplex.addCOMPONENTS(physicalEntityParticipant COMPONENTS) voidcontrol.addCONTROLLER(physicalEntityParticipant CONTROLLER) voidconversion.addLEFT(physicalEntityParticipant LEFT) voidphysicalEntity.addPHYSICAL_ENTITYof(physicalEntityParticipant pep) voidconversion.addRIGHT(physicalEntityParticipant RIGHT) booleanphysicalEntityParticipant.isInEquivalentState(physicalEntityParticipant that) voidcatalysis.removeCOFACTOR(physicalEntityParticipant COFACTOR) voidcomplex.removeCOMPONENTS(physicalEntityParticipant COMPONENTS) voidcontrol.removeCONTROLLER(physicalEntityParticipant CONTROLLER) voidconversion.removeLEFT(physicalEntityParticipant LEFT) voidphysicalEntity.removePHYSICAL_ENTITYof(physicalEntityParticipant pep) voidconversion.removeRIGHT(physicalEntityParticipant RIGHT) voidexperimentalForm.setPARTICIPANT(physicalEntityParticipant PARTICIPANT) Method parameters in org.biopax.paxtools.model.level2 with type arguments of type physicalEntityParticipantModifier and TypeMethodDescriptionvoidcatalysis.setCOFACTOR(Set<physicalEntityParticipant> COFACTOR) voidcomplex.setCOMPONENTS(Set<physicalEntityParticipant> COMPONENTS) voidcontrol.setCONTROLLER(Set<physicalEntityParticipant> CONTROLLER) voidconversion.setLEFT(Set<physicalEntityParticipant> LEFT) voidconversion.setRIGHT(Set<physicalEntityParticipant> RIGHT)