Class ModelObject

java.lang.Object
io.nflow.engine.model.ModelObject
Direct Known Subclasses:
NextAction, QueryWorkflowInstances, State, StateExecutionImpl, Statistics, Statistics.QueueStatistics, StoredWorkflowDefinition, StoredWorkflowDefinition.Signal, StoredWorkflowDefinition.State, WorkflowDefinition, WorkflowDefinitionStatistics, WorkflowExecutor, WorkflowExecutorListener.ListenerContext, WorkflowInstance, WorkflowInstanceAction, WorkflowSettings, WorkflowStateMethod

public abstract class ModelObject extends Object
Inheriting ModelObject is an implementation detail only to provide toString/equals/hashCode for subclasses. We would use something more sensible method, but this is what Java allows. User code should never use ModelObject for anything.
  • Constructor Details

    • ModelObject

      public ModelObject()
  • Method Details