Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The enumeration parameter is provided in the signature to allow parameterization of the highlight generation based on some user-defined state. We are not making use of that feature here.

Info

See Web UI - Topology Highlights for more information about the highlighting model.

DemoLinkMap

This class extends BiLinkMap<DemoLink> to provide a concrete class for collating DemoLink instances. Here we simply need to override the create() method:

...