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()
ModeSettingFactory
Mode
which uses the ModeSetting
of this factory.getModeId
in interface ModeSettingFactory<A>
null
public ModeSetting<A> create()
ModeSettingFactory
ModeSetting
.create
in interface ModeSettingFactory<A>
null
to indicate that there is nothing to store