Skip to content

Method: Routable()

1: package networkconfigurator.item;
2:
3: /**
4: * Routable devices in the graph that can have IP-Address.
5: *
6: * @author HFW416 Jannik
7: *
8: */
9: public abstract class Routable extends Device {
10:
11: }