Interface SingleFileChannelMembraneTransport.SolutesStep
-
- All Known Implementing Classes:
SingleFileChannelMembraneTransport.SingleFileChannelMembraneTransportBuilder
- Enclosing class:
- SingleFileChannelMembraneTransport
public static interface SingleFileChannelMembraneTransport.SolutesStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SingleFileChannelMembraneTransport.BuildStepforSolute(ChemicalEntity chemicalEntity)SingleFileChannelMembraneTransport.BuildStepforSolutes(ChemicalEntity... chemicalEntities)SingleFileChannelMembraneTransport.BuildStepforSolutes(List<ChemicalEntity> chemicalEntities)
-
-
-
Method Detail
-
forSolute
SingleFileChannelMembraneTransport.BuildStep forSolute(ChemicalEntity chemicalEntity)
-
forSolutes
SingleFileChannelMembraneTransport.BuildStep forSolutes(ChemicalEntity... chemicalEntities)
-
forSolutes
SingleFileChannelMembraneTransport.BuildStep forSolutes(List<ChemicalEntity> chemicalEntities)
-
-