Class AdhereToCmlAggregateStructure


  • public class AdhereToCmlAggregateStructure
    extends com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaPackage>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static AdhereToCmlAggregateStructure adhereToCmlAggregateStructure​(org.contextmapper.dsl.contextMappingDSL.BoundedContext cmlContext, TacticDDDAnnotationSet tacticDDDAnnotationTypes)  
      void check​(com.tngtech.archunit.core.domain.JavaPackage javaPackage, com.tngtech.archunit.lang.ConditionEvents events)  
      • Methods inherited from class com.tngtech.archunit.lang.ArchCondition

        and, as, finish, forSubtype, forSubType, getDescription, init, or, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • check

        public void check​(com.tngtech.archunit.core.domain.JavaPackage javaPackage,
                          com.tngtech.archunit.lang.ConditionEvents events)
        Specified by:
        check in class com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaPackage>