public class TucsonTCUsers
extends java.lang.Object
Constructor and Description |
---|
TucsonTCUsers(TucsonTupleCentreId id) |
Modifier and Type | Method and Description |
---|---|
void |
addUser(TucsonAgentId aid) |
java.util.Date |
getCreationDate() |
TucsonTupleCentreId |
getTucsonTupleCentreId() |
java.util.List<TucsonAgentId> |
getUsers() |
void |
removeUser(TucsonAgentId aid) |
public TucsonTCUsers(TucsonTupleCentreId id)
id
- the identifier of the tuple centre this register refers topublic void addUser(TucsonAgentId aid)
aid
- the identifier of the agent to add to this registerpublic java.util.Date getCreationDate()
public TucsonTupleCentreId getTucsonTupleCentreId()
public java.util.List<TucsonAgentId> getUsers()
public void removeUser(TucsonAgentId aid)
aid
- the identifier of the agent to remove from this register