Interface Element

All Known Implementing Classes:
Node, Switch, VM
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface Element
An element managed by BtrPlace.
Author:
Fabien Hermenier
  • Method Summary

    Modifier and Type Method Description
    int id()
    The element identifier.
  • Method Details

    • id

      int id()
      The element identifier. Unique among every elements having the same type
      Returns:
      an integer