hepdata is hosted by Hepforge, IPPP Durham

cedar.hepdata.migration.model
Interface Matchable

All Known Implementing Classes:
Match.Matched

public interface Matchable

Interface for an object matching a Systematic. It must have paper,dataset x and y axis ids (some of which may be null). Possibly dataset,axis and value should implement this interface, but it seemed cumbersome, so the only class which does at present is the internal Match.Matched class (Match has a collection of them...).

Version:
$Date: 2006-01-20 11:29:58 +0000 (Fri, 20 Jan 2006) $ $Revision: 466 $
Author:
S Butterworth

Method Summary
 int getDatasetId()
           
 int getPaperId()
           
 int getXAxisId()
           
 java.lang.String getXVal()
           
 int getYAxisId()
           
 

Method Detail

getPaperId

int getPaperId()

getDatasetId

int getDatasetId()

getYAxisId

int getYAxisId()

getXAxisId

int getXAxisId()

getXVal

java.lang.String getXVal()

Generated 20060512 1623

HEPData