Class SimpleDomainEdge

  • All Implemented Interfaces:
    Edge

    public final class SimpleDomainEdge
    extends AbstractDomainEdge
    Acts as a domain specific view on a GenericEdge. This is the most basic concrete subclass of AbstractDomainEdge and can be used as a reference for your own domain edge. It is a final class. If you need more functionality please extend AbstractDomainEdge. Since it's delegate is immutable and this class holds no data of it's own it is immutable as well.