case class LocalOutgoingShouldExtendConstraint(sourceEnsemble: Symbol, targetEnsembles: Seq[Symbol]) extends PropertyChecker with Product with Serializable
Checks whether all elements in the source ensemble extends any of the given elements. The source ensemble should contain only class elements otherwise a SpecificationError will be thrown.
- sourceEnsemble
An ensemble containing classes, that should implement the given method.
- targetEnsembles
Ensembles containing elements, that should be extended by the given classes.
- Source
- Specification.scala
- Alphabetic
- By Inheritance
- LocalOutgoingShouldExtendConstraint
- Serializable
- Product
- Equals
- PropertyChecker
- ArchitectureChecker
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LocalOutgoingShouldExtendConstraint(sourceEnsemble: Symbol, targetEnsembles: Seq[Symbol])
- sourceEnsemble
An ensemble containing classes, that should implement the given method.
- targetEnsembles
Ensembles containing elements, that should be extended by the given classes.
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() @IntrinsicCandidate()
- def ensembles: Seq[Symbol]
- Definition Classes
- LocalOutgoingShouldExtendConstraint → PropertyChecker
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def property: String
A textual representation of the property.
A textual representation of the property.
- Definition Classes
- LocalOutgoingShouldExtendConstraint → PropertyChecker
- val sourceEnsemble: Symbol
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetEnsembles: Seq[Symbol]
- def toString(): String
- Definition Classes
- LocalOutgoingShouldExtendConstraint → AnyRef → Any
- def violations(): Set[SpecificationViolation]
- Definition Classes
- LocalOutgoingShouldExtendConstraint → ArchitectureChecker
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated