blob: 6e4ffb6368f3a7e0c078e94748754a4e55b6cdef [file] [log] [blame]
package org.eclipse.gymnast.generators.ecore.walker;
public enum AltRuleKind {
ABSTRACT_RK, CONTAINER_RK, INTERFACE_RK
}