public class NullModeSettingsFactory<A> extends Object implements ModeSettingFactory<A>
create() method of this factory always returns null.| Constructor and Description |
|---|
NullModeSettingsFactory(Path id)
Creates a new factory.
|
| Modifier and Type | Method and Description |
|---|---|
ModeSetting<A> |
create()
Creates a new, empty
ModeSetting. |
Path |
getModeId()
Gets the unique identifier of the
Mode which uses the ModeSetting
of this factory. |
public Path getModeId()
ModeSettingFactoryMode which uses the ModeSetting
of this factory.getModeId in interface ModeSettingFactory<A>nullpublic ModeSetting<A> create()
ModeSettingFactoryModeSetting.create in interface ModeSettingFactory<A>null to indicate that there is nothing to storeCopyright © 2018. All rights reserved.