Package it.tidalwave.role


package it.tidalwave.role
  • Interfaces
    Class
    Description
    The role of an aggregate object, that is an object which contains other named objects.
    Composite<T,F extends Finder<? extends T>>
    The role of a composite object, that is an object which contains children.
    A visitor that can travel through the Composite items.
    The role of an object that can expose a unique identifier.
    The role of an object that can be removed (e.g. deleted).
    A simple Composite that uses the default Finder.
    The role of an object that has contents that can be sorted.