Class DasFeature
java.lang.Object
com.compomics.util.pdbfinder.das.readers.DasFeature
public class DasFeature extends Object
DasFeature.
- Author:
- Niklaas Colaert
-
Constructor Summary
Constructors Constructor Description DasFeature()
Empty default constructorDasFeature(String aFeature)
Constructor. -
Method Summary
Modifier and Type Method Description int
getEnd()
Returns the end.String
getFeatureId()
Returns the feature ID.String
getFeatureLabel()
Returns the feature label.String[]
getLink()
Returns the link.String[]
getLinkHref()
Returns the linkHref.String
getMethod()
Returns the method.String
getMethodId()
Returns the method ID.String[]
getNote()
Returns the note.String
getOrientation()
Returns the orientation.String
getPhase()
Returns the phase.double
getScore()
Returns the score.int
getStart()
Returns the start.String
getType()
Returns the type.String
getTypeCategory()
Returns the type category.String
getTypeId()
Returns the type ID.String
getTypeReference()
Returns the type reference.String
getTypeSubparts()
Returns the type subparts.String
getTypeSuperparts()
Returns the type super parts.boolean
isValid()
Returns true if valid.String
toString()
-
Constructor Details
-
DasFeature
public DasFeature()Empty default constructor -
DasFeature
Constructor.- Parameters:
aFeature
- the feature
-
-
Method Details
-
getFeatureId
Returns the feature ID.- Returns:
- the feature ID
-
getFeatureLabel
Returns the feature label.- Returns:
- the feature label
-
getTypeId
Returns the type ID.- Returns:
- the type ID
-
getTypeCategory
Returns the type category.- Returns:
- the type category
-
getTypeReference
Returns the type reference.- Returns:
- the type reference
-
getTypeSubparts
Returns the type subparts.- Returns:
- the type subparts.
-
getTypeSuperparts
Returns the type super parts.- Returns:
- the type super parts
-
getType
Returns the type.- Returns:
- the type
-
getMethodId
Returns the method ID.- Returns:
- the method ID
-
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
Returns the orientation.- Returns:
- orientation
-
getPhase
Returns the phase.- Returns:
- phase
-
getNote
Returns the note.- Returns:
- note
-
getLink
Returns the link.- Returns:
- link
-
getLinkHref
Returns the linkHref.- Returns:
- linkHref
-
toString
-
isValid
public boolean isValid()Returns true if valid.- Returns:
- true if valid
-