agentland.drug
Class ConnectionDrug

java.lang.Object
  |
  +--agentland.drug.Drug
        |
        +--agentland.drug.ConnectionDrug

public class ConnectionDrug
extends Drug

See Also:
Serialized Form

Field Summary
protected  agentland.drug.connector.Path path
           
 
Fields inherited from class agentland.drug.Drug
agent, id
 
Constructor Summary
ConnectionDrug(agentland.drug.connector.Path p)
           
 
Method Summary
 agentland.drug.connector.Path getPath()
           
 int getPathID()
           
 Urgency getUrgency()
           
 
Methods inherited from class agentland.drug.Drug
equals, getAgentID, getID, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

path

protected agentland.drug.connector.Path path
Constructor Detail

ConnectionDrug

public ConnectionDrug(agentland.drug.connector.Path p)
Method Detail

getPath

public agentland.drug.connector.Path getPath()

getPathID

public int getPathID()

getUrgency

public Urgency getUrgency()