Uses of Class
se.citerus.dddsample.domain.shared.AbstractSpecification

Packages that use AbstractSpecification
se.citerus.dddsample.domain.model.cargo The cargo aggregate. 
se.citerus.dddsample.domain.shared Pattern interfaces and support code for the domain layer. 
 

Uses of AbstractSpecification in se.citerus.dddsample.domain.model.cargo
 

Subclasses of AbstractSpecification in se.citerus.dddsample.domain.model.cargo
 class RouteSpecification
          Route specification.
 

Uses of AbstractSpecification in se.citerus.dddsample.domain.shared
 

Subclasses of AbstractSpecification in se.citerus.dddsample.domain.shared
 class AndSpecification<T>
          AND specification, used to create a new specifcation that is the AND of two other specifications.
 class NotSpecification<T>
          NOT decorator, used to create a new specifcation that is the inverse (NOT) of the given spec.
 class OrSpecification<T>
          OR specification, used to create a new specifcation that is the OR of two other specifications.
 



Copyright © 2009. All Rights Reserved.