Deprecated API


Contents
Deprecated Classes
gnu.regexp.REFilterInputStream
          This class cannot properly handle all character encodings. For proper handling, use the REFilterReader class instead. 
 

Deprecated Methods
madkit.kernel.AbstractAgent.foundGroup(String)
          As of MadKit 3.0. replaced by AbstractAgent.createGroup(boolean,String,String,String,GroupIdentifier).

This call is now equivalent to createGroup(true, groupName, null, null). 

madkit.kernel.AbstractAgent.getBean()
          As of MadKit 2.0. replaced by AbstractAgent.getGUIObject() 
madkit.kernel.AbstractAgent.getGroups()
          As of MadKit 3.0. replaced by AbstractAgent.getExistingGroups(String) 
madkit.kernel.Kernel.getMemberRoles(String, AgentAddress)
          As of MadKit 3.0. replaced by Kernel.getGroupRolesOf(AgentAddress, String, String)please use getGroupRolesOf instead 
madkit.kernel.AbstractAgent.getRoles(String)
          As of MadKit 3.0. replaced by AbstractAgent.getExistingRoles(String,String) 
gnu.regexp.REMatch.getSubEndIndex(int)
          Use getEndIndex(int) instead 
gnu.regexp.REMatch.getSubStartIndex(int)
          Use getStartIndex(int) instead. 
madkit.kernel.AbstractAgent.joinGroup(String)
          As of MadKit 3.0. replaced by AbstractAgent.createGroup(boolean,String,String,String,GroupIdentifier).

This call is now equivalent to createGroup(true, groupName, null, null) if the group does not exist or requestRole(groupName, "member", null) otherwise. 

madkit.kernel.AbstractAgent.requestRole(String, String)
          As of MadKit 3.0. replaced by AbstractAgent.requestRole(String,String,Object).

This call is now equivalent to requestRole(groupName, roleName, null). 

madkit.kernel.AbstractAgent.setBean(Object)
          As of MadKit 2.0. replaced by AbstractAgent.setGUIObject(Object) 
madkit.kernel.AbstractAgent.setOutput(Writer)
          As of MadKit 2.0. replaced by AbstractAgent.setOutputWriter(Writer) 
gnu.Utilities.sortStrings(String[])
          Use the standard Java java.util.Array.sort instead. 
gnu.UUtilities.sortStrings(String[])
          Use the standard Java java.util.Array.sort instead. 
jsynedit.search.UUtilities.sortStrings(String[])
          Use the standard Java java.util.Array.sort instead. 
madkit.kernel.Watcher.update()
          since MadKit 2.1 : update is now useless as the Probe's agents variable is updated automatically 
 



Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.