com.dfki.peregrin.site.tree
Class SearchResult

java.lang.Object
  |
  +--com.dfki.peregrin.site.tree.RunParameter
        |
        +--com.dfki.peregrin.site.tree.SearchResult

public class SearchResult
extends RunParameter


Constructor Summary
SearchResult(RunParameter param)
           
SearchResult(RunParameter param, java.util.Vector f)
           
SearchResult(SearchResult param)
           
 
Method Summary
 void addFragments(java.util.Vector f)
           
 java.util.Vector fragments()
           
 
Methods inherited from class com.dfki.peregrin.site.tree.RunParameter
addAttributes, added, addedAttributes, addToGlobalRegister, attributesAsInString, bare, blockSize, book, calculatePath, calculatePath, clientIP, currentPage, decreaseDepth, decreasePartitionCounter, depth, existsInPath, getAttributeValue, html, increaseDepth, increaseSplitIndex, increaseStorageCounter, isbare, ishtml, matchWildCards, node, parentRunParameter, partitionCounter, partitionCounterBase, primordialNode, queryVariables, replaceVariables, replaceVariables, replaceVariables, reUse, reUse, root, scrollToPage, searchString, servlet, setAdded, setBook, setClientIP, setDepth, setNode, setParentRunParameter, setPartitionCounter, setPartitionCounterBase, setPrimordialNode, setQueryVariables, setRoot, setSearchString, setServlet, setSplitIndex, setSplitSize, setSplitStorageCounter, setStorage, setStorageCounter, setTemplateName, setTopLevelBook, setTopLevelRegister, splitIndex, splitSize, splitStart, splitStorageCounter, storage, storageCounter, storageSize, stringForAllAttributes, stringForAllAttributes, stringForOneAttribute, templateName, topLevelBook, topLevelRegister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult(RunParameter param)

SearchResult

public SearchResult(SearchResult param)

SearchResult

public SearchResult(RunParameter param,
                    java.util.Vector f)
Method Detail

addFragments

public void addFragments(java.util.Vector f)

fragments

public java.util.Vector fragments()