com.compomics.util.pdbfinder.das.readers
Class DasFeature

java.lang.Object
  extended by com.compomics.util.pdbfinder.das.readers.DasFeature

public class DasFeature
extends Object

Created by IntelliJ IDEA. User: Niklaas Colaert Date: 22-jan-2008 Time: 14:07:47


Constructor Summary
DasFeature(String aFeature)
           
 
Method Summary
 int getEnd()
           
 String getFeatureId()
           
 String getFeatureLabel()
           
 String[] getLink()
           
 String[] getLinkHref()
           
 String getMethod()
           
 String getMethodId()
           
 String[] getNote()
           
 String getOrientation()
           
 String getPhase()
           
 double getScore()
           
 int getStart()
           
 String getType()
           
 String getTypeCategory()
           
 String getTypeId()
           
 String getTypeReference()
           
 String getTypeSubparts()
           
 String getTypeSuperparts()
           
 boolean isValid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DasFeature

public DasFeature(String aFeature)
Method Detail

getFeatureId

public String getFeatureId()

getFeatureLabel

public String getFeatureLabel()

getTypeId

public String getTypeId()

getTypeCategory

public String getTypeCategory()

getTypeReference

public String getTypeReference()

getTypeSubparts

public String getTypeSubparts()

getTypeSuperparts

public String getTypeSuperparts()

getType

public String getType()

getMethodId

public String getMethodId()

getMethod

public String getMethod()

getStart

public int getStart()

getEnd

public int getEnd()

getScore

public double getScore()

getOrientation

public String getOrientation()

getPhase

public String getPhase()

getNote

public String[] getNote()

getLink

public String[] getLink()

getLinkHref

public String[] getLinkHref()

toString

public String toString()
Overrides:
toString in class Object

isValid

public boolean isValid()


Copyright © 2012. All Rights Reserved.