Packages

trait ToolProvider extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToolProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def algebraTool(): Option[AlgebraTool]

    Returns an algebra tool for algebraic computations.

  2. abstract def cexTool(): Option[CounterExampleTool]

    Returns a counterexample tool.

  3. abstract def defaultTool(): Option[Tool]

    Returns the default tool

  4. abstract def init(): Boolean

    Initializes the tools.

  5. abstract def invGenTool(name: Option[String] = None): Option[InvGenTool]
  6. abstract def isInitialized: Boolean

    Indicates whether the tool is initialized.

  7. abstract def lyapunovTool(): Option[LyapunovSolverTool]

    Returns a Control Lyapunov Function solver.

  8. abstract def odeTool(): Option[ODESolverTool]

    Returns an ODE tool.

  9. abstract def pdeTool(): Option[PDESolverTool]

    Returns a PDE tool.

  10. abstract def qeTool(name: Option[String] = None): Option[QETacticTool]

    Returns a QE tool.

  11. abstract def shutdown(): Unit

    Shutdown the tools provided by this provider.

    Shutdown the tools provided by this provider. After shutdown, the provider hands out None only.

  12. abstract def simplifierTool(): Option[SimplificationTool]

    Returns an arithmetic/logical simplification tool

  13. abstract def simulationTool(): Option[SimulationTool]

    Returns a simulation tool.

  14. abstract def solverTool(): Option[EquationSolverTool]

    Returns an equation solver tool.

  15. abstract def sosSolveTool(): Option[SOSsolveTool]

    Returns a SOSsolve tool.

  16. abstract def tools(): List[Tool]

    The provided tools.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. def tool(name: String): Option[Tool]

    Returns the tool with name

  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped