Uses of Interface
net.ssehub.easy.producer.core.persistence.datatypes.IPersistencer
-
Packages that use IPersistencer Package Description net.ssehub.easy.producer.core.persistence.standard This package contains classes which specific to the persistencer of this plug-in. -
-
Uses of IPersistencer in net.ssehub.easy.producer.core.persistence.standard
Classes in net.ssehub.easy.producer.core.persistence.standard that implement IPersistencer Modifier and Type Class Description classPersistencerThis class represents an interlayer between persistency-layer and model.Fields in net.ssehub.easy.producer.core.persistence.standard declared as IPersistencer Modifier and Type Field Description private IPersistencerPersistentProject2PLPConverter. persistencerprivate IPersistencerPLP2ProjectConverter. persistencerConstructors in net.ssehub.easy.producer.core.persistence.standard with parameters of type IPersistencer Constructor Description PersistentProject2PLPConverter(IPersistencer persistencer, PersistentProject project)Sole constructor for this class.PLP2ProjectConverter(PLPInfo plp, IPersistencer persistencer)Sole constructor for this class.
-