Class CustomEdge
- java.lang.Object
-
- org.opennms.netmgt.graph.domain.AbstractDomainEdge
-
- org.opennms.netmgt.graph.provider.persistence.CustomEdge
-
- All Implemented Interfaces:
Edge
public class CustomEdge extends AbstractDomainEdge
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.netmgt.graph.domain.AbstractDomainEdge
AbstractDomainEdge.AbstractDomainEdgeBuilder<T extends AbstractDomainElementBuilder<?>>
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.graph.domain.AbstractDomainEdge
delegate
-
-
Constructor Summary
Constructors Constructor Description CustomEdge(GenericEdge genericEdge)
-
Method Summary
-
Methods inherited from class org.opennms.netmgt.graph.domain.AbstractDomainEdge
asGenericEdge, equals, getId, getLabel, getNamespace, getSource, getTarget, hashCode
-
-
-
-
Constructor Detail
-
CustomEdge
public CustomEdge(GenericEdge genericEdge)
-
-