Package org.logicmachine.rebl.language.context


package org.logicmachine.rebl.language.context
This package provides placeholder classes used to store contextual data for use within the Business Language.

This includes both environment setup objects as well as runtime scope data.
Since:
1.0
  • Classes
    Class
    Description
    This is a placeholder class allowing an environment object to be defined which can then be attached to either a specific scope, or made available within the 'global' scope and hence accessible everywhere.
    Collection class holding a set of Objects forming the current operating environment.
    Nested scopes provide isolation for blocks of business logic.