MATSIM
Classes | Public Member Functions | Public Attributes | List of all members
org.matsim.vis.snapshotwriters.AgentSnapshotInfo Interface Reference
Inheritance diagram for org.matsim.vis.snapshotwriters.AgentSnapshotInfo:
Inheritance graph
[legend]

Classes

enum  AgentState
 
enum  DrivingState
 

Public Member Functions

Id< PersongetId ()
 
Id< VehiclegetVehicleId ()
 
Id< LinkgetLinkId ()
 
DrivingState getDrivingState ()
 
double getEasting ()
 
double getNorthing ()
 
double getAzimuth ()
 
double getColorValueBetweenZeroAndOne ()
 
AgentState getAgentState ()
 
int getUserDefined ()
 

Public Attributes

String marker = "marker"
 

Detailed Description

Definition at line 27 of file AgentSnapshotInfo.java.

Member Function Documentation

◆ getId()

Id<Person> org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getId ( )

◆ getVehicleId()

Id<Vehicle> org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getVehicleId ( )

◆ getLinkId()

Id<Link> org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getLinkId ( )

◆ getDrivingState()

DrivingState org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getDrivingState ( )

◆ getEasting()

double org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getEasting ( )

◆ getNorthing()

double org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getNorthing ( )

◆ getAzimuth()

double org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getAzimuth ( )

◆ getColorValueBetweenZeroAndOne()

double org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getColorValueBetweenZeroAndOne ( )

◆ getAgentState()

AgentState org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getAgentState ( )

◆ getUserDefined()

int org.matsim.vis.snapshotwriters.AgentSnapshotInfo.getUserDefined ( )

Member Data Documentation

◆ marker

String org.matsim.vis.snapshotwriters.AgentSnapshotInfo.marker = "marker"

The documentation for this interface was generated from the following file: