Class DasFeature

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

public class DasFeature
extends Object
DasFeature.
Author:
Niklaas Colaert
  • Constructor Details

    • DasFeature

      public DasFeature()
      Empty default constructor
    • DasFeature

      public DasFeature​(String aFeature)
      Constructor.
      Parameters:
      aFeature - the feature
  • Method Details

    • getFeatureId

      public String getFeatureId()
      Returns the feature ID.
      Returns:
      the feature ID
    • getFeatureLabel

      public String getFeatureLabel()
      Returns the feature label.
      Returns:
      the feature label
    • getTypeId

      public String getTypeId()
      Returns the type ID.
      Returns:
      the type ID
    • getTypeCategory

      public String getTypeCategory()
      Returns the type category.
      Returns:
      the type category
    • getTypeReference

      public String getTypeReference()
      Returns the type reference.
      Returns:
      the type reference
    • getTypeSubparts

      public String getTypeSubparts()
      Returns the type subparts.
      Returns:
      the type subparts.
    • getTypeSuperparts

      public String getTypeSuperparts()
      Returns the type super parts.
      Returns:
      the type super parts
    • getType

      public String getType()
      Returns the type.
      Returns:
      the type
    • getMethodId

      public String getMethodId()
      Returns the method ID.
      Returns:
      the method ID
    • getMethod

      public String getMethod()
      Returns the method.
      Returns:
      method
    • getStart

      public int getStart()
      Returns the start.
      Returns:
      start
    • getEnd

      public int getEnd()
      Returns the end.
      Returns:
      end
    • getScore

      public double getScore()
      Returns the score.
      Returns:
      score
    • getOrientation

      public String getOrientation()
      Returns the orientation.
      Returns:
      orientation
    • getPhase

      public String getPhase()
      Returns the phase.
      Returns:
      phase
    • getNote

      public String[] getNote()
      Returns the note.
      Returns:
      note
    • getLink

      public String[] getLink()
      Returns the link.
      Returns:
      link
    • getLinkHref

      public String[] getLinkHref()
      Returns the linkHref.
      Returns:
      linkHref
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isValid

      public boolean isValid()
      Returns true if valid.
      Returns:
      true if valid