Package com.yworkflow.definition.model.base


package com.yworkflow.definition.model.base
  • Interfaces
    Class
    Description
    Interface for objects that can create copies of themselves.
    HasId<ID>
    Interface for objects that have a unique identifier.
    HasParent<T extends Model<T,?>,P extends Model<?,?>>
    Interface for model elements that have a parent-child relationship with other model elements.
    Model<SELF,ID>
    Base interface for all workflow model elements.