Welcome to the NetCologne GmbH  open source mirroring service! 
	This machine mirrors various open-source projects.
	20 Gbit/s uplink.  
	 
	If there are any issues or you want another project mirrored, please contact
	mirror-service -=AT=- netcologne DOT de ! 
Swarm 2.2 Reference Guide: U-Index
 
 
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z  _   
U  
UName   - interface swarm.simtools.UName . A class used to generate unique names (e.g.UNameC   - interface swarm.simtools.UNameC . A class used to generate unique names (e.g.UNameCImpl   - class swarm.simtools.UNameCImpl . A class used to generate unique names (e.g.UNameCImpl()   - 
Constructor for class swarm.simtools.UNameCImpl 
 
 UNameCImpl(UName)   - 
Constructor for class swarm.simtools.UNameCImpl 
 
 UNameImpl   - class swarm.simtools.UNameImpl . A class used to generate unique names (e.g.UNameImpl()   - 
Constructor for class swarm.simtools.UNameImpl 
 
 UNameImpl(Zone)   - 
Constructor for class swarm.simtools.UNameImpl 
The create: message creates a new instance of a type with default options.
 UNameImpl(Zone, Object)   - 
Constructor for class swarm.simtools.UNameImpl 
The create:setBaseNameObject: method is used to create an instance of the UName class and set the base name given an object of class String.
 UNameImpl(Zone, String)   - 
Constructor for class swarm.simtools.UNameImpl 
The create:setBaseNameObject: method is used to create an instance of the UName class and set the base name given a const char *.
 UNameS   - interface swarm.simtools.UNameS . A class used to generate unique names (e.g.uniformDblRand   - 
Variable in class swarm.SwarmEnvironmentImpl 
 
 UniformDoubleDist   - interface swarm.random.UniformDoubleDist . Uniform Double Distribution .UniformDoubleDistC   - interface swarm.random.UniformDoubleDistC . Uniform Double Distribution .UniformDoubleDistCImpl   - class swarm.random.UniformDoubleDistCImpl . Uniform Double Distribution .UniformDoubleDistCImpl()   - 
Constructor for class swarm.random.UniformDoubleDistCImpl 
 
 UniformDoubleDistCImpl(UniformDoubleDist)   - 
Constructor for class swarm.random.UniformDoubleDistCImpl 
 
 UniformDoubleDistImpl   - class swarm.random.UniformDoubleDistImpl . Uniform Double Distribution .UniformDoubleDistImpl()   - 
Constructor for class swarm.random.UniformDoubleDistImpl 
 
 UniformDoubleDistImpl(Zone)   - 
Constructor for class swarm.random.UniformDoubleDistImpl 
The createWithDefaults method creates a distribution object with a  default set of seeds and parameters, and its own private generator.
 UniformDoubleDistImpl(Zone, SimpleRandomGenerator)   - 
Constructor for class swarm.random.UniformDoubleDistImpl 
Use this create message if the generator to be attached is a Simple one:
 UniformDoubleDistImpl(Zone, SimpleRandomGenerator, double, double)   - 
Constructor for class swarm.random.UniformDoubleDistImpl 
Use this create message if the generator to be attached is a Simple one:
 UniformDoubleDistImpl(Zone, SplitRandomGenerator, int)   - 
Constructor for class swarm.random.UniformDoubleDistImpl 
Use this create message if the generator to be attached is a Split one:
 UniformDoubleDistImpl(Zone, SplitRandomGenerator, int, double, double)   - 
Constructor for class swarm.random.UniformDoubleDistImpl 
Use this create message if the generator to be attached is a Split one:
 UniformDoubleDistS   - interface swarm.random.UniformDoubleDistS . Uniform Double Distribution .UniformIntegerDist   - interface swarm.random.UniformIntegerDist . Uniform Integer Distribution .UniformIntegerDistC   - interface swarm.random.UniformIntegerDistC . Uniform Integer Distribution .UniformIntegerDistCImpl   - class swarm.random.UniformIntegerDistCImpl . Uniform Integer Distribution .UniformIntegerDistCImpl()   - 
Constructor for class swarm.random.UniformIntegerDistCImpl 
 
 UniformIntegerDistCImpl(UniformIntegerDist)   - 
Constructor for class swarm.random.UniformIntegerDistCImpl 
 
 UniformIntegerDistImpl   - class swarm.random.UniformIntegerDistImpl . Uniform Integer Distribution .UniformIntegerDistImpl()   - 
Constructor for class swarm.random.UniformIntegerDistImpl 
 
 UniformIntegerDistImpl(Zone)   - 
Constructor for class swarm.random.UniformIntegerDistImpl 
The createWithDefaults method creates a distribution object with a  default set of seeds and parameters, and its own private generator.
 UniformIntegerDistImpl(Zone, SimpleRandomGenerator)   - 
Constructor for class swarm.random.UniformIntegerDistImpl 
Use this create message if the generator to be attached is a Simple one:
 UniformIntegerDistImpl(Zone, SimpleRandomGenerator, int, int)   - 
Constructor for class swarm.random.UniformIntegerDistImpl 
Use this create message if the generator to be attached is a Simple one:
 UniformIntegerDistImpl(Zone, SplitRandomGenerator, int)   - 
Constructor for class swarm.random.UniformIntegerDistImpl 
Use this create message if the generator to be attached is a Split one:
 UniformIntegerDistImpl(Zone, SplitRandomGenerator, int, int, int)   - 
Constructor for class swarm.random.UniformIntegerDistImpl 
Use this create message if the generator to be attached is a Split one:
 UniformIntegerDistS   - interface swarm.random.UniformIntegerDistS . Uniform Integer Distribution .uniformIntRand   - 
Variable in class swarm.SwarmEnvironmentImpl 
 
 UniformUnsignedDist   - interface swarm.random.UniformUnsignedDist . Uniform Unsigned Distribution .UniformUnsignedDistC   - interface swarm.random.UniformUnsignedDistC . Uniform Unsigned Distribution .UniformUnsignedDistCImpl   - class swarm.random.UniformUnsignedDistCImpl . Uniform Unsigned Distribution .UniformUnsignedDistCImpl()   - 
Constructor for class swarm.random.UniformUnsignedDistCImpl 
 
 UniformUnsignedDistCImpl(UniformUnsignedDist)   - 
Constructor for class swarm.random.UniformUnsignedDistCImpl 
 
 UniformUnsignedDistImpl   - class swarm.random.UniformUnsignedDistImpl . Uniform Unsigned Distribution .UniformUnsignedDistImpl()   - 
Constructor for class swarm.random.UniformUnsignedDistImpl 
 
 UniformUnsignedDistImpl(Zone)   - 
Constructor for class swarm.random.UniformUnsignedDistImpl 
The createWithDefaults method creates a distribution object with a  default set of seeds and parameters, and its own private generator.
 UniformUnsignedDistImpl(Zone, SimpleRandomGenerator)   - 
Constructor for class swarm.random.UniformUnsignedDistImpl 
Use this create message if the generator to be attached is a Simple one:
 UniformUnsignedDistImpl(Zone, SimpleRandomGenerator, int, int)   - 
Constructor for class swarm.random.UniformUnsignedDistImpl 
Use this create message if the generator to be attached is a Simple one:
 UniformUnsignedDistImpl(Zone, SplitRandomGenerator, int)   - 
Constructor for class swarm.random.UniformUnsignedDistImpl 
Use this create message if the generator to be attached is a Split one:
 UniformUnsignedDistImpl(Zone, SplitRandomGenerator, int, int, int)   - 
Constructor for class swarm.random.UniformUnsignedDistImpl 
Use this create message if the generator to be attached is a Split one:
 UniformUnsignedDistS   - interface swarm.random.UniformUnsignedDistS . Uniform Unsigned Distribution .unregisterClient(Object)   - 
Method in interface swarm.defobj.Archiver 
 
 unregisterClient(Object)   - 
Method in class swarm.defobj.LispArchiverImpl 
 
 unregisterClient(Object)   - 
Method in class swarm.defobj.HDF5ArchiverImpl 
 
 unsetColor(byte)   - 
Method in class swarm.gui.ColormapImpl 
Remove color at index `c' from the color map.
 unsetColor(byte)   - 
Method in interface swarm.gui.Colormap 
Remove color at index `c' from the color map.
 unsetSafety()   - 
Method in interface swarm.objectbase.ProbeS 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.objectbase.MessageProbeImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.objectbase.MessageProbeCImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.objectbase.VarProbeCImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.objectbase.VarProbeImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.analysis.ActiveGraphCImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.analysis.ActiveOutFileCImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.analysis.AveragerImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.analysis.EntropyCImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.analysis.ActiveOutFileImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.analysis.EntropyImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.analysis.ActiveGraphImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 unsetSafety()   - 
Method in class swarm.analysis.AveragerCImpl 
The unsetSafety method turns off the option of checking the compatibility of the class of the object before any actions are performed on the object.
 UnsignedDistribution   - interface swarm.random.UnsignedDistribution . Unsigned Distribution  .UnsignedDistributionC   - interface swarm.random.UnsignedDistributionC . Unsigned Distribution  .UnsignedDistributionS   - interface swarm.random.UnsignedDistributionS . Unsigned Distribution  .update()   - 
Method in class swarm.gui.LinkItemImpl 
Redraw the link (especially due to the motion of nodes).
 update()   - 
Method in interface swarm.gui.LinkItem 
Redraw the link (especially due to the motion of nodes).
 update()   - 
Method in interface swarm.simtoolsgui.ProbeDisplayManager 
This method will recursively send an update message to all the Probe Displays managed by the ProbeDisplayManager.
 update()   - 
Method in class swarm.simtoolsgui.MultiVarProbeDisplayImpl 
This method maintains consistency between the values of the probedObject's variables and the values which are displayed in the ProbeDisplay.
 update()   - 
Method in class swarm.simtoolsgui.ProbeDisplayImpl 
This method maintains consistency between the values of the probedObject's variables and the values which are displayed in the ProbeDisplay.
 update()   - 
Method in interface swarm.simtoolsgui.CommonProbeDisplay 
This method maintains consistency between the values of the probedObject's variables and the values which are displayed in the ProbeDisplay.
 update()   - 
Method in class swarm.simtoolsgui.ProbeDisplayManagerImpl 
This method will recursively send an update message to all the Probe Displays managed by the ProbeDisplayManager.
 update()   - 
Method in class swarm.analysis.EZBinImpl 
The update method polls the collection of objects and adds the data to the final data set.
 update()   - 
Method in class swarm.analysis.AveragerImpl 
The update method runs through the collection calling the selector on  each object.
 update()   - 
Method in interface swarm.analysis.Averager 
The update method runs through the collection calling the selector on  each object.
 update()   - 
Method in interface swarm.analysis.EZBin 
The update method polls the collection of objects and adds the data to the final data set.
 update()   - 
Method in interface swarm.analysis.EZDistribution 
The update method polls the bins and updates the entropy of the  distribution as well as the probabilities associated with the individual  bins.
 update()   - 
Method in class swarm.analysis.EZGraphImpl 
the -update method causes the underlying sequences to get the next set of data values.
 update()   - 
Method in class swarm.analysis.EZDistributionImpl 
The update method polls the collection of objects and adds the data to the final data set.
 update()   - 
Method in class swarm.analysis.EntropyImpl 
The update method polls the collection and updates the entropy.
 update()   - 
Method in interface swarm.analysis.Entropy 
The update method polls the collection and updates the entropy.
 update()   - 
Method in interface swarm.analysis.EZGraph 
the -update method causes the underlying sequences to get the next set of data values.
 updateArchiver(Archiver)   - 
Method in interface swarm.defobj.Serialization 
 
 updateArchiver(Archiver)   - 
Method in interface swarm.defobj.CreatedClassC 
 
 updateArchiver(Archiver)   - 
Method in class swarm.collections.ListImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.collections.PermutationImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.collections.MapImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.collections.ArrayImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.activity.ConcurrentScheduleImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.activity.ScheduleImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.gui.RasterImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.gui.HistogramImpl 
 
 updateArchiver(Archiver)   - 
Method in interface swarm.gui.ArchivedGeometryWidget 
 
 updateArchiver(Archiver)   - 
Method in class swarm.gui.GraphImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.gui.ZoomRasterImpl 
 
 updateArchiver(Archiver)   - 
Method in class swarm.gui.CanvasImpl 
 
 updateDisplay()   - 
Method in class swarm.SwarmEnvironmentImpl 
 
 updateDisplay()   - 
Method in interface swarm.SwarmEnvironment 
 
 updateLattice()   - 
Method in class swarm.space.ConwayLife2dImpl 
Copy newLattice to lattice, in effect updating the lattice.
 updateLattice()   - 
Method in class swarm.space.Diffuse2dImpl 
Copy newLattice to lattice, in effect updating the lattice.
 updateLattice()   - 
Method in class swarm.space.DblBuffer2dImpl 
Copy newLattice to lattice, in effect updating the lattice.
 updateLattice()   - 
Method in interface swarm.space.DblBuffer2d 
Copy newLattice to lattice, in effect updating the lattice.
 updateSize()   - 
Method in class swarm.gui.GraphCImpl 
 
 updateSize()   - 
Method in class swarm.gui.CanvasCImpl 
 
 updateSize()   - 
Method in interface swarm.gui.ArchivedGeometryWidgetC 
 
 updateSize()   - 
Method in class swarm.gui.HistogramCImpl 
 
 updateSize()   - 
Method in class swarm.gui.RasterCImpl 
 
 updateSize()   - 
Method in class swarm.gui.ZoomRasterCImpl 
 
 updateStateVar()   - 
Method in interface swarm.objectbase.ActivityControl 
The updateStateVar method updates the ActivityControl instance variables and tests for the continued existence of the activity that is being  controlled.
 updateStateVar()   - 
Method in class swarm.objectbase.ActivityControlImpl 
The updateStateVar method updates the ActivityControl instance variables and tests for the continued existence of the activity that is being  controlled.
       
 
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z  _