edu.cmu.emulator.signal
Class ChannelModelDefinition

java.lang.Object
  extended by edu.cmu.emulator.signal.ChannelModelDefinition

public class ChannelModelDefinition
extends Object


Field Summary
protected  String name
           
protected  String parameters
           
protected  String type
           
 
Constructor Summary
ChannelModelDefinition(String name, String type, String parameters)
           
 
Method Summary
 String getName()
           
 String getParameters()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

type

protected String type

parameters

protected String parameters
Constructor Detail

ChannelModelDefinition

public ChannelModelDefinition(String name,
                              String type,
                              String parameters)
Method Detail

getName

public String getName()

getType

public String getType()

getParameters

public String getParameters()


Copyright © 2013. All Rights Reserved.