Modifier and type | Property and description |
---|---|
int | numberOfStrongParticipants Replies the number of strong participants to the space. |
int | numberOfWeakParticipants Replies the number of strong participants to the space. |
SpaceID | spaceID Replies the Identification of this Interaction Space. |
Modifier and type | Action and description |
---|---|
abstract void | forEachStrongParticipant(Procedure1<Param>) Apply the given procedure to each of the strong participants. |
abstract void | forEachWeakParticipant(Procedure1<Param>) Apply the given procedure to each of the weak participants. |
abstract int | getNumberOfStrongParticipants Replies the number of strong participants to the space. |
abstract int | getNumberOfWeakParticipants Replies the number of strong participants to the space. |
abstract SpaceID | getSpaceID Replies the Identification of this Interaction Space. |
default boolean | isPseudoEmpty Replies if the space could be considered as empty. |
abstract boolean | isPseudoEmpty(UUID) Replies if the space is empty or the given identifier is associated to the only one participant to the space. |
val numberOfStrongParticipants : int
This property is an alias for the action: getNumberOfStrongParticipants
val numberOfWeakParticipants : int
This property is an alias for the action: getNumberOfWeakParticipants
val spaceID : SpaceID
This property is an alias for the action: getSpaceID
def forEachStrongParticipant(Procedure1<Param>)
def forEachWeakParticipant(Procedure1<Param>)
def getNumberOfStrongParticipants : int
def getNumberOfWeakParticipants : int
def getSpaceID : SpaceID
def isPseudoEmpty : boolean
def isPseudoEmpty(UUID) : boolean