Class XmlFeatureModificationEffector
- java.lang.Object
- 
- psidev.psi.mi.jami.xml.model.extension.xml253.XmlFeatureModificationEffector
 
- 
- All Implemented Interfaces:
- FileSourceContext,- AllostericEffector,- FeatureModificationEffector
 
 public class XmlFeatureModificationEffector extends Object implements FeatureModificationEffector, FileSourceContext Xml implementation of feature modification effector- Since:
- 15/11/13 
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
 
- 
- 
Constructor SummaryConstructors Constructor Description XmlFeatureModificationEffector(int feature, PsiXmlLocator locator)Constructor for XmlFeatureModificationEffector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AllostericEffectorTypegetEffectorType()getEffectorType.ModelledFeaturegetFeatureModification()getFeatureModification.FileSourceLocatorgetSourceLocator()Getter for the fieldsourceLocator.voidsetSourceLocator(FileSourceLocator locator)Sets the source locatorvoidsetSourceLocator(PsiXmlLocator locator)Setter for the fieldsourceLocator.StringtoString()toString
 
- 
- 
- 
Constructor Detail- 
XmlFeatureModificationEffectorpublic XmlFeatureModificationEffector(int feature, PsiXmlLocator locator)Constructor for XmlFeatureModificationEffector. - Parameters:
- feature- a int.
- locator- a- PsiXmlLocatorobject.
 
 
- 
 - 
Method Detail- 
getFeatureModificationpublic ModelledFeature getFeatureModification() getFeatureModification. - Specified by:
- getFeatureModificationin interface- FeatureModificationEffector
- Returns:
- a ModelledFeatureobject.
 
 - 
getEffectorTypepublic AllostericEffectorType getEffectorType() getEffectorType. - Specified by:
- getEffectorTypein interface- AllostericEffector
- Returns:
- a AllostericEffectorTypeobject.
 
 - 
getSourceLocatorpublic FileSourceLocator getSourceLocator() Getter for the field sourceLocator.- Specified by:
- getSourceLocatorin interface- FileSourceContext
- Returns:
- a FileSourceLocatorobject.
 
 - 
setSourceLocatorpublic void setSourceLocator(FileSourceLocator locator) Sets the source locator- Specified by:
- setSourceLocatorin interface- FileSourceContext
- Parameters:
- locator- : the file locator
 
 - 
setSourceLocatorpublic void setSourceLocator(PsiXmlLocator locator) Setter for the field sourceLocator.- Parameters:
- locator- a- PsiXmlLocatorobject.
 
 - 
toStringpublic String toString() toString - Specified by:
- toStringin interface- FileSourceContext
- Overrides:
- toStringin class- Object
- Returns:
- the file source context as a String. If the source locator is not null, it should give the source locator properties
 
 
- 
 
-