程序包org.springframework.batch.core.job.flow.support.state的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.batch.core.job.flow.support.state.AbstractState (implements org.springframework.batch.core.job.flow.State)
      • org.springframework.batch.core.job.flow.support.state.DecisionState
      • org.springframework.batch.core.job.flow.support.state.EndState
      • org.springframework.batch.core.job.flow.support.state.FlowState (implements org.springframework.batch.core.job.flow.FlowHolder)
      • org.springframework.batch.core.job.flow.support.state.SplitState (implements org.springframework.batch.core.job.flow.FlowHolder)
      • org.springframework.batch.core.job.flow.support.state.StepState (implements org.springframework.batch.core.step.StepHolder, org.springframework.batch.core.step.StepLocator)
    • org.springframework.batch.core.job.flow.support.state.MaxValueFlowExecutionAggregator (implements org.springframework.batch.core.job.flow.support.state.FlowExecutionAggregator)

接口分层结构