001    package edu.nrao.sss.model.resource;
002    
003    /**
004     * An element of a correlator that can be used to work on a portion
005     * of a signal sent to the correlator.
006     * <p>
007     * <b>Version Info:</b>
008     * <table style="margin-left:2em">
009     *   <tr><td>$Revision: 1064 $</td></tr>
010     *   <tr><td>$Date: 2008-01-24 16:14:02 -0700 (Thu, 24 Jan 2008) $</td></tr>
011     *   <tr><td>$Author: dharland $ (last person to modify)</td></tr>
012     * </table></p>
013     * 
014     * @author David M. Harland
015     * @since 2008-01-24
016     */
017    
018    //WIDAR's BLB *and* BLB-Pairs might BOTH be corr resources
019    
020    public interface CorrelatorResource
021    {
022    
023    }