gps.protocol.BT
Class BT

java.lang.Object
  extended by gps.protocol.Protocol
      extended by gps.protocol.BT.BT

public class BT
extends Protocol

BT protocol object

Version:
1.2, 6/20/2005
Author:
Weishuai Yang

Constructor Summary
BT()
          Initionlizer
 
Method Summary
 void confAgents()
          configures agents
 void confDocuments()
          configures initial documents
 void confEvents()
          configures scheduled events
static BT getInstance()
          gets the singleton instance of bt
 void loadProtocolProperties(java.lang.String path)
          loads protocol properties
 
Methods inherited from class gps.protocol.Protocol
getAgent, getAgentList, getDelayAgent, getDelayAgent, getProtocolProperties, getSimulatorProperties, reset, setAgent, setAgentNum, setAgentNum, setPAgent, setProtocolProperties, setSAgent, setSimulatorProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BT

public BT()
Initionlizer

Method Detail

getInstance

public static BT getInstance()
gets the singleton instance of bt


loadProtocolProperties

public void loadProtocolProperties(java.lang.String path)
loads protocol properties

Overrides:
loadProtocolProperties in class Protocol
Parameters:
path - configuration file path

confAgents

public void confAgents()
configures agents

Overrides:
confAgents in class Protocol

confDocuments

public void confDocuments()
configures initial documents

Overrides:
confDocuments in class Protocol

confEvents

public void confEvents()
configures scheduled events

Overrides:
confEvents in class Protocol