Massively cleaned up SNDLib importer (and related files)
Use names for networks in DOTExporter and SNDlibImporter
Add random BW resources only if there is no pre-existing resource
Make SDN network topologies bidirectional
Added source and sink Resource/Demand pairs
Provide missing GlobalDelayDemand
Removed useless name attribute in constraints
Added SNDLib Importer for ScenarioChain Experiments
Move SNDLib files
Push missing classes
Refactor: Orchestrator as interface
Smaller cleanup
Cleaned up code: Reduced use of 'instanceof'
Removed unused code
Made access to constraints much more natural. Eliminated ugly type cast
Remove unused class
Added a basic integration test
Cleaned up XMLImporter a bit
Removed Name from Networks: Replaced with Label
Make copy functions more readable.
NetworkEntitys (Nodes and Links) now know the network they belong to.
Typo fixed
Static delay can now be added to nodes as well
More cleanup
More cleanup
Remove dead code
Remove deprecated BasicParser
FoolLinkMapping -> NoLinkMapping (better reflects the meaning)
More cleanup
Remove more dead code
Remove dead code
Delete unreferenced file
Refactoring: Removed superfluous CopyNetwork
Multiple changes
Refactored IdResource -- SubstrateNetwork no longer needed there
Missing element
Make new generation elements public
home
home
Fix previous commit---errors were not caught. A...
Handle faulty algorithms better
Added 'commons-cli'
Several fixes and random Erdös Renyi Networks a...
Bugfix: Equality check
Reorganized resources/demands: Now subpackage o...
Small fixes; Enabled generation of numbered (or...
Fix: Removing a network from the NetworkStack n...
Cleaned up some metrics
Some changes necessary to avoid memory problems.
Cleanup of test package - moved old framework t...
Helper method to convert a Run into the old for...
Enabled bulk generation of random seeds
Make sure a substrate network exists before add...
Added example for XML Experiment specification
New code path: Scenario generation via an XML E...
New way of generating scenarios
(including misplaced metrics to former commit)
Better support for runtime/online metrics. Adde...
Bugfix - revert Registry.java to previous version
Tests can now be called directly from the Main ...
Updated README to list apache commons CLI as ne...
More cleanup - remove classes not applicable fo...
Bugfix + deleted empty dirs
Some cleanup of MiscelFunctions
More code cleanup
Even more cleanup
NullAlgorithm - performs no mapping. Useful to ...
Working on making Scenario the actual interface...
Fixed the bugfig
Eliminate several instanceof's
Added possibility to get() a specific Constrain...
GUI is working again (\!\!\!)
Bugfix: Was missing isolated nodes.
Remove superfluous file
Added option to export GraphViz DOT files for e...
*-ViNE Bugfix: Negative distance was not proper...
More cleanup.
Cleanup - remove old files
Fixed discrepancy in algorithm rewrite.
Ignore GUI classes on headless machines
Bugfix ^^
Minor
NetworkGenerators (only stack) can be specified...
Cleanup.
Generalized testing framework. Tests can now be...
AlgorithmParameter now expects default values a...
Further cleanup - fixed missing NetworkStack
Fixed XML schema location
Clarified LpSolver RuntimeExceptions
Cleanup - switch completely to new algorithm in...
Updated svn ignores.
Remove unnecessary "roundXYDecimals" methods.
Implemented getVirtuals() in NetworkStack.
Remove .classpath from Repo.
Algos missing from previous commit
Changed all algorithms to accept AlgorithmParam...
Further remove seriesName
Cleanup - removed unused parameter mTestSeriesN...
Move Dijkstra-functionality, remove bunch of co...
Bugfix: Classpath-Separator is OS-dependent