Home / src / main / java / de / uni_stuttgart / vis / vowl / owl2vowl / constants / PropertyAllSomeValue.java
package de.uni_stuttgart.vis.vowl.owl2vowl.constants; public enum PropertyAllSomeValue { ALL, SOME; }