Packages

package impl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package exec

Type Members

  1. class ReferencingItemLoader[I, T] extends AnyRef

    Helper for loading items which are referenced by each other.

    Helper for loading items which are referenced by each other. In practice this are ai.mantik.planner.repository.MantikArtifact but for better testability, this class is abstract. An Item T is identified by some Id, and can reference other Ids. This references are not allowed to be cyclic.

    Loading is done asynchronous by extending a reachability graph in iterations.

    I

    ID type

    T

    type of item.

  2. class RemotePlanningContextImpl extends ComponentBase with PlanningContext

    Implements a PlanningContext on top of the gRpc Service

  3. class RemotePlanningContextServerImpl extends ComponentBase with PlanningContextService

    Implements the gRpc Server for PlanningContext

Value Members

  1. object ResourcePlan extends Serializable

Ungrouped