swarm.objectbase
Class VarProbeCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.objectbase.VarProbeCImpl

public class VarProbeCImpl
extends PhaseCImpl
implements ProbeS, ProbeC, VarProbeS, VarProbeC

A class that allows the user to inspect a given variable in any candidate that is an instance of, or inherits from, a given class.. This is a specialized subclass of the abstract class Probe. It completes the specification of a probe that refers to an instance variable element of an object.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
VarProbeCImpl()
           
VarProbeCImpl(VarProbe nextPhase)
           
 
Methods implemented by this class for interface swarm.objectbase.ProbeS
setSafety, unsetSafety
 
Methods implemented by this class for interface swarm.objectbase.ProbeC
setProbedClass
 
Methods implemented by this class for interface swarm.objectbase.VarProbeS
setFloatFormat, setNonInteractive, setStringReturnType
 
Methods implemented by this class for interface swarm.objectbase.VarProbeC
createEnd, setProbedVariable
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarProbeCImpl

public VarProbeCImpl(VarProbe nextPhase)

VarProbeCImpl

public VarProbeCImpl()