Class SimpleDomainVertex

  • All Implemented Interfaces:
    NodeRefAware, Vertex

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