Uses of Interface
net.sourceforge.plantuml.project.Value
Packages that use Value
Package
Description
-
Uses of Value in net.sourceforge.plantuml.project
Classes in net.sourceforge.plantuml.project that implement Value -
Uses of Value in net.sourceforge.plantuml.project.solver
Fields in net.sourceforge.plantuml.project.solver with type parameters of type ValueMethods in net.sourceforge.plantuml.project.solver that return ValueModifier and TypeMethodDescriptionprotected abstract Value
AbstractSolver.computeEnd()
protected abstract Value
AbstractSolver.computeStart()
final Value
AbstractSolver.getData
(TaskAttribute attribute) Solver.getData
(TaskAttribute attribute) Methods in net.sourceforge.plantuml.project.solver with parameters of type ValueModifier and TypeMethodDescriptionfinal void
AbstractSolver.setData
(TaskAttribute attribute, Value value) void
Solver.setData
(TaskAttribute attribute, Value value) -
Uses of Value in net.sourceforge.plantuml.project.time
Classes in net.sourceforge.plantuml.project.time that implement Value