| |
|
| org.cougaar.tools.csmart.society.SocietyBase org.cougaar.tools.csmart.society.file.SocietyFileComponent
Constructor Summary | |
public | SocietyFileComponent(String filename) Construct a society from a single file which
enumerates the agents in the society. | public | SocietyFileComponent(String filename, String socname) Creates a new SocietyFileComponent from the given
Node file, with the given (different) name. | public | SocietyFileComponent(String name, String[] filenames) Construct a SocietyFileComponent from files,
each of which defines an agent in the society. |
BACKUP_DESCRIPTION | final protected static String BACKUP_DESCRIPTION(Code) | | |
DESCRIPTION_RESOURCE_NAME | final protected static String DESCRIPTION_RESOURCE_NAME(Code) | | |
SocietyFileComponent | public SocietyFileComponent(String filename)(Code) | | Construct a society from a single file which
enumerates the agents in the society.
The names of files that define individual agents are assumed
to be of the form: .ini
Parameters: filename - the name of the file that enumerates the agents |
SocietyFileComponent | public SocietyFileComponent(String filename, String socname)(Code) | | Creates a new SocietyFileComponent from the given
Node file, with the given (different) name.
Parameters: filename - a String name of a Node file on the ConfigPath Parameters: socname - a String name for the new society |
SocietyFileComponent | public SocietyFileComponent(String name, String[] filenames)(Code) | | Construct a SocietyFileComponent from files,
each of which defines an agent in the society.
Parameters: name - Name of the society Parameters: filenames - Names of the files that define the agents |
initProperties | public void initProperties()(Code) | | Initialize all local properties
|
|
|
|