Uses of Interface
net.officefloor.plugin.clazz.flow.ClassFlowContext
-
Packages that use ClassFlowContext Package Description net.officefloor.plugin.clazz.dependency.impl net.officefloor.plugin.clazz.flow -
-
Uses of ClassFlowContext in net.officefloor.plugin.clazz.dependency.impl
Methods in net.officefloor.plugin.clazz.dependency.impl with parameters of type ClassFlowContext Modifier and Type Method Description protected ClassDependencyManufacturerContext.ClassFlow
AbstractFlowClassDependencyManufacturer. addFlow(ClassDependencyManufacturerContext dependencyContext, ClassFlowContext flowContext)
Adds aFlow
.protected int
AbstractFlowClassDependencyManufacturer. buildFlow(ClassDependencyManufacturerContext.ClassFlow classFlow, ClassFlowContext flowContext)
Builds theFlow
protected int
SectionInterfaceClassDependencyManufacturer. buildFlow(ClassDependencyManufacturerContext.ClassFlow classFlow, ClassFlowContext flowContext)
-
Uses of ClassFlowContext in net.officefloor.plugin.clazz.flow
Methods in net.officefloor.plugin.clazz.flow with parameters of type ClassFlowContext Modifier and Type Method Description int
ClassFlowRegistry. registerFlow(ClassFlowContext context)
Registers theFlow
.
-