package org.concord.otrunk.overlay; import org.concord.framework.otrunk.OTObjectInterface; import org.concord.framework.otrunk.OTObjectList; public interface OTOverlayGroup extends OTObjectInterface { public OTObjectList getOverlays(); }