de.zimek.proteinfeatures.attributeAssigner.dingAttributes
Class DingCompositionLength

java.lang.Object
  extended byde.zimek.proteinfeatures.attributeAssigner.AbstractArffRealAttributeAssigner
      extended byde.zimek.proteinfeatures.attributeAssigner.dingAttributes.DingAttribute
          extended byde.zimek.proteinfeatures.attributeAssigner.dingAttributes.DingCompositionLength
All Implemented Interfaces:
ArffAttributeAssigner

public class DingCompositionLength
extends DingAttribute

Author:
Arthur Zimek

Field Summary
 
Fields inherited from class de.zimek.proteinfeatures.attributeAssigner.dingAttributes.DingAttribute
attributeName, ID2ATTRIBUTES, includeLength, postfix, uri
 
Fields inherited from class de.zimek.proteinfeatures.attributeAssigner.AbstractArffRealAttributeAssigner
WHITESPACE
 
Fields inherited from interface de.zimek.proteinfeatures.attributeAssigner.ArffAttributeAssigner
ATTRIBUTE_MARK
 
Constructor Summary
DingCompositionLength()
           
 
Method Summary
 java.lang.String getAttributeDefinition()
          Provides the attribute-definition in arff-format with an ending newline.
 
Methods inherited from class de.zimek.proteinfeatures.attributeAssigner.dingAttributes.DingAttribute
attributes, init
 
Methods inherited from class de.zimek.proteinfeatures.attributeAssigner.AbstractArffRealAttributeAssigner
getAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DingCompositionLength

public DingCompositionLength()
Method Detail

getAttributeDefinition

public java.lang.String getAttributeDefinition()
Description copied from interface: ArffAttributeAssigner
Provides the attribute-definition in arff-format with an ending newline.

Specified by:
getAttributeDefinition in interface ArffAttributeAssigner
Overrides:
getAttributeDefinition in class DingAttribute
See Also:
ArffAttributeAssigner.getAttributeDefinition()