L-System/src/lsystem/Type.java

9 lines
56 B
Java
Raw Normal View History

package lsystem;
public enum Type {
AXIOM,
RULE
}