Azavea.NijPredictivePolicing.ACSAlchemistLibrary.States.StateToRealName C# (CSharp) Method

StateToRealName() public static method

Get's a pretty name for a state
public static StateToRealName ( AcsState state ) : string
state AcsState
return string
        public static string StateToRealName(AcsState state)
        {
            throw new NotImplementedException("This function will be implemented at a later date");
        }