Ejemplo n.º 1
0
        public override Boolean AddEdge(IReadOnlyGenericPropertyEdge<UInt64, Int64, String, String, Object,
                                                                     UInt64, Int64, String, String, Object,
                                                                     UInt64, Int64, String, String, Object,
                                                                     UInt64, Int64, String, String, Object> Edge)
        {
            
            _MatrixListGraph.ElementAt((int) Edge.OutVertex.Id).Add(Edge.Id);
            
            return true;

        }
Ejemplo n.º 2
0
 public virtual Boolean AddEdge(IReadOnlyGenericPropertyEdge<UInt64, Int64, String, String, Object,
                                                             UInt64, Int64, String, String, Object,
                                                             UInt64, Int64, String, String, Object,
                                                             UInt64, Int64, String, String, Object> Edge)
 {
     return true;
 }