Uses of Class
fhm.edu.fem.calc.objects.Force

Packages that use Force
fhm.edu.fem.calc.objects Provides all objects used in the calculations along with the static functions used for integral calculation. 
 

Uses of Force in fhm.edu.fem.calc.objects
 

Fields in fhm.edu.fem.calc.objects with type parameters of type Force
protected  java.util.ArrayList<Force> ForceList.forces
           
 

Methods in fhm.edu.fem.calc.objects that return Force
 Force ForceList.getForce(int forceIndex)
          Retrieve a force with the given index from the list
 

Methods in fhm.edu.fem.calc.objects that return types with arguments of type Force
 java.util.ArrayList<Force> ForceList.getList()
           
 

Methods in fhm.edu.fem.calc.objects with parameters of type Force
 boolean ForceList.contains(Force force)
          Search for a specific force
 void ForceList.setForce(Force force)
          Set a new force in the list.