public bool Add(CompletedState item) { return(this.completionStates.Add(item)); }
private void Complete(CompletedState completed) { EarleyComplete(completed, Location); }