public class EnvAgentId extends TucsonAgentId
Constructor and Description |
---|
EnvAgentId(java.lang.String aid) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAgent() |
boolean |
isEnv() |
boolean |
isTC() |
assignUUID, getAgentId, getAgentName, getAgentUUID, toString
public EnvAgentId(java.lang.String aid) throws TucsonInvalidAgentIdException
aid
- the String representation of the environmental agent
identifierTucsonInvalidAgentIdException
- if the given String does not represent a valid TuCSoN agent
identifierpublic boolean isAgent()
isAgent
in interface IId
isAgent
in class TucsonAgentId
public boolean isEnv()
isEnv
in interface IId
isEnv
in class TucsonAgentId
public boolean isTC()
isTC
in interface IId
isTC
in class TucsonAgentId