Skip to content

Method: NonRoutable()

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