case class LocalOutgoingNotAllowedConstraint(dependencyTypes: Set[DependencyType], sourceEnsemble: Symbol, targetEnsembles: Seq[Symbol]) extends DependencyChecker with Product with Serializable
Forbids the given local dependencies between a specific source ensemble and several target ensembles.
Example Scenario
If the ensemble ex
is not allowed to use ey
and the source element x
which
belongs to ensemble ex
has one if the given dependencies on a source element
belonging to ey
then a SpecificationViolation is generated.
- Source
- Specification.scala
- Alphabetic
- By Inheritance
- LocalOutgoingNotAllowedConstraint
- Serializable
- Product
- Equals
- DependencyChecker
- ArchitectureChecker
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LocalOutgoingNotAllowedConstraint(dependencyTypes: Set[DependencyType], sourceEnsemble: Symbol, targetEnsembles: Seq[Symbol])
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()
- val dependencyTypes: Set[DependencyType]
- 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
- val sourceEnsemble: Symbol
- def sourceEnsembles: Seq[Symbol]
- Definition Classes
- LocalOutgoingNotAllowedConstraint → DependencyChecker
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetEnsembles: Seq[Symbol]
- Definition Classes
- LocalOutgoingNotAllowedConstraint → DependencyChecker
- def toString(): String
- Definition Classes
- LocalOutgoingNotAllowedConstraint → AnyRef → Any
- def violations(): Set[SpecificationViolation]
- Definition Classes
- LocalOutgoingNotAllowedConstraint → 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