package domain.sheets; public class SmallStraight extends Category{ @Override public void independentValue() { this.value = 30; } }