Uses of Class
com.iizix.prop.vs.VSReference
Packages that use VSReference Package Description com.iizix.prop com.iizix.prop.vs com.iizix.prop.vs.actor Uses of VSReference in com.iizix.prop
Methods in com.iizix.prop that return VSReference Modifier and Type Method Description VSReference
ModuleApp. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSReference
PropCnr. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSReference
GProp. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSReference
IGProp. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.VSReference
ModuleApp. getVSReference(Atom refAtom)
Gets the VSReference that is initially used as start-up for the application.VSReference
PropCnr. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.Uses of VSReference in com.iizix.prop.vs
Subclasses of VSReference in com.iizix.prop.vs Modifier and Type Class Description class
VSParticipant
The VirtualSpace participant property is a reference class to the VirtualSpace instance and interacts with the VSParticipantsHolder.Methods in com.iizix.prop.vs that return VSReference Modifier and Type Method Description VSReference
VirtualSpace. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSReference
VSAction. getTargetVirtualSpace()
Gets the target VirtualSpace for operations.VSReference
VirtualSpace. getVSReference(Atom refAtom)
Gets the VSReference to this VirtualSpace.Uses of VSReference in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that return VSReference Modifier and Type Method Description VSReference
AbstractPredefinedSettings. createVSReference(Atom refAtom, PropCnr[] returnParent)
Creates a VSReference instance from the container or any parent containers.VSReference
AbstractPredefinedSettings. getVSReference(Atom refAtom)
Gets a VSReference instance from the container or any parent containers.