Uses of Interface
org.biopax.paxtools.model.level3.Control
Packages that use Control
Package
Description
This package contains various methods and algorithms for traversing and manipulating the model.
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of Control in org.biopax.paxtools.controller
Methods in org.biopax.paxtools.controller with parameters of type ControlModifier and TypeMethodDescriptionstatic voidModelUtils.fixControlled(Model model, Control control) In Paxtools v6, controlled property won't accept multiple values (due to the OWL functional property restriction, which we so far forgot of); so, let's make sure every Control has at most one controlled process. -
Uses of Control in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement ControlModifier and TypeClassDescriptionclassclassclassclassMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type ControlModifier and TypeMethodDescriptionProcessImpl.getControlledOf()PathwayImpl.getControllerOf()PhysicalEntityImpl.getControllerOf()ControlImpl.getModelInterface() -
Uses of Control in org.biopax.paxtools.model.level3
Subinterfaces of Control in org.biopax.paxtools.model.level3Modifier and TypeInterfaceDescriptioninterfaceDefinition: A control interaction in which a physical entity (a catalyst) increases the rate of a conversion interaction by lowering its activation energy.interfaceDefinition: An interaction in which one entity regulates, modifies, or otherwise influences another.interfaceMethods in org.biopax.paxtools.model.level3 that return types with arguments of type ControlModifier and TypeMethodDescriptionProcess.getControlledOf()Controller.getControllerOf()This method returns the list ofControlinteractions that this entity controls.