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

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

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

Fields in fhm.edu.fem.calc.objects declared as Border
protected  Border Condition.border
           
 

Fields in fhm.edu.fem.calc.objects with type parameters of type Border
protected  java.util.ArrayList<Border> BorderList.borders
           
 

Methods in fhm.edu.fem.calc.objects that return Border
 Border Condition.getBorder()
           
 Border BorderList.getBorder(int borderIndex)
          Retrieve a border with the given index from the list
 

Methods in fhm.edu.fem.calc.objects with parameters of type Border
 void BorderList.setBorder(Border border)
          Set a new border in the list.
 

Constructors in fhm.edu.fem.calc.objects with parameters of type Border
Condition(Border border, double value)
          Construct a new condition