Class DasFeature
java.lang.Object
com.compomics.util.pdbfinder.das.readers.DasFeature
DasFeature.
- Author:
- Niklaas Colaert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetEnd()Returns the end.Returns the feature ID.Returns the feature label.String[]getLink()Returns the link.String[]Returns the linkHref.Returns the method.Returns the method ID.String[]getNote()Returns the note.Returns the orientation.getPhase()Returns the phase.doublegetScore()Returns the score.intgetStart()Returns the start.getType()Returns the type.Returns the type category.Returns the type ID.Returns the type reference.Returns the type subparts.Returns the type super parts.booleanisValid()Returns true if valid.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
-