package org.whole.lang.frames.model; /** * @generator Whole */ public interface Proceed extends IFramesEntity, Content { public Feature getJoinpoints(); public void setJoinpoints(Feature joinpoints); }