Uses of Class
de.cau.cs.kieler.core.util.Pair

Packages that use Pair
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
de.cau.cs.kieler.kev.mapping.animations The class MapAnimations.java applies the animations to the svg document. 
de.cau.cs.kieler.kiml.grana Base classes for implementation of analysis algorithms and classes that provide the analyses as services. 
de.cau.cs.kieler.kiml.grana.batch Classes related to the batch execution of analyses. 
de.cau.cs.kieler.kiml.service Layout service classes that are used both in the client UI and in server applications. 
de.cau.cs.kieler.kiml.ui.diagram Generic API for layout of graphical diagrams. 
 

Uses of Pair in de.cau.cs.kieler.core.util
 

Methods in de.cau.cs.kieler.core.util that return types with arguments of type Pair
static
<G,T> List<Pair<G,T>>
Pair.fromMap(Map<G,T> map)
          Constructs a list of pairs from the entries of a map.
 

Methods in de.cau.cs.kieler.core.util with parameters of type Pair
 int Pair.FirstComparator.compare(Pair<F,S> o1, Pair<F,S> o2)
          
 int Pair.FirstComparator.compare(Pair<F,S> o1, Pair<F,S> o2)
          
 int Pair.SecondComparator.compare(Pair<F,S> o1, Pair<F,S> o2)
          
 int Pair.SecondComparator.compare(Pair<F,S> o1, Pair<F,S> o2)
          
 

Uses of Pair in de.cau.cs.kieler.kev.mapping.animations
 

Methods in de.cau.cs.kieler.kev.mapping.animations that return types with arguments of type Pair
 HashMap<String,ArrayList<Pair<String,Animation>>> MapAnimations.getDefaultKeyToAnimationsMap()
           
 HashMap<String,HashMap<String,ArrayList<Pair<String,Animation>>>> MapAnimations.getJsonKeyToInputValuesToAnimationsMap()
           
 HashMap<String,ArrayList<Pair<String,Animation>>> MapAnimations.getKeyToAnimationsMap()
           
 

Method parameters in de.cau.cs.kieler.kev.mapping.animations with type arguments of type Pair
 void MapAnimations.setDefaultKeyToAnimationsMap(HashMap<String,ArrayList<Pair<String,Animation>>> defaultKeyToAnimationsMap)
           
 void MapAnimations.setJsonKeyToInputValuesToAnimationsMap(HashMap<String,HashMap<String,ArrayList<Pair<String,Animation>>>> jsonKeyToInputValuesToAnimationsMap)
           
 void MapAnimations.setKeyToAnimationsMap(HashMap<String,ArrayList<Pair<String,Animation>>> keyToAnimationsMap)
           
 

Uses of Pair in de.cau.cs.kieler.kiml.grana
 

Methods in de.cau.cs.kieler.kiml.grana that return types with arguments of type Pair
 List<Pair<String,String>> AbstractInfoAnalysis.getComponents()
          Returns the components, in the form of name/abbreviation pairs, the results of this analysis consist of.
 

Uses of Pair in de.cau.cs.kieler.kiml.grana.batch
 

Methods in de.cau.cs.kieler.kiml.grana.batch that return types with arguments of type Pair
 List<Pair<BatchJob<?>,Exception>> BatchResult.getFailedJobs()
          Returns pairs of the failed jobs and the exceptions that caused the failure.
 

Uses of Pair in de.cau.cs.kieler.kiml.service
 

Methods in de.cau.cs.kieler.kiml.service that return types with arguments of type Pair
 List<Pair<String,String>> LayoutInfoService.getDiagramTypes()
          Returns a collection of registered diagram types.
 

Uses of Pair in de.cau.cs.kieler.kiml.ui.diagram
 

Methods in de.cau.cs.kieler.kiml.ui.diagram that return types with arguments of type Pair
 List<Pair<KGraphElement,GraphicalEditPart>> ApplyLayoutRequest.getElements()
          Returns a list of the graph elements and edit parts of this request.