swarm.defobj
Interface DropC

All Known Subinterfaces:
ActionC, ActionCacheC, ActionCallC, ActionChangedC, ActionConcurrentC, ActionForEachC, ActionForEachHomogeneousC, ActionGroupC, ActionToC, ActivationOrderC, ActiveGraphC, ActiveOutFileC, ActivityC, ActivityControlC, ArchivedGeometryWidgetC, ArchiverC, ArgumentsC, ArrayC, AveragerC, BasicRandomGeneratorC, BernoulliDistC, BinomialDistC, BooleanDistributionC, C2TAUS1genC, C2TAUS2genC, C2TAUS3genC, C2TAUSgenC, Ca2dC, CanvasAbstractItemC, CanvasC, CanvasItemC, CollectionC, CommonProbeDisplayC, CompleteProbeDisplayC, CompleteProbeMapC, CompleteVarMapC, CompositeItemC, CompoundActionC, ConcurrentGroupC, ConcurrentScheduleC, ControlPanelC, ConwayLife2dC, CustomProbeMapC, DblBuffer2dC, DefaultProbeMapC, Diffuse2dC, Discrete2dC, DoubleDistributionC, EmptyProbeMapC, EntropyC, ExponentialDistC, EZAverageSequenceC, EZBinC, EZDistributionC, EZGraphC, EZSequenceC, FActionC, FActionForEachC, FActionForEachHeterogeneousC, FActionForEachHomogeneousC, FArgumentsC, FCallC, ForEachActivityC, GammaDistC, GraphC, GraphElementC, Grid2dC, GUISwarmC, HDF5ArchiverC, HDF5C, HistogramC, IndexC, Int2dFilerC, IntegerDistributionC, KeyedCollectionC, KeyedCollectionIndexC, LinkItemC, LispArchiverC, ListC, ListIndexC, ListShufflerC, LogNormalDistC, MapC, MapIndexC, MessageProbeC, MT19937genC, MultiVarProbeDisplayC, NodeItemC, NormalC, NormalDistC, NSelectC, Object2dDisplayC, OvalNodeItemC, PermutationC, PermutedIndexC, PixmapC, PMMLCG1genC, PMMLCGgenC, PoissonDistC, ProbabilityDistributionC, ProbeC, ProbeDisplayC, ProbeDisplayManagerC, ProbeLibraryC, ProbeMapC, PSWBgenC, QSortC, RandomBitDistC, RasterC, RectangleNodeItemC, ScheduleActivityC, ScheduleC, SimpleProbeDisplayC, SimpleRandomGeneratorC, SingleProbeDisplayC, SplitRandomGeneratorC, StringC, SwarmActivityC, SwarmC, SwarmObjectC, SwarmProcessC, UNameC, UniformDoubleDistC, UniformIntegerDistC, UniformUnsignedDistC, UnsignedDistributionC, Value2dDisplayC, VarProbeC, WidgetC, ZoneC, ZoomRasterC
All Known Implementing Classes:
ArgumentsCImpl, FArgumentsCImpl, FCallCImpl, HDF5CImpl, ZoneCImpl, ListShufflerCImpl, StringCImpl, ProbeLibraryCImpl, SwarmObjectCImpl, GraphElementCImpl, PixmapCImpl

public 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.