323334353637383940
} } for (Edge edge : graph.getEdges()) { if (edge.getWeight() > OWENERSHIP_LEVEL && edge.getDestination().equals(edge.getSource())) { throw new CompanyCannotContainItselfException(edge); } } }