Ignore:
Timestamp:
04/14/11 16:09:27 (13 years ago)
Author:
sherbold
Message:

+ added Dot output to de.ugoe.cs.eventbench.models.Trie and accessor for the Dot representation of the trie to de.ugoe.cs.eventbench.models.TrieBasedModel?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchCore/src/de/ugoe/cs/eventbench/models/TrieBasedModel.java

    r23 r30  
    7373        } 
    7474         
     75        public String getTrieDotRepresentation() { 
     76                return trie.getDotRepresentation(); 
     77        } 
     78         
    7579        public Tree<TrieVertex, Edge> getTrieGraph() { 
    7680                return trie.getGraph(); 
Note: See TracChangeset for help on using the changeset viewer.