io.sarl.sre.janus.spaces
Class Participant
class Participant
extends java.lang.Object
Description of a participant.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.6.0
Property Summary
Modifier and type Property and description
Address address
Replies participant address.
EventListener participant
Replies the participant.
Action Summary
Modifier and type Action and description
boolean equals(Object)
Address getAddress
Replies participant address.
EventListener getParticipant
Replies the participant.
int hashCode
java.lang.String toString
Property Details
address
val address : Address
Replies participant address.

This property is an alias for the action: getAddress

participant
val participant : EventListener
Replies the participant.

This property is an alias for the action: getParticipant

Action Details
equals(Object)
def equals(Object) : boolean
getAddress
def getAddress : Address
Replies participant address.
getParticipant
def getParticipant : EventListener
Replies the participant.
hashCode
def hashCode : int
toString
def toString : java.lang.String