Esempio n. 1
0
 public static GPNot Not(GraphPredicate predicate)
 {
     return(new GPNot(predicate));
 }
Esempio n. 2
0
 internal GPNot(GraphPredicate predicate) : base()
 {
     Predicate = Command + "(" + predicate.ToString() + ")";
 }