Uses of Interface
org.goplanit.utils.mode.ModeFactory
-
Packages that use ModeFactory Package Description org.goplanit.mode org.goplanit.utils.mode -
-
Uses of ModeFactory in org.goplanit.mode
Classes in org.goplanit.mode that implement ModeFactory Modifier and Type Class Description class
ModeFactoryImpl
Factory for creating modes on modes containerMethods in org.goplanit.mode that return ModeFactory Modifier and Type Method Description ModeFactory
ModesImpl. getFactory()
Collect the mode factory to use for creating instancesConstructors in org.goplanit.mode with parameters of type ModeFactory Constructor Description ModesImpl(ModeFactory modeFactory)
Constructor -
Uses of ModeFactory in org.goplanit.utils.mode
Methods in org.goplanit.utils.mode that return ModeFactory Modifier and Type Method Description ModeFactory
Modes. getFactory()
Collect the mode factory to use for creating instances
-