Package psidev.psi.mi.jami.tab.extension
Class MitabStoichiometry
- java.lang.Object
-
- psidev.psi.mi.jami.model.impl.DefaultStoichiometry
-
- psidev.psi.mi.jami.tab.extension.MitabStoichiometry
-
- All Implemented Interfaces:
FileSourceContext
,Stoichiometry
public class MitabStoichiometry extends DefaultStoichiometry implements FileSourceContext
Mitab extension for Stoichiometry. It contains a FileSourceLocator- Since:
11/06/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description MitabStoichiometry(int value)
Constructor for MitabStoichiometry.MitabStoichiometry(int minValue, int maxValue)
Constructor for MitabStoichiometry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileSourceLocator
getSourceLocator()
Getter for the fieldsourceLocator
.void
setSourceLocator(FileSourceLocator sourceLocator)
Sets the source locatorString
toString()
-
Methods inherited from class psidev.psi.mi.jami.model.impl.DefaultStoichiometry
equals, getMaxValue, getMinValue, hashCode, setMaxValue, setMinValue
-
-
-
-
Method Detail
-
getSourceLocator
public FileSourceLocator getSourceLocator()
Getter for the field
sourceLocator
.- Specified by:
getSourceLocator
in interfaceFileSourceContext
- Returns:
- a
FileSourceLocator
object.
-
setSourceLocator
public void setSourceLocator(FileSourceLocator sourceLocator)
Sets the source locator- Specified by:
setSourceLocator
in interfaceFileSourceContext
- Parameters:
sourceLocator
- : the file locator
-
toString
public String toString()
- Specified by:
toString
in interfaceFileSourceContext
- Overrides:
toString
in classDefaultStoichiometry
- Returns:
- the file source context as a String. If the source locator is not null, it should give the source locator properties
-
-