Inheritance: IGraphViewScriptTemplateStrategy
Ejemplo n.º 1
0
 internal EdgeViewBfsRegister(string schema, string tableName, string edge,
                              IList <Tuple <string, string> > attribute, List <Tuple <string, string> > edgeColumn)
 {
     CSharpTemplate = null;
     ScriptTemplate = new EdgeViewBfsScriptTemplateStrategyTemplate()
     {
         Schema     = schema,
         NodeName   = tableName,
         EdgeName   = edge,
         Attribute  = attribute,
         EdgeColumn = edgeColumn,
     };
     _exceptionMessage = "";
 }
 internal EdgeViewBfsRegister(string schema, string tableName, string edge,
     IList<Tuple<string, string>> attribute, List<Tuple<string, string>> edgeColumn)
 {
     CSharpTemplate = null;
     ScriptTemplate = new EdgeViewBfsScriptTemplateStrategyTemplate()
     {
         Schema = schema,
         NodeName = tableName,
         EdgeName = edge,
         Attribute = attribute,
         EdgeColumn = edgeColumn,
     };
     _exceptionMessage = "";
 }