public final class DummyScene extends Object implements Scene, Hold
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DummyScene.MappedPoll
A poll together with its mapping particulars.
|
Scene.SwitchMnemonic
Constructor and Description |
---|
DummyScene()
Constructs a DummyScene.
|
Modifier and Type | Method and Description |
---|---|
boolean |
inScope(BiteJS bite)
Tests whether the specified bite is within the current scope of this scene.
|
(package private) boolean |
inScope(DummyScene.MappedPoll poll)
Tests whether the specified poll is within the current scope of this scene.
|
(package private) HashMap<String,DummyScene.MappedPoll> |
polls()
All known polls, keyed by poll name.
|
void |
release()
Releases this hold.
|
(package private) TriaxialScoping |
scoping()
The scoping model for this scene.
|
public DummyScene()
boolean inScope(DummyScene.MappedPoll poll)
HashMap<String,DummyScene.MappedPoll> polls()
Dummy.POLL_NAME_ARRAY
TriaxialScoping scoping()