package com.jakeapp.violet.model; /** * A model is the access to a data structure. */ public interface Model { }