package uk.org.squirm3.model.type; public interface ChemicalType { char getCharacterIdentifier(); }