78798081828384
/** * @author mschrag */ public class WodModelUtils { public static IWodModel createWodModel(IFile wodFile, IDocument wodDocument) { return new DocumentWodModel(wodFile, wodDocument); }