Built motion from commit da24aabd.|2.6.20
[motion2.git] / server / services / agi / graph / index.js
index 17ed30a..2076c6a 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3423=['agi','menu','getdigits','getsecretdigits','vertices','edges','numberOfEdges','prototype','addVertex','addEdge','push','size','traverseBFS','info','no\x20vertex\x20found','length','no\x20edge/s\x20available','condition','split','agicommand','vswitch','default','target','invalid','default\x20on\x20switch\x20not\x20found','max\x20retry\x20reach','condition\x20not\x20found','exports'];(function(_0x23e7c1,_0x35110c){var _0x1add43=function(_0x238918){while(--_0x238918){_0x23e7c1['push'](_0x23e7c1['shift']());}};_0x1add43(++_0x35110c);}(_0x3423,0x188));var _0x3342=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x3423[_0x3dd15e];return _0x231fd0;};'use strict';var _=require('lodash');var logger=require('../../../config/logger')(_0x3342('0x0'));var verticesWithRetry=[_0x3342('0x1'),_0x3342('0x2'),_0x3342('0x3')];var Graph=function(){this[_0x3342('0x4')]={};this[_0x3342('0x5')]={};this[_0x3342('0x6')]=0x0;};Graph[_0x3342('0x7')][_0x3342('0x8')]=function(_0x19206f){this[_0x3342('0x4')][_0x19206f['id']]=_0x19206f;this[_0x3342('0x5')][_0x19206f['id']]=[];};Graph[_0x3342('0x7')][_0x3342('0x9')]=function(_0x76422d,_0xce08ab,_0x305d13){this[_0x3342('0x5')][_0x76422d][_0x3342('0xa')]({'target':_0xce08ab,'condition':_0x305d13});this['numberOfEdges']+=0x1;};Graph['prototype'][_0x3342('0xb')]=function(){return _['size'](this['vertices']);};Graph['prototype']['relations']=function(){return this[_0x3342('0x6')];};Graph[_0x3342('0x7')]['getVertex']=function(_0x2d14c4){return this['vertices'][_0x2d14c4];};Graph[_0x3342('0x7')][_0x3342('0xc')]=function(_0x592ba8,_0x3e418d){if(!this[_0x3342('0x4')][_0x592ba8]){return logger[_0x3342('0xd')](_0x3342('0xe'));}var _0x61fcc0=_0x3e418d(this[_0x3342('0x4')][_0x592ba8]);if(!_0x61fcc0){return logger[_0x3342('0xd')]('stop\x20traverse');}if(this[_0x3342('0x5')][_0x592ba8][_0x3342('0xf')]===0x0){return logger['info'](_0x3342('0x10'));}for(var _0x2c9df0=0x0,_0x51ef91=[],_0x554f9c=![];_0x2c9df0<this[_0x3342('0x5')][_0x592ba8][_0x3342('0xf')];_0x2c9df0+=0x1){if(this[_0x3342('0x5')][_0x592ba8][_0x2c9df0][_0x3342('0x11')]){_0x51ef91=this[_0x3342('0x5')][_0x592ba8][_0x2c9df0][_0x3342('0x11')][_0x3342('0x12')](',');for(var _0x3ebf6b=0x0;_0x3ebf6b<_0x51ef91[_0x3342('0xf')];_0x3ebf6b+=0x1){if(this['vertices'][_0x592ba8][_0x3342('0x13')]===_0x3342('0x14')&&_0x51ef91[_0x3ebf6b]==='-'){_0x554f9c=this[_0x3342('0x5')][_0x592ba8][_0x2c9df0]['target'];logger[_0x3342('0xd')](_0x3342('0x15'),_0x51ef91[_0x3ebf6b],this['edges'][_0x592ba8][_0x2c9df0][_0x3342('0x16')]);}else if(this[_0x3342('0x4')][_0x592ba8]['agicommand']===_0x3342('0x1')&&_0x51ef91[_0x3ebf6b]==='i'){_0x554f9c=this['edges'][_0x592ba8][_0x2c9df0][_0x3342('0x16')];logger[_0x3342('0xd')](_0x3342('0x17'),_0x51ef91[_0x3ebf6b],this[_0x3342('0x5')][_0x592ba8][_0x2c9df0][_0x3342('0x16')]);}if(_0x51ef91[_0x3ebf6b]===_0x61fcc0){return this[_0x3342('0xc')](this[_0x3342('0x5')][_0x592ba8][_0x2c9df0][_0x3342('0x16')],_0x3e418d);}}}else{return this['traverseBFS'](this[_0x3342('0x5')][_0x592ba8][_0x2c9df0]['target'],_0x3e418d);}}if(_0x51ef91['length']){if(this[_0x3342('0x4')][_0x592ba8]['agicommand']==='vswitch'){if(_0x554f9c){return this[_0x3342('0xc')](_0x554f9c,_0x3e418d);}return logger['info'](_0x3342('0x18'));}else if(_['includes'](verticesWithRetry,this['vertices'][_0x592ba8]['agicommand'])){if(_0x61fcc0==='-'){return logger[_0x3342('0xd')](_0x3342('0x19'));}if(_0x554f9c&&_0x61fcc0!=='t'){return this[_0x3342('0xc')](_0x554f9c,_0x3e418d);}return this['traverseBFS'](_0x592ba8,_0x3e418d);}return logger[_0x3342('0xd')](_0x3342('0x1a'));}};module[_0x3342('0x1b')]=Graph;
\ No newline at end of file
+var _0xc125=['vswitch','default\x20on\x20switch\x20not\x20found','includes','max\x20retry\x20reach','condition\x20not\x20found','exports','lodash','../../../config/logger','menu','getdigits','vertices','edges','numberOfEdges','addVertex','prototype','addEdge','push','relations','traverseBFS','no\x20vertex\x20found','info','stop\x20traverse','length','no\x20edge/s\x20available','condition','split','agicommand','target','default'];(function(_0x125ff8,_0x41925f){var _0x2d9ef=function(_0x4ef34c){while(--_0x4ef34c){_0x125ff8['push'](_0x125ff8['shift']());}};_0x2d9ef(++_0x41925f);}(_0xc125,0x19c));var _0x5c12=function(_0x1999b2,_0x103e7f){_0x1999b2=_0x1999b2-0x0;var _0x253de4=_0xc125[_0x1999b2];return _0x253de4;};'use strict';var _=require(_0x5c12('0x0'));var logger=require(_0x5c12('0x1'))('agi');var verticesWithRetry=[_0x5c12('0x2'),_0x5c12('0x3'),'getsecretdigits'];var Graph=function(){this[_0x5c12('0x4')]={};this[_0x5c12('0x5')]={};this[_0x5c12('0x6')]=0x0;};Graph['prototype'][_0x5c12('0x7')]=function(_0x5dcb3d){this[_0x5c12('0x4')][_0x5dcb3d['id']]=_0x5dcb3d;this['edges'][_0x5dcb3d['id']]=[];};Graph[_0x5c12('0x8')][_0x5c12('0x9')]=function(_0x19d2a0,_0x4853fc,_0x42ecfe){this['edges'][_0x19d2a0][_0x5c12('0xa')]({'target':_0x4853fc,'condition':_0x42ecfe});this[_0x5c12('0x6')]+=0x1;};Graph['prototype']['size']=function(){return _['size'](this[_0x5c12('0x4')]);};Graph['prototype'][_0x5c12('0xb')]=function(){return this[_0x5c12('0x6')];};Graph[_0x5c12('0x8')]['getVertex']=function(_0x554c7a){return this[_0x5c12('0x4')][_0x554c7a];};Graph['prototype'][_0x5c12('0xc')]=function(_0x7e6d18,_0x48d0a6){if(!this[_0x5c12('0x4')][_0x7e6d18]){return logger['info'](_0x5c12('0xd'));}var _0x16e3d5=_0x48d0a6(this[_0x5c12('0x4')][_0x7e6d18]);if(!_0x16e3d5){return logger[_0x5c12('0xe')](_0x5c12('0xf'));}if(this[_0x5c12('0x5')][_0x7e6d18][_0x5c12('0x10')]===0x0){return logger[_0x5c12('0xe')](_0x5c12('0x11'));}for(var _0x5069e5=0x0,_0x897152=[],_0x2fa844=![];_0x5069e5<this['edges'][_0x7e6d18][_0x5c12('0x10')];_0x5069e5+=0x1){if(this[_0x5c12('0x5')][_0x7e6d18][_0x5069e5][_0x5c12('0x12')]){_0x897152=this[_0x5c12('0x5')][_0x7e6d18][_0x5069e5][_0x5c12('0x12')][_0x5c12('0x13')](',');for(var _0x119e57=0x0;_0x119e57<_0x897152[_0x5c12('0x10')];_0x119e57+=0x1){if(this['vertices'][_0x7e6d18][_0x5c12('0x14')]==='vswitch'&&_0x897152[_0x119e57]==='-'){_0x2fa844=this[_0x5c12('0x5')][_0x7e6d18][_0x5069e5][_0x5c12('0x15')];logger[_0x5c12('0xe')](_0x5c12('0x16'),_0x897152[_0x119e57],this['edges'][_0x7e6d18][_0x5069e5]['target']);}else if(this[_0x5c12('0x4')][_0x7e6d18]['agicommand']===_0x5c12('0x2')&&_0x897152[_0x119e57]==='i'){_0x2fa844=this[_0x5c12('0x5')][_0x7e6d18][_0x5069e5][_0x5c12('0x15')];logger[_0x5c12('0xe')]('invalid',_0x897152[_0x119e57],this['edges'][_0x7e6d18][_0x5069e5][_0x5c12('0x15')]);}if(_0x897152[_0x119e57]===_0x16e3d5){return this[_0x5c12('0xc')](this[_0x5c12('0x5')][_0x7e6d18][_0x5069e5][_0x5c12('0x15')],_0x48d0a6);}}}else{return this[_0x5c12('0xc')](this['edges'][_0x7e6d18][_0x5069e5][_0x5c12('0x15')],_0x48d0a6);}}if(_0x897152[_0x5c12('0x10')]){if(this[_0x5c12('0x4')][_0x7e6d18]['agicommand']===_0x5c12('0x17')){if(_0x2fa844){return this['traverseBFS'](_0x2fa844,_0x48d0a6);}return logger[_0x5c12('0xe')](_0x5c12('0x18'));}else if(_[_0x5c12('0x19')](verticesWithRetry,this[_0x5c12('0x4')][_0x7e6d18][_0x5c12('0x14')])){if(_0x16e3d5==='-'){return logger['info'](_0x5c12('0x1a'));}if(_0x2fa844&&_0x16e3d5!=='t'){return this[_0x5c12('0xc')](_0x2fa844,_0x48d0a6);}return this[_0x5c12('0xc')](_0x7e6d18,_0x48d0a6);}return logger['info'](_0x5c12('0x1b'));}};module[_0x5c12('0x1c')]=Graph;
\ No newline at end of file