Uses of Class
org.opennms.web.enlinkd.CdpElementNode
-
Packages that use CdpElementNode Package Description org.opennms.web.enlinkd -
-
Uses of CdpElementNode in org.opennms.web.enlinkd
Fields in org.opennms.web.enlinkd declared as CdpElementNode Modifier and Type Field Description CdpElementNodeEnLinkdElementFactoryInterface.ElementsAndLinks. cdpElementMethods in org.opennms.web.enlinkd that return CdpElementNode Modifier and Type Method Description CdpElementNodeEnLinkdElementFactory. getCdpElement(int nodeId)CdpElementNodeEnLinkdElementFactoryInterface. getCdpElement(int nodeId)Constructors in org.opennms.web.enlinkd with parameters of type CdpElementNode Constructor Description ElementsAndLinks(List<BridgeElementNode> bridgeElements, List<BridgeLinkNode> bridgeLinks, IsisElementNode isisElement, List<IsisLinkNode> isisLinks, LldpElementNode lldpElement, List<LldpLinkNode> lldpLinks, OspfElementNode ospfElement, List<OspfLinkNode> ospfLinks, CdpElementNode cdpElement, List<CdpLinkNode> cdpLinks)
-