io.sarl.sre.janus.spaces
Class AddressLazyLinks
class AddressLazyLinks
extends java.lang.Object
Links from an address to another component of the SRE.

This class was introduced for increasing the run-time performances of the SRE. It should not be used directly.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.7.0
Property Summary
Modifier and type Property and description
Participant participant
Replies the link to the participant.
Action Summary
Modifier and type Action and description
Participant getParticipant
Replies the link to the participant.
java.lang.ref.WeakReference<T> setParticipant(Participant)
Change the link to the participant.
java.lang.String toString
Property Details
participant
val participant : Participant
Replies the link to the participant.

This property is an alias for the action: getParticipant

Returns:
the link to the participant, null if none.
Action Details
getParticipant
def getParticipant : Participant
Replies the link to the participant.
Returns:
the link to the participant, null if none.
setParticipant(Participant)
def setParticipant(Participant) : java.lang.ref.WeakReference<T>
Change the link to the participant.
Parameters:
participant - the link to the participant, null if none.
toString
def toString : java.lang.String