swarm.defobj
Interface DropC

All Known Subinterfaces:
ActionGroupC, ActivationOrderC, ActiveGraphC, ActiveOutFileC, ActivityC, ActivityControlC, ArchiverC, ArrayC, AveragerC, BernoulliDistC, BooleanDistributionC, C2TAUS1genC, C2TAUS2genC, C2TAUS3genC, C2TAUSgenC, Ca2dC, CollectionC, CompoundActionC, ConcurrentGroupC, ConcurrentScheduleC, ControlPanelC, ConwayLife2dC, DblBuffer2dC, DefaultProbeMapC, Diffuse2dC, Discrete2dC, DoubleDistributionC, EntropyC, ExponentialDistC, EZBinC, EZDistributionC, EZGraphC, EZSequenceC, FArgumentsC, FCallC, ForEachActivityC, FunctionGraphC, GammaDistC, Grid2dC, GUISwarmC, HDF5ArchiverC, HDF5C, IndexC, Int2dFilerC, IntegerDistributionC, KeyedCollectionC, KeyedCollectionIndexC, LispArchiverC, ListC, ListIndexC, ListShufflerC, LogNormalDistC, MapC, MapIndexC, MessageProbeC, MT19937genC, NormalC, NormalDistC, NSelectC, Object2dDisplayC, PermutationC, PermutedIndexC, PMMLCG1genC, PMMLCGgenC, ProbabilityDistributionC, ProbeC, ProbeDisplayManagerC, ProbeLibraryC, ProbeMapC, PSWBgenC, QSortC, RandomBitDistC, ScheduleActivityC, ScheduleC, SimpleRandomGeneratorC, StringC, SwarmActivityC, SwarmC, SwarmObjectC, SwarmProcessC, UNameC, UniformDoubleDistC, UniformIntegerDistC, UniformUnsignedDistC, UnsignedDistributionC, Value2dDisplayC, VarProbeC, ZoneC
All Known Implementing Classes:
FArgumentsCImpl, FCallCImpl, HDF5CImpl, ZoneCImpl, ListShufflerCImpl, StringCImpl, ActivityCImpl, SwarmObjectCImpl, ProbeLibraryCImpl

public abstract interface DropC

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.