jebl.evolution.sequences
Interface StateClassification

All Known Implementing Classes:
StateClassification.Default

public interface StateClassification

Author:
Andrew Rambaut, Alexei Drummond

Nested Class Summary
static class StateClassification.Default
           
 
Method Summary
 String getName()
           
 String getSetName(State state)
           
 Set<String> getSetNames()
           
 Set<State> getStateSet(String setName)
           
 

Method Detail

getName

String getName()

getSetNames

Set<String> getSetNames()

getSetName

String getSetName(State state)

getStateSet

Set<State> getStateSet(String setName)