1 2 package org.catacomb.numeric.difnet; 3 4 5 public interface DiffusibleQuantity { 6 7 // why does this matter TODO ? 8 9 boolean isPotential(); 10 11 boolean isSpecie(); 12 13 }