Module aeonics.core

Class Step

    • Constructor Detail

      • Step

        public Step()
    • Method Detail

      • category

        protected final java.lang.Class<? extends Step> category()
        Hardcoded category to the Step class
        Specified by:
        category in class Item<Step.Type>
        Returns:
        the target entity category
      • template

        public Step.Template template()
        Description copied from class: Item
        Returns the template to build the target entity.

        This method should ultimately be used to provide the final entity template. Although, it may also provide a partial template that subclassed may complement.

        Overrides:
        template in class Item<Step.Type>
        Returns:
        the matching entity template