出典:Wikipedia
出典:『Wikipedia』 (2011/06/25 14:21 UTC 版)
Agent-oriented programming is a programming paradigm introduced by Yoav Shoham in 1990 . In contrast to object-oriented programming paradigms where objects have many methods with variable parameters to them, agent-oriented objects typically have just one method, with a single parameter. This parameter is a sort of message that is interpreted by the receiving object, or "agent", in a way specific to that object or class of objects.