Package

bio

attribute

Permalink

package attribute

Visibility
  1. Public
  2. All

Type Members

  1. trait AttributeAccess extends AnyRef

    Permalink

    Access functions for the attribute list

  2. case class Codon(seq: List[NTSymbol]) extends Attribute with Product with Serializable

    Permalink

    Codon responds to the GetCodon message

  3. case class Description(str: String) extends StringAttribute with Product with Serializable

    Permalink

    Description responds to the GetDescription message

  4. case class Id(str: String) extends StringAttribute with Product with Serializable

    Permalink

    Id responds to the GetId message

  5. class StringAttribute extends Attribute

    Permalink

    StringAttribute stores a typical String value

Value Members

  1. object Error extends StatusMessage with Product with Serializable

    Permalink
  2. object GetCodon extends Message with Product with Serializable

    Permalink
  3. object GetDNA extends Message with Product with Serializable

    Permalink
  4. object GetDescription extends Message with Product with Serializable

    Permalink
  5. object GetFeature extends Message with Product with Serializable

    Permalink
  6. object GetGap extends Message with Product with Serializable

    Permalink
  7. object GetId extends Message with Product with Serializable

    Permalink
  8. object GetRDF extends Message with Product with Serializable

    Permalink
  9. object GetXML extends Message with Product with Serializable

    Permalink
  10. object Ok extends StatusMessage with Product with Serializable

    Permalink
  11. object UnknownMessage extends StatusMessage with Product with Serializable

    Permalink

Ungrouped