Class AbstractSolver

java.lang.Object
net.sourceforge.plantuml.project.solver.AbstractSolver
All Implemented Interfaces:
Solver
Direct Known Subclasses:
Solver3, SolverImpl

public abstract class AbstractSolver extends java.lang.Object implements Solver
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final java.util.Map<TaskAttribute,Value>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract Value
     
    protected abstract Value
     
    final Value
     
    final void
    setData(TaskAttribute attribute, Value value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • AbstractSolver

      public AbstractSolver()
  • Method Details