org.biojava.spice.feature
Class FeatureImpl

java.lang.Object
  extended byorg.biojava.spice.feature.AbstractFeature
      extended byorg.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

Constructor Summary
FeatureImpl()
           
 
Method Summary
 Object clone()
           
 
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 class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

FeatureImpl

public FeatureImpl()
Method Detail

clone

public Object clone()
Specified by:
clone in interface Feature
Specified by:
clone in class AbstractFeature