swarm.defobj
Interface DropS

All Known Subinterfaces:
ActionGroup, ActionGroupC, ActionGroupS, ActivationOrder, ActivationOrderC, ActivationOrderS, ActiveGraph, ActiveGraphC, ActiveGraphS, ActiveOutFile, ActiveOutFileC, ActiveOutFileS, Activity, ActivityC, ActivityControl, ActivityControlC, ActivityControlS, ActivityS, Archiver, ArchiverC, ArchiverS, Array, ArrayC, ArrayS, Averager, AveragerC, AveragerS, BernoulliDist, BernoulliDistC, BernoulliDistS, BooleanDistribution, BooleanDistributionC, BooleanDistributionS, C2TAUS1gen, C2TAUS1genC, C2TAUS1genS, C2TAUS2gen, C2TAUS2genC, C2TAUS2genS, C2TAUS3gen, C2TAUS3genC, C2TAUS3genS, C2TAUSgen, C2TAUSgenC, C2TAUSgenS, Ca2d, Ca2dC, Ca2dS, Collection, CollectionC, CollectionS, CompoundAction, CompoundActionC, CompoundActionS, ConcurrentGroup, ConcurrentGroupC, ConcurrentGroupS, ConcurrentSchedule, ConcurrentScheduleC, ConcurrentScheduleS, ControlPanel, ControlPanelC, ControlPanelS, ConwayLife2d, ConwayLife2dC, ConwayLife2dS, DblBuffer2d, DblBuffer2dC, DblBuffer2dS, DefaultProbeMap, DefaultProbeMapC, DefaultProbeMapS, Diffuse2d, Diffuse2dC, Diffuse2dS, Discrete2d, Discrete2dC, Discrete2dS, DoubleDistribution, DoubleDistributionC, DoubleDistributionS, Entropy, EntropyC, EntropyS, ExponentialDist, ExponentialDistC, ExponentialDistS, EZBin, EZBinC, EZBinS, EZDistribution, EZDistributionC, EZDistributionS, EZGraph, EZGraphC, EZGraphS, EZSequence, EZSequenceC, EZSequenceS, FArguments, FArgumentsC, FArgumentsS, FCall, FCallC, FCallS, ForEachActivity, ForEachActivityC, ForEachActivityS, FunctionGraph, FunctionGraphC, FunctionGraphS, GammaDist, GammaDistC, GammaDistS, Grid2d, Grid2dC, Grid2dS, GUISwarm, GUISwarmC, GUISwarmS, HDF5, HDF5Archiver, HDF5ArchiverC, HDF5ArchiverS, HDF5C, HDF5S, Index, IndexC, IndexS, Int2dFiler, Int2dFilerC, Int2dFilerS, IntegerDistribution, IntegerDistributionC, IntegerDistributionS, KeyedCollection, KeyedCollectionC, KeyedCollectionIndex, KeyedCollectionIndexC, KeyedCollectionIndexS, KeyedCollectionS, LispArchiver, LispArchiverC, LispArchiverS, List, ListC, ListIndex, ListIndexC, ListIndexS, ListS, ListShuffler, ListShufflerC, ListShufflerS, LogNormalDist, LogNormalDistC, LogNormalDistS, Map, MapC, MapIndex, MapIndexC, MapIndexS, MapS, MessageProbe, MessageProbeC, MessageProbeS, MT19937gen, MT19937genC, MT19937genS, Normal, NormalC, NormalDist, NormalDistC, NormalDistS, NormalS, NSelect, NSelectC, NSelectS, Object2dDisplay, Object2dDisplayC, Object2dDisplayS, Permutation, PermutationC, PermutationS, PermutedIndex, PermutedIndexC, PermutedIndexS, PMMLCG1gen, PMMLCG1genC, PMMLCG1genS, PMMLCGgen, PMMLCGgenC, PMMLCGgenS, ProbabilityDistribution, ProbabilityDistributionC, ProbabilityDistributionS, Probe, ProbeC, ProbeDisplayManager, ProbeDisplayManagerC, ProbeDisplayManagerS, ProbeLibrary, ProbeLibraryC, ProbeLibraryS, ProbeMap, ProbeMapC, ProbeMapS, ProbeS, PSWBgen, PSWBgenC, PSWBgenS, QSort, QSortC, QSortS, RandomBitDist, RandomBitDistC, RandomBitDistS, Schedule, ScheduleActivity, ScheduleActivityC, ScheduleActivityS, ScheduleC, ScheduleS, SimpleRandomGenerator, SimpleRandomGeneratorC, SimpleRandomGeneratorS, String, StringC, StringS, Swarm, SwarmActivity, SwarmActivityC, SwarmActivityS, SwarmC, SwarmObject, SwarmObjectC, SwarmObjectS, SwarmProcess, SwarmProcessC, SwarmProcessS, SwarmS, UName, UNameC, UNameS, UniformDoubleDist, UniformDoubleDistC, UniformDoubleDistS, UniformIntegerDist, UniformIntegerDistC, UniformIntegerDistS, UniformUnsignedDist, UniformUnsignedDistC, UniformUnsignedDistS, UnsignedDistribution, UnsignedDistributionC, UnsignedDistributionS, Value2dDisplay, Value2dDisplayC, Value2dDisplayS, VarProbe, VarProbeC, VarProbeS, Zone, ZoneC, ZoneS
All Known Implementing Classes:
FArgumentsCImpl, FArgumentsImpl, FCallCImpl, FCallImpl, HDF5CImpl, HDF5Impl, ZoneCImpl, ZoneImpl, StringImpl, ListShufflerImpl, ListShufflerCImpl, StringCImpl, ActivityImpl, ActivityCImpl, SwarmObjectCImpl, ProbeLibraryImpl, SwarmObjectImpl, ProbeLibraryCImpl

public abstract interface DropS

Deallocate an object allocated within a zone.. The Drop supertype defines the drop message, which is a standard message for indicating that an object no longer exists and will never again be referenced. Any future attempt to reference a dropped object is an error. This error may or not produce predictable effects depending on the level of debug checking and other factors.