Uses of Class
de.bsvrz.sys.funclib.losb.util.Tuple

Packages that use Tuple
de.bsvrz.pua.prot.client Client Interface für die SWE 'Protokolle und Auswertungen'. 
de.bsvrz.pua.prot.processing Klassen für die Datenaufbereitung. 
de.bsvrz.pua.prot.processing.archivebuffer Klassen für den Archivpuffer der Datenaufbereitung. 
de.bsvrz.pua.prot.processing.onlinebuffer Klassen für den Onlinepuffer der Datenaufbereitung. 
de.bsvrz.pua.prot.processing.util Diverse Hilfsklassen fuer die Datenaufbereitung 
de.bsvrz.pua.prot.util Enthält diverse Hilfsklassen für Protokolle und Auswertungen. 
 

Uses of Tuple in de.bsvrz.pua.prot.client
 

Methods in de.bsvrz.pua.prot.client that return Tuple
 Tuple<java.lang.Long,ProcessingParameter>[] PuaClient.getSavedProtocolList(ProtocolRequestResult resultInfo)
          Liefert eine Liste der gespeicherten Protokolle und Protokollinformationen.
 Tuple<java.lang.Long,ProcessingParameter>[] PuaClient.getUnreadProtocolList(ProtocolRequestResult resultInfo)
          Liefert eine Liste der noch nicht abgerufenen Protokolle und Protokollinformationen.
 

Uses of Tuple in de.bsvrz.pua.prot.processing
 

Fields in de.bsvrz.pua.prot.processing with type parameters of type Tuple
protected  java.util.List<Tuple<java.lang.Long,java.lang.Long>> ProcessingBuffer.periods
          Abzufragende Zeitbereiche.
 

Constructors in de.bsvrz.pua.prot.processing with parameters of type Tuple
IMDSBuilder(boolean merge, java.util.List<Elements> attributes, Tuple<ExpressionTree,java.lang.Boolean> constraint, java.util.Hashtable<RealElement,ValueProvider> realElements, java.util.Hashtable<TempAttributeDescription,TempAttribut> tempElements, ProcessingBuffer processingBuffer, Status status)
          Initialisierung.
 

Constructor parameters in de.bsvrz.pua.prot.processing with type arguments of type Tuple
ProcessingBuffer(ClientDavInterface dav, ProcessingInterface processor, ProcessingInformation pi, java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
          Startet den Buffer.
Status(java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods, int numberDataKinds, java.util.Set<java.lang.Integer> ignore)
           
 

Uses of Tuple in de.bsvrz.pua.prot.processing.archivebuffer
 

Constructor parameters in de.bsvrz.pua.prot.processing.archivebuffer with type arguments of type Tuple
ArchiveBuffer(ClientDavInterface dav, ProcessingInterface processor, ConfigurationObject configAuth, ProcessingInformation pi, java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
          Startet den Online-ProcessingBuffer.
 

Uses of Tuple in de.bsvrz.pua.prot.processing.onlinebuffer
 

Methods in de.bsvrz.pua.prot.processing.onlinebuffer that return types with arguments of type Tuple
protected  java.util.List<Tuple<java.lang.Long,java.lang.Long>> OnlineDataReceiverSet.getPeriods()
          Liefert eine Liste mit Zeitbereichen.
 

Constructor parameters in de.bsvrz.pua.prot.processing.onlinebuffer with type arguments of type Tuple
OnlineBuffer(ClientDavInterface dav, ProcessingInterface processor, ProcessingInformation pi, java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
          OnlineBuffer.init() sollte unverzüglich nach Erzeugen des Objekts aufgerufen werden.
OnlineDataReceiverSet(ClientDavInterface dav, ReceiveOptions receiveOptions, java.util.List<Tuple<java.lang.Long,java.lang.Long>> periodList, NewDataCollector newDataCollector)
          Erzeugt das Objekt.
 

Uses of Tuple in de.bsvrz.pua.prot.processing.util
 

Constructor parameters in de.bsvrz.pua.prot.processing.util with type arguments of type Tuple
BinaryTree(java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
          Erzeugt einen binären Suchbaum.
 

Uses of Tuple in de.bsvrz.pua.prot.util
 

Fields in de.bsvrz.pua.prot.util with type parameters of type Tuple
 java.util.List<Tuple<java.lang.Long,java.lang.Long>> ProcessingParameter.periodList
          Zeitbereiche, die berücksichtigt werden sollen (optional)
 java.util.List<Tuple<java.lang.Long,java.lang.Long>> Periods.periods
          Sortierte & zusammengefasste Zeiträume
 

Methods in de.bsvrz.pua.prot.util that return Tuple
 Tuple<ExpressionTree,java.lang.Boolean> ProcessingInformation.getConstraint()
           
 

Methods in de.bsvrz.pua.prot.util that return types with arguments of type Tuple
 java.util.List<Tuple<java.lang.Long,java.lang.Long>> ProcessingInformation.getPeriods()
           
static java.util.List<Tuple<java.lang.Long,java.lang.Long>> Periods.order(java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
          Sortiert die Zeitbereiche aufsteigend und fasst diejenigen Zeiträume zusammen, die sich überschneiden.
 

Methods in de.bsvrz.pua.prot.util with parameters of type Tuple
 void ProcessingInformation.setConstraint(Tuple<ExpressionTree,java.lang.Boolean> constraint)
          Erzeugt zusätzlich Liste mit Datenindices, die vom Archivsystem angefragt werden sollen und über getDataIndices() abgefragt werden können.
 

Method parameters in de.bsvrz.pua.prot.util with type arguments of type Tuple
static java.util.List<Tuple<java.lang.Long,java.lang.Long>> Periods.order(java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
          Sortiert die Zeitbereiche aufsteigend und fasst diejenigen Zeiträume zusammen, die sich überschneiden.
 void ProcessingInformation.setPeriods(java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
           
 

Constructor parameters in de.bsvrz.pua.prot.util with type arguments of type Tuple
Periods(java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
          Erzeugt das Objekt.
ProcessingParameter(SystemObject script, SystemObject mainObject, SystemObject[] objects, short simVar, java.util.List<Tuple<java.lang.Long,java.lang.Long>> periods)
          Erzeugt Auftragsparameter.
 



Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.