Esempio n. 1
0
 @Override
 public boolean testEquality(PressurizedInput other) {
   return other.containsType(theSolid)
       && other.containsType(theFluid)
       && other.containsType(theGas);
 }