public MapConstraintNextTo(MapletCreation icm, Node n1, Node n2) { Nodes = new List <Node>(2); Nodes.Add(n1); Nodes.Add(n2); Importance = 10; }
public void NodeInit(List <Node> Siblings, Node home) { Node = home; MapletToBe = new MapletCreation(); MapletToBe.Node = home; MapletToBe.MapStrategy = this; home.MapCreation = MapletToBe; home.MapStrategy = this; Siblings.Add(Node); }
public MapletCreation Process(MapletCreation icm) { return(null); }
public float Evaluate(MapletCreation icm) { return(0f); }