APRlib

IConstraintMap.meetsConstraint Method

Is the element predicate for the ith edge in the strategy graph true for the class graph edge e, using name map N?

Overload List

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);

See Also

IConstraintMap Interface | edu.neu.ccs.demeter.APRlib Namespace