Uses of Class
java.util.ArrayList

Packages that use ArrayList
de.cau.cs.kieler.kev.mapping.animations The class MapAnimations.java applies the animations to the svg document. 
de.cau.cs.kieler.synccharts.codegen.sc In the codegen package the process of generating code from a SyncChart model is implemented. 
de.cau.cs.kieler.synccharts.s   
de.tu_berlin.cs.tfs.muvitorkit.ui   
javax.microedition.lcdui J2ME LCD User Interface classes. 
js.tinyvm   
js.tools   
lejos.pc.comm Communication from the PC to the NXT 
lejos.robotics Hardware abstraction interfaces for the robotics package. 
lejos.robotics.proposal Support for maps 
org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. 
 

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

Methods in de.cau.cs.kieler.kev.mapping.animations that return ArrayList
 ArrayList<String> MapAnimations.attributeParser(String input, boolean isInputAttribute)
          This function is intensively used by the mapInputToOutput() method.
 ArrayList<String> MapAnimations.parser(String input)
          Scans a string of comma separated values and simple puts them into an array.
 

Methods in de.cau.cs.kieler.kev.mapping.animations that return types with arguments of type ArrayList
 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()
           
 

Methods in de.cau.cs.kieler.kev.mapping.animations with parameters of type ArrayList
 HashMap<String,String> MapAnimations.mapInputToOutput(ArrayList<String> inputArray, ArrayList<String> outputArray)
          THIS Method is really important and should be used for all animations! This method maps the input values to the corespondig output values.
 HashMap<String,String> MapAnimations.mapInputToOutput(ArrayList<String> inputArray, ArrayList<String> outputArray)
          THIS Method is really important and should be used for all animations! This method maps the input values to the corespondig output values.
 

Method parameters in de.cau.cs.kieler.kev.mapping.animations with type arguments of type ArrayList
 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 ArrayList in de.cau.cs.kieler.synccharts.codegen.sc
 

Methods in de.cau.cs.kieler.synccharts.codegen.sc that return ArrayList
 ArrayList<Signal> StateAndSignals.getEffectSignals()
           
 ArrayList<Tuple<String,Tuple<String,String>>> LineReplacer.getReplacingRules()
           
static ArrayList<Tuple<String,Tuple<String,String>>> LineReplacer.getRules()
           
 ArrayList<Signal> StateAndSignals.getTriggerSignals()
           
 

Methods in de.cau.cs.kieler.synccharts.codegen.sc with parameters of type ArrayList
 void StateAndSignals.setEffectSignals(ArrayList<Signal> newEffectSignals)
           
 void LineReplacer.setReplacingRules(ArrayList<Tuple<String,Tuple<String,String>>> replacingRules)
           
 void StateAndSignals.setTriggerSignals(ArrayList<Signal> newTriggerSignals)
           
 

Constructors in de.cau.cs.kieler.synccharts.codegen.sc with parameters of type ArrayList
LineReplacer(ArrayList<Tuple<String,Tuple<String,String>>> replacingRules)
          The constructor with a list of rules for replacement as argument.
 

Uses of ArrayList in de.cau.cs.kieler.synccharts.s
 

Methods in de.cau.cs.kieler.synccharts.s that return ArrayList
 ArrayList<Signal> StateAndSignals.getEffectSignals()
           
 ArrayList<Signal> StateAndSignals.getTriggerSignals()
           
 

Methods in de.cau.cs.kieler.synccharts.s with parameters of type ArrayList
 void StateAndSignals.setEffectSignals(ArrayList<Signal> newEffectSignals)
           
 void StateAndSignals.setTriggerSignals(ArrayList<Signal> newTriggerSignals)
           
 

Uses of ArrayList in de.tu_berlin.cs.tfs.muvitorkit.ui
 

Methods in de.tu_berlin.cs.tfs.muvitorkit.ui that return ArrayList
static ArrayList<EObject> MuvitorTreeEditor.closeViews(MuvitorTreeEditor editor)
          Similar to MuvitorTreeEditor.closeViewShowing(EObject) this method closes all views showing an EObject that belongs to the specified editor, according to IDUtil.getHostEditor(EObject).
 ArrayList<IMarker> MuvitorTreeEditor.findProblemMarkers(String attrName)
          Convenience method that collects all problem markers like MuvitorTreeEditor.findProblemMarkers(String, Object) for which the attribute has been set with any value.
 ArrayList<IMarker> MuvitorTreeEditor.findProblemMarkers(String attrName, Object attrValue)
          Helper method to find problem markers with specific attribute values.
 

Uses of ArrayList in javax.microedition.lcdui
 

Fields in javax.microedition.lcdui declared as ArrayList
protected  ArrayList<javax.microedition.lcdui.ChoiceGroup.ChoiceItem> ChoiceGroup.choiceItems
           
protected  ArrayList<Command> Displayable.commands
           
protected  ArrayList<Command> Item.commands
           
protected  ArrayList<javax.microedition.lcdui.List.ListItem> List.listItems
           
 

Uses of ArrayList in js.tinyvm
 

Methods in js.tinyvm with parameters of type ArrayList
static void GenerateConstants.generateClassConstants(ArrayList<String> aVec, File aHeaderFile, File aJavaFile)
           
static void GenerateConstants.generateSignatureConstants(ArrayList<String> aVec, File aHeaderFile, File aJavaFile)
           
 void ClassRecord.storeReferredClasses(HashMap<String,ClassRecord> aClasses, RecordTable<ClassRecord> aClassRecords, ClassPath aClassPath, ArrayList<String> aInterfaceMethods)
           
 void PrimitiveClassRecord.storeReferredClasses(HashMap<String,ClassRecord> aClasses, RecordTable<ClassRecord> aClassRecords, ClassPath aClassPath, ArrayList<String> aInterfaceMethods)
           
 

Uses of ArrayList in js.tools
 

Methods in js.tools that return ArrayList
static ArrayList<String> ListReader.loadStrings(File aFile)
           
 

Uses of ArrayList in lejos.pc.comm
 

Fields in lejos.pc.comm declared as ArrayList
protected  ArrayList<NXTCommLogListener> NXTCommLoggable.fLogListeners
           
 

Uses of ArrayList in lejos.robotics
 

Subclasses of ArrayList in lejos.robotics
 class RangeReadings
          Represents a set of range readings.
 

Uses of ArrayList in lejos.robotics.proposal
 

Subclasses of ArrayList in lejos.robotics.proposal
 class MapPathFinder
          PathFinder that takes a map and a dummy set of range readings.
 class SimplePathFinder
          Very simple path finder that assumes there is a direct route to the target
 

Fields in lejos.robotics.proposal declared as ArrayList
protected  ArrayList<MoveListener> DifferentialPilot.listeners
          the pilot listeners
 

Uses of ArrayList in org.apache.bcel.verifier.structurals
 

Methods in org.apache.bcel.verifier.structurals with parameters of type ArrayList
 boolean InstructionContext.execute(Frame inFrame, ArrayList executionPredecessors, InstConstraintVisitor icv, ExecutionVisitor ev)
          This method symbolically executes the Instruction held in the InstructionContext.
 Frame InstructionContext.getOutFrame(ArrayList executionPredecessors)
          This method returns the outgoing execution frame situation; therefore it has to be calculated by execute(Frame, ArrayList) first.