edu.umich.eecs.tac.props
Class AAInfo

java.lang.Object
  extended by edu.umich.eecs.tac.props.AAInfo
All Implemented Interfaces:
se.sics.isl.transport.ContextFactory

public class AAInfo
extends java.lang.Object
implements se.sics.isl.transport.ContextFactory

AAInfo is a context factory that provides the allowable transports for the TAC/AA simulation.

Author:
Lee Callender, Patrick Jordan

Constructor Summary
AAInfo()
          Creates a new AA context factory.
 
Method Summary
 se.sics.isl.transport.Context createContext()
          Adds the allowable transports to the context.
 se.sics.isl.transport.Context createContext(se.sics.isl.transport.Context parentContext)
          Creates the allowable transports in a Context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AAInfo

public AAInfo()
Creates a new AA context factory.

Method Detail

createContext

public final se.sics.isl.transport.Context createContext()
Adds the allowable transports to the context.

Specified by:
createContext in interface se.sics.isl.transport.ContextFactory
Returns:
the base context with new transports added.

createContext

public final se.sics.isl.transport.Context createContext(se.sics.isl.transport.Context parentContext)
Creates the allowable transports in a Context.

Specified by:
createContext in interface se.sics.isl.transport.ContextFactory
Parameters:
parentContext - the parent context
Returns:
the context with new transports added.


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.