package ch.bfh.lpdg.datastructure; public enum DependencyType { FILE, USE_PACKAGE, REQUIRE_PACKAGE, INCLUDE, INPUT }