|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VideoFile | |
---|---|
medisyn | Contains classes needed to form scenario configurations (X2XProxy, ScenarioConfig etc) but also only medisyn specific classes. |
simulator.views |
Uses of VideoFile in medisyn |
---|
Fields in medisyn with type parameters of type VideoFile | |
---|---|
private java.util.Hashtable<java.lang.Integer,VideoFile> |
X2XProxy.videoFiles
|
private java.util.Hashtable<java.lang.Integer,VideoFile> |
ResultParser.videoFiles
|
private java.util.Hashtable<java.lang.Integer,VideoFile> |
ProxyGenerator.videoFiles
|
private java.util.Hashtable<java.lang.Integer,VideoFile> |
X2XProxy.videoFiles2
|
Methods in medisyn that return VideoFile | |
---|---|
protected VideoFile |
VideoFile.clone()
clone the object |
Methods in medisyn that return types with arguments of type VideoFile | |
---|---|
java.util.Hashtable<java.lang.Integer,VideoFile> |
X2XProxy.getVideoFiles()
|
java.util.Hashtable<java.lang.Integer,VideoFile> |
ResultParser.getVideoFiles()
|
java.util.Hashtable<java.lang.Integer,VideoFile> |
ProxyGenerator.getVideoFiles()
|
java.util.Hashtable<java.lang.Integer,VideoFile> |
X2XProxy.getVideoFiles2()
|
Method parameters in medisyn with type arguments of type VideoFile | |
---|---|
void |
X2XProxy.setVideoFiles(java.util.Hashtable<java.lang.Integer,VideoFile> videoFiles)
|
void |
ProxyGenerator.setVideoFiles(java.util.Hashtable<java.lang.Integer,VideoFile> videoFiles)
|
void |
X2XProxy.setVideoFiles2(java.util.Hashtable<java.lang.Integer,VideoFile> videoFiles2)
|
Uses of VideoFile in simulator.views |
---|
Method parameters in simulator.views with type arguments of type VideoFile | |
---|---|
private boolean |
Simulator.assignVideofilesToGroup(java.util.Hashtable<java.lang.Integer,VideoFile> videoFiles,
ProxyGroup group,
double filesPerNodePercentage,
double sigmaPercentage,
boolean forceAssignment)
Assign some number of files to each node of this group. |
private boolean |
Simulator.assignVideofilesToProxy(java.util.Hashtable<java.lang.Integer,VideoFile> videoFiles,
X2XProxy proxy,
int nrOfFilesForNode)
choose some video files that will belong to this node |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |