Tfrom - - from ModelTto - - to model Modelpublic interface IMapper<Tfrom,Tto>
| Modifier and Type | Method and Description |
|---|---|
Tto |
map2Model(Tfrom from)
Mapping object to the InterPSS model
|
boolean |
map2Model(Tfrom from,
Tto model)
Mapping object to the InterPSS model
|
boolean map2Model(Tfrom from, Tto model)
from - - from Modelmodel - - InterPSS object ModelTto map2Model(Tfrom from) throws InterpssException
from - - from ModelInterpssException