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

Packages that use Pair
de.cau.cs.kieler.core.kgraph.util Utility classes for the KGraph data structure. 
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 Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
 

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

Methods in de.cau.cs.kieler.core.kgraph.util with parameters of type Pair
<F,S> T
KGraphSwitch.casePair(Pair<F,S> object)
          Returns the result of interpreting the object as an instance of 'Pair'.
 

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.toList(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
 

Methods in de.cau.cs.kieler.kiml that return types with arguments of type Pair
 List<Pair<String,String>> LayoutServices.getDiagramTypes()
          Returns a collection of registered diagram types.
 List<Pair<String,String>> LayoutServices.getLayoutTypes()
          Returns a list of layout type identifiers and names.
 

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

Methods in de.cau.cs.kieler.kiml.ui.layout 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.