The [RATE_LIMITING_STEP_OF](http://openbel.github.com/openbel-framework/org/openbel/framework/common/enums/RelationshipType.html#RATE_LIMITING_STEP_OF) relationship is defined as indicating for some A and B: ``` A rateLimitingStepOf B ``` implies: ``` A subProcessOf B A increases B ``` Compiler expansion has typically treated relationships like `rateLimitingStepOf` as expanded to the implied relationships.
The RATE_LIMITING_STEP_OF relationship is defined as indicating for some A and B:
implies:
Compiler expansion has typically treated relationships like
rateLimitingStepOfas expanded to the implied relationships.