abstract class GenericSemigraphTraverse[Err] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenericSemigraphTraverse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GenericSemigraphTraverse(queries: GraphQueries, subcontextHandler: SubcontextHandler[Err])
Abstract Value Members
- abstract def checkConflicts(allAxis: Map[String, Set[String]], withoutCurrentActivations: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])], execOpIndex: MutableMultiMap[DIKey, InstantiationOp], excludedActivations: Set[NESet[AxisPoint]], effectType: SafeType): Either[NEList[PlanIssue], Seq[(Set[AxisPoint], Set[DIKey])]]
- Attributes
- protected
- abstract def verifyStep(currentActivation: Set[AxisPoint], providedKeys: (DIKey) => Boolean, key: DIKey, dependee: DIKey, reportMissing: (DIKey, DIKey) => Left[NEList[MissingImport], Nothing], ops: Set[(InstantiationOp, Set[AxisPoint])], opsWithMergedSets: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): Either[NEList[PlanIssue], Unit]
- Attributes
- protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(allAxis: Map[String, Set[String]], allVisited: HashSet[(DIKey, Set[AxisPoint])], matrix: ImmutableMultiMap[DIKey, (InstantiationOp, Set[AxisPoint])], execOpIndex: MutableMultiMap[DIKey, InstantiationOp], justMutators: ImmutableMultiMap[DIKey, (InstantiationOp, Set[AxisPoint])], providedKeys: (DIKey) => Boolean, excludedActivations: Set[NESet[AxisPoint]], rootKeys: Set[DIKey], effectType: SafeType, bindings: ModuleBase): Set[PlanIssue]
- Attributes
- protected
- Annotations
- @nowarn()
- def traverse[F[_]](bindings: ModuleBase, roots: Roots, providedKeys: (DIKey) => Boolean, excludedActivations: Set[NESet[AxisPoint]])(implicit arg0: TagK[F]): Either[TraversalFailure[Err], TraversalResult]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()