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

Packages that use BorderList
fhm.edu.fem.calc Provides all classes executing the main calculations along with the main FEMManager class. 
fhm.edu.fem.util.io Provides all I/O operations like loading and saving files. 
 

Uses of BorderList in fhm.edu.fem.calc
 

Fields in fhm.edu.fem.calc declared as BorderList
protected  BorderList FEMManager.borderList
           
 

Methods in fhm.edu.fem.calc that return BorderList
 BorderList FEMManager.getBorderList()
           
 

Methods in fhm.edu.fem.calc with parameters of type BorderList
 void FEMManager.setBorderList(BorderList borderList)
           
 

Uses of BorderList in fhm.edu.fem.util.io
 

Fields in fhm.edu.fem.util.io declared as BorderList
protected  BorderList FEMINLoader.borderList
           
 

Methods in fhm.edu.fem.util.io that return BorderList
 BorderList FEMINLoader.getBorders()
          Retrieve all borders
 

Methods in fhm.edu.fem.util.io with parameters of type BorderList
protected  boolean FEMINSaver.writeBorders(java.io.StringWriter writer, BorderList borderList)
          Write the Borders to the file