PropertyAllSomeValue.java

package de.uni_stuttgart.vis.vowl.owl2vowl.constants;

public enum PropertyAllSomeValue {
	ALL, SOME;
}