Modifier and Type | Class and Description |
---|---|
(package private) static class |
TriaxialPollMap.MappedPoll
A poll together with its mapping particulars.
|
Scene.SwitchMnemonic
Constructor and Description |
---|
TriaxialPollMap()
Constructs a TriaxialPollMap.
|
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(TriaxialPollMap.MappedPoll poll)
Tests whether the specified poll is within the current scope of this map.
|
(package private) HashMap<String,TriaxialPollMap.MappedPoll> |
polls()
All known polls, keyed by poll name.
|
void |
release()
Releases this hold.
|
(package private) DiaxialScoping |
scoping()
The scoping model for this map.
|
public TriaxialPollMap()
boolean inScope(TriaxialPollMap.MappedPoll poll)
inScope(BiteJS)
HashMap<String,TriaxialPollMap.MappedPoll> polls()
Dummy.POLL_NAME_ARRAY
DiaxialScoping scoping()
public boolean inScope(BiteJS bite)