org.biojava.spice.feature
Class FeatureImpl
java.lang.Object
org.biojava.spice.feature.AbstractFeature
org.biojava.spice.feature.FeatureImpl
- All Implemented Interfaces:
- Cloneable, Feature
- public class FeatureImpl
- extends AbstractFeature
- implements Feature
a class to store FeatureData and to visualize them
coordinate system of features is always UniProt !
PDBresnum features served by DAS need to be converted into UniProt coord sys first.
a feature consists of one or several segments.
segmetns cotnains and information.
- Author:
- Andreas Prlic
| Methods inherited from class org.biojava.spice.feature.AbstractFeature |
addSegment, addSegment, equals, getLink, getMethod, getName, getNote, getScore, getSegments, getSource, getType, overlaps, setLink, setMethod, setName, setNote, setScore, setSource, setType, toString |
| Methods inherited from interface org.biojava.spice.feature.Feature |
addSegment, addSegment, equals, getLink, getMethod, getName, getNote, getScore, getSegments, getSource, getType, overlaps, setLink, setMethod, setName, setNote, setScore, setSource, setType, toString |
FeatureImpl
public FeatureImpl()
clone
public Object clone()
- Specified by:
clone in interface Feature- Specified by:
clone in class AbstractFeature