Skip to content

Package: Routable

Routable

nameinstructionbranchcomplexitylinemethod
Routable()
M: 0 C: 3
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 1
100%
M: 0 C: 1
100%

Coverage

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: }