Package org.logicmachine.rebl.domain.entities


package org.logicmachine.rebl.domain.entities
This package provides a number of base-classes used to create a range of business entities, as required to construct a Business Language.
Since:
1.0
  • Class
    Description
    ActiveEntities are owned by OwningEntities (also known as Actors).
    Collection class holding multiple Business Entity instances.
    This class forms the base-class of all Entities.
    An OwningEntity 'owns' one or more ActiveEntities.
    PassiveEntities are embedded within ActiveEntities and cannot be addressed directly.
    Holds the response values which can be returned by the 'execute()', 'onSuccess()' and 'onFailure()' methods within the ActiveEntiity class.