Package networkTransfer.emulator
Class EmulatorParams
java.lang.Object
networkTransfer.emulator.EmulatorParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classboolean[]
getUsedBlocks
(int nBlocks)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EmulatorParams
public EmulatorParams()
-
-
Method Details
-
getUsedBlocks
public boolean[] getUsedBlocks(int nBlocks) -
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-