summaryrefslogtreecommitdiff
path: root/support/latex-dependency-grapher/source/main/java/ch/bfh/lpdg/datastructure/DependencyType.java
blob: af93ddb941fe8055d66374d6a70344478fc55bfb (plain)
1
2
3
4
5
6
7
8
9
package ch.bfh.lpdg.datastructure;

public enum DependencyType {
    FILE,
    USE_PACKAGE,
    REQUIRE_PACKAGE,
    INCLUDE,
    INPUT
}