/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.msu.nscl.olog; /** * * @author berryman */ public enum State { Active, Inactive }