Is the element predicate for the ith edge in the strategy graph true for the class graph edge e, using name map N?
Is the element predicate for the ith edge in the strategy graph true for the class graph edge e, using name map N?
bool meetsConstraint(int,IEdge,INameMap);
Is the element predicate for the ith edge in the strategy graph true for the class graph node v, using name map N?
bool meetsConstraint(int,object,INameMap);
Is the element predicate for the node a in the strategy graph true for the class graph edge e, using name map N?
bool meetsConstraint(object,IEdge,INameMap);
Is the element predicate for the node a in the strategy graph true for the class graph node v, using name map N?
bool meetsConstraint(object,object,INameMap);
IConstraintMap Interface | edu.neu.ccs.demeter.APRlib Namespace