Class SimpleDomainGraphContainer
- java.lang.Object
-
- org.opennms.netmgt.graph.domain.AbstractDomainGraphContainer<SimpleDomainGraph>
-
- org.opennms.netmgt.graph.domain.simple.SimpleDomainGraphContainer
-
- All Implemented Interfaces:
ImmutableGraphContainer<SimpleDomainGraph>,GraphContainerInfo
public final class SimpleDomainGraphContainer extends AbstractDomainGraphContainer<SimpleDomainGraph>
Acts as a domain specific view on aGenericGraphContainer. This is the most basic concrete subclass ofAbstractDomainGraphContainerand can be used as a reference for your own domain graph container. It is a final class. If you need more functionality please extendAbstractDomainGraphContainer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleDomainGraphContainer.SimpleDomainGraphContainerBuilder-
Nested classes/interfaces inherited from class org.opennms.netmgt.graph.domain.AbstractDomainGraphContainer
AbstractDomainGraphContainer.AbstractDomainGraphContainerBuilder<T extends AbstractDomainGraphContainer.AbstractDomainGraphContainerBuilder,G extends AbstractDomainGraph<? extends AbstractDomainVertex,? extends AbstractDomainEdge>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleDomainGraphContainer.SimpleDomainGraphContainerBuilderbuilder()protected SimpleDomainGraphconvert(GenericGraph graph)static SimpleDomainGraphContainerfrom(GenericGraphContainer genericGraphContainer)-
Methods inherited from class org.opennms.netmgt.graph.domain.AbstractDomainGraphContainer
asGenericGraphContainer, equals, getDescription, getGraph, getGraphInfo, getGraphInfos, getGraphs, getId, getLabel, getNamespaces, getPrimaryGraphInfo, hashCode, toString
-
-
-
-
Method Detail
-
convert
protected SimpleDomainGraph convert(GenericGraph graph)
- Specified by:
convertin classAbstractDomainGraphContainer<SimpleDomainGraph>
-
builder
public static SimpleDomainGraphContainer.SimpleDomainGraphContainerBuilder builder()
-
from
public static SimpleDomainGraphContainer from(GenericGraphContainer genericGraphContainer)
-
-