Search
Preparing search index...
The search index is not available
Jiggy.io
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
GroupLogicEngine
Class GroupLogicEngine
Hierarchy
LogicEngine
GroupLogicEngine
Index
Constructors
constructor
Properties
_interval
_intervalID
_intervals
_logic
Calls
Methods
_add
ToInterval
_create
Interval
_has
Interval
_process
Interval
_remove
From
Interval
_remove
Interval
add
Logic
pause
Logic
remove
Logic
resume
Logic
Constructors
constructor
new
Group
Logic
Engine
(
)
:
GroupLogicEngine
Returns
GroupLogicEngine
Properties
Private
_interval
_interval
:
number
Private
_intervalID
_intervalID
:
string
Private
_intervals
_intervals
:
object
Type declaration
[
key:
string
]:
Interval
Private
_logic
Calls
_logic
Calls
:
object
Type declaration
[
key:
string
]:
LogicCall
Methods
Private
_add
ToInterval
_add
ToInterval
(
id
:
string
)
:
void
Parameters
id:
string
Returns
void
Private
_create
Interval
_create
Interval
(
interval
:
number
)
:
void
Parameters
interval:
number
Returns
void
Private
_has
Interval
_has
Interval
(
interval
:
number
)
:
boolean
Parameters
interval:
number
Returns
boolean
Private
_process
Interval
_process
Interval
(
interval
:
number
)
:
void
Parameters
interval:
number
Returns
void
Private
_remove
From
Interval
_remove
From
Interval
(
id
:
string
)
:
void
Parameters
id:
string
Returns
void
Private
_remove
Interval
_remove
Interval
(
interval
:
number
)
:
void
Parameters
interval:
number
Returns
void
add
Logic
add
Logic
(
id
:
string
, logicMethod
:
function
, interval
:
number
)
:
void
Parameters
id:
string
logicMethod:
function
(
)
:
void
Returns
void
interval:
number
Returns
void
pause
Logic
pause
Logic
(
id
:
string
)
:
void
Parameters
id:
string
Returns
void
remove
Logic
remove
Logic
(
id
:
string
)
:
void
Parameters
id:
string
Returns
void
resume
Logic
resume
Logic
(
id
:
string
)
:
void
Parameters
id:
string
Returns
void
Globals
Group
Logic
Engine
constructor
_interval
_intervalID
_intervals
_logic
Calls
_add
ToInterval
_create
Interval
_has
Interval
_process
Interval
_remove
From
Interval
_remove
Interval
add
Logic
pause
Logic
remove
Logic
resume
Logic
Generated using
TypeDoc