edu.cmu.emulator.dsp
Class PBChannelConfiguration

java.lang.Object
  extended by edu.cmu.emulator.dsp.PBChannelConfiguration

public class PBChannelConfiguration
extends Object


Field Summary
protected  int dest
           
protected  int numPaths
           
protected  int src
           
 
Constructor Summary
PBChannelConfiguration(int src, int dest, int numPaths)
           
 
Method Summary
 int getDest()
           
 int getNumPaths()
           
 int getSource()
           
static PBChannelConfiguration parse(Element channelDefElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

protected int src

dest

protected int dest

numPaths

protected int numPaths
Constructor Detail

PBChannelConfiguration

public PBChannelConfiguration(int src,
                              int dest,
                              int numPaths)
Method Detail

getSource

public int getSource()

getDest

public int getDest()

getNumPaths

public int getNumPaths()

parse

public static PBChannelConfiguration parse(Element channelDefElement)
Returns:
null if channel isn't path-based


Copyright © 2013. All Rights Reserved.