Class BaseBHDescriptor

  • All Implemented Interfaces:
    BHDescriptor
    Direct Known Subclasses:
    EmptyBHDescriptor

    public abstract class BaseBHDescriptor
    extends Object
    implements BHDescriptor
    Common ancestor for all the generated behavior aspects (per concept). Exploiting the idea of virtual table to yield the dynamic dispatch for behavior methods' invocation.

    TODO Features: Multiple dispatch? Default parameter values?