Object

org.openmole.core.workflow.validation

Validation

Related Doc: package validation

Permalink

object Validation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Validation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class errorDetect extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allMoles(mole: Mole): List[(Mole, Option[(MoleTask, Capsule)])]

    Permalink
  5. def apply(mole: Mole, implicits: Context = Context.empty, sources: Sources = Sources.empty, hooks: Hooks = Hooks.empty): List[AnyRef]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def dataChannelErrors(mole: Mole): Iterable[TopologyProblem with Product with Serializable]

    Permalink
  9. def duplicatedName(mole: Mole, sources: Sources, hooks: Hooks): Iterable[DuplicatedName]

    Permalink
  10. def duplicatedTransitions(mole: Mole): Iterable[DuplicatedTransition]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hookErrors(m: Mole, implicits: Iterable[Val[_]], sources: Sources, hooks: Hooks): Iterable[Problem]

    Permalink
  17. def incoherentTypeAggregation(mole: Mole, sources: Sources, hooks: Hooks): Iterable[IncoherentTypeAggregation]

    Permalink
  18. def incoherentTypeBetweenSlots(mole: Mole, sources: Sources, hooks: Hooks): Iterable[IncoherentTypesBetweenSlots]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def moleTaskImplicitsErrors(moleTask: MoleTask, capsule: Capsule): Vector[MissingMoleTaskImplicit]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def sourceTypeErrors(mole: Mole, implicits: Iterable[Val[_]], sources: Sources, hooks: Hooks): Iterable[SourceProblem with Product with Serializable]

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def taskTypeErrors(mole: Mole)(capsules: Iterable[Capsule], implicits: Iterable[Val[_]], sources: Sources, hooks: Hooks): Iterable[SlotDataflowProblem with Product with Serializable]

    Permalink
  27. def taskValidationErrors(mole: Mole): Iterable[TaskValidationProblem]

    Permalink
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def topologyErrors(mole: Mole): Iterable[TopologyProblem with Product with Serializable]

    Permalink
  30. def transitionValidationErrors(mole: Mole, sources: Sources, hooks: Hooks): Iterable[Throwable]

    Permalink
  31. def typeErrorsMoleTask(mole: Mole, implicits: Iterable[Val[_]]): Iterable[SlotDataflowProblem with Product with Serializable]

    Permalink
  32. def typeErrorsTopMole(mole: Mole, implicits: Iterable[Val[_]], sources: Sources, hooks: Hooks): Iterable[SlotDataflowProblem with Product with Serializable]

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped