SAPERELocalAgent
Creates a new SAPERE Local Agent stub. If you use this constructor, you must be sure that your agent does not modify any molecule (e.g. an agent that just moves a node).
Parameters
The node in which this agent stays
Creates a new SAPERE Agent stub. If you use this constructor, you must be sure that your agent only modifies molecules matching the template passed as m1.
Parameters
The node in which this agent stays
The molecule template it modifies
Creates a new SAPERE Agent stub. If you use this constructor, you must be sure that your agent only modifies molecules matching the template passed as m1 and/or the template passed in m2.
Parameters
The node in which this agent stays
The first molecule template it modifies
The second molecule template it modifies
Creates a new SAPERE Agent stub. If you use this constructor, you must be sure that your agent only modifies molecules matching the template passed as m1 and/or the template passed in m2 and/or the template passed in m3.
Parameters
The node in which this agent stays
The first molecule template it modifies
The second molecule template it modifies
The third molecule template it modifies