public class

Location

extends Object
java.lang.Object
   ↳ uk.ac.imperial.presage2.rules.facts.location.Location

Summary

Fields
public Agent agent
public Location location
public long timestamp
Public Constructors
Location(UUID agent, Location location)
Location(Agent agent, Location location)
Public Methods
Agent getAgent()
Location getLocation()
long getTimestamp()
void setAgent(Agent agent)
void setLocation(Location location)
void setTimestamp(long timestamp)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Agent agent

public Location location

public long timestamp

Public Constructors

public Location (UUID agent, Location location)

public Location (Agent agent, Location location)

Public Methods

public Agent getAgent ()

public Location getLocation ()

public long getTimestamp ()

public void setAgent (Agent agent)

public void setLocation (Location location)

public void setTimestamp (long timestamp)