Uses of Class
org.opennms.web.enlinkd.LldpElementNode
-
Packages that use LldpElementNode Package Description org.opennms.web.enlinkd -
-
Uses of LldpElementNode in org.opennms.web.enlinkd
Fields in org.opennms.web.enlinkd declared as LldpElementNode Modifier and Type Field Description LldpElementNodeEnLinkdElementFactoryInterface.ElementsAndLinks. lldpElementMethods in org.opennms.web.enlinkd that return LldpElementNode Modifier and Type Method Description LldpElementNodeEnLinkdElementFactory. getLldpElement(int nodeId)LldpElementNodeEnLinkdElementFactoryInterface. getLldpElement(int nodeId)Constructors in org.opennms.web.enlinkd with parameters of type LldpElementNode 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)
-