Uses of Class
FRAMES2API.SystemDev.ByReferenceString

Packages that use SystemDev.ByReferenceString
FRAMES2API   
 

Uses of SystemDev.ByReferenceString in FRAMES2API
 

Methods in FRAMES2API with parameters of type SystemDev.ByReferenceString
 int SystemDev.AddIcon(int PID, int scope, java.lang.String domainName, java.lang.String className, java.lang.String group, java.lang.String subgroup, SystemDev.ByReferenceString id)
          Documentation for: AddIcon Returns the module ID added to the simulation.
 int SystemDev.AddOpenDataSet(int PID, java.lang.String dictionary, java.lang.String path, SystemDev.ByReferenceString dset)
          Documentation for: AddOpenDataSet Open a dataset, dataset file must exist or an error will occur.
 int SystemDev.AddOpenDictionary(int PID, java.lang.String path, SystemDev.ByReferenceString dictionary)
          Documentation for: AddOpenDictionary Open and add dictionary in registry, dictionary returns the dictionary name.
 int SystemDev.AddOpenModule(int PID, java.lang.String path, SystemDev.ByReferenceString module)
          Documentation for: AddOpenModule Open and add a module description in registry module name passed out.
 int SystemDev.DictionaryList(int PID, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: DictionaryList Get the list of all dictionaries in registry in a single delimited string.
 int SystemDev.GetClassIcon(int PID, java.lang.String domainName, java.lang.String className, SystemDev.ByReferenceString icon)
          Documentation for: GetClassIcon Get the icon associated with a class in a domain.
 int SystemDev.GetClassList(int PID, java.lang.String domainName, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetClassList The GetClassList function call is made with a process id, a domain name string, and a delimiter string as input, and an empty list string to output a comma-separated list of all classes in a domain.
 int SystemDev.GetDataSetList(int PID, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetDataSetList Get the list of all the datasets for simulation.
 int SystemDev.GetDataSetPath(int PID, java.lang.String dataset, SystemDev.ByReferenceString path)
          Documentation for: GetDataSetPath Get the path associated with a dictionary.
 int SystemDev.GetDicDescription(int PID, java.lang.String dictionary, SystemDev.ByReferenceString description)
          Documentation for: GetDicDescription Get the description of a dictionary.
 int SystemDev.GetDicPath(int PID, java.lang.String dictionary, SystemDev.ByReferenceString path)
          Documentation for: GetDicPath Get the path associated with a dictionary.
 int SystemDev.GetDomainIcon(int PID, java.lang.String domainName, SystemDev.ByReferenceString icon)
          Documentation for: GetDomainIcon Get the icon associated with a domain.
 int SystemDev.GetDomainList(int PID, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetDomainList The GetDomainList function call is made with a process id and a delimiter string as input, and an empty list string to output a comma-separated list of all domains in the registry.
 int SystemDev.GetGroupIcon(int PID, java.lang.String domainName, java.lang.String className, java.lang.String group, SystemDev.ByReferenceString icon)
          Documentation for: GetGroupIcon Get the icon associated with a class in a domain.
 int SystemDev.GetGroupList(int PID, java.lang.String domainName, java.lang.String className, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetGroupList The GetGroupList function call is made with a process id, a domain name string, a class name string, and a delimiter string as input, and an empty list string to output a comma-separated list of all groups in a domain and class.
 int SystemDev.GetGroupModList(int PID, java.lang.String domainName, java.lang.String className, java.lang.String group, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetGroupModList The GetGroupModList function call is made with a process id, a domain name string, a class name string, a group name string, and a delimiter string as input, and an empty list string to output a comma-separated list of all subgroups in a domain, class, and group.
 int SystemDev.GetIconMod(int PID, java.lang.String id, SystemDev.ByReferenceString module, SystemDev.ByReferenceString scheme)
          Documentation for: GetIconMod Sets module and scheme associated with an icon.
 int SystemDev.GetIconModelArgs(int PID, java.lang.String id, SystemDev.ByReferenceString path, SystemDev.ByReferenceString cmdline)
          Documentation for: GetIconModelArgs The passive part of the icon is the model itself that requires NO user to be active during its execution.
 int SystemDev.GetIconUIArgs(int PID, java.lang.String id, SystemDev.ByReferenceString path, SystemDev.ByReferenceString cmdline)
          Documentation for: GetIconUIArgs Get the commandline arguments for a given id.
 int SystemDev.GetIconUIDic(int PID, java.lang.String id, SystemDev.ByReferenceString dictionary)
          Documentation for: GetIconUIDic Returns the dic for the module icon returns "" when no set exists.
 int SystemDev.GetIconUISet(int PID, java.lang.String id, SystemDev.ByReferenceString dataset)
          Documentation for: GetIconUISet Returns the set for the module icon returns "" when no set exists.
 int SystemDev.GetModPath(int PID, java.lang.String module, SystemDev.ByReferenceString path)
          Documentation for: GetModPath Get module path associated with a module.
 int SystemDev.GetModString(int PID, java.lang.String id, java.lang.String variable, java.lang.String unit, int[] indices, SystemDev.ByReferenceString value)
          Documentation for: GetModString Get an integer from meta data about a module.
 int SystemDev.GetSim(int PID, SystemDev.ByReferenceString path, SystemDev.ByReferenceString simulation)
          Documentation for: GetSim Get current simulation name for which all simulation functions will use for this PID.
 int SystemDev.GetSimList(int PID, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetSimList Get the list of all simulations loaded in the environment.
 int SystemDev.GetSubGrpIcon(int PID, java.lang.String domainName, java.lang.String className, java.lang.String group, java.lang.String subgroup, SystemDev.ByReferenceString icon)
          Documentation for: GetSubGrpIcon Get the icon associated with a class in a domain.
 int SystemDev.GetSubGrpList(int PID, java.lang.String domainName, java.lang.String className, java.lang.String group, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetSubGrpList The GetSubGrpList function call is made with a process id, a domain name string, a class name string, a group name string, and a delimiter string as input, and an empty list string to output a comma-separated list of all subgroups in a domain, class, and group.
 int SystemDev.GetSubGrpModList(int PID, java.lang.String domainName, java.lang.String className, java.lang.String group, java.lang.String subgroup, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetSubGrpModList The GetSubGrpModList function call is made with a process id, a domain name string, a class name string, a group name string, a subgroup name string, and a delimiter string as input, and an empty list string to output a comma-separated list of all subgroups in a domain, class, and group.
 int SystemDev.GetVarList(int PID, java.lang.String dictionary, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: GetVarList Gets the delimited list of all variable names in a dictionary.
 int SystemDev.GetVarName(int PID, java.lang.String dictionary, int index, SystemDev.ByReferenceString variable)
          Documentation for: GetVarName Gets the name of the nth (index) variable in the dictionary.
 int SystemDev.ModuleList(int PID, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: ModuleList Get the list of all module desriptions in registry.
 int SystemDev.OpenSim(int PID, java.lang.String path, SystemDev.ByReferenceString simulation)
          Documentation for: OpenSim Open an existing simulation return a simulation dataset name.
 int SystemDev.SaveModuleAs(int PID, java.lang.String module, java.lang.String path, SystemDev.ByReferenceString newmodule)
          Documentation for: SaveModuleAs Save the module description as another dataset to registry.
 int SystemDev.SchemeIDicList(int PID, java.lang.String module, java.lang.String scheme, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: SchemeIDicList Get a single string that contains all the names of the input dictionaries associated with a scheme for a module.
 int SystemDev.SchemeList(int PID, java.lang.String module, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: SchemeList Get the number of the schemes for a module.
 int SystemDev.SchemeODicList(int PID, java.lang.String module, java.lang.String scheme, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: SchemeODicList Get a single string that contains all the names of the output dictionaries associated with a scheme for a module.
 int SystemDev.VarIndexList(int PID, java.lang.String dictionary, java.lang.String variable, java.lang.String delimiter, SystemDev.ByReferenceString list)
          Documentation for: VarIndexList Get the list of all indices for a variable.