edu.cmu.emulator.dsp
Class PBChannelConfiguration
java.lang.Object
edu.cmu.emulator.dsp.PBChannelConfiguration
public class PBChannelConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
src
protected int src
dest
protected int dest
numPaths
protected int numPaths
PBChannelConfiguration
public PBChannelConfiguration(int src,
int dest,
int numPaths)
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.