All Packages Class Hierarchy This Package Previous Next Index
Class aioli.vtp.FManager
java.lang.Object
|
+----aioli.vtp.FManager
- public class FManager
- extends Object
Implements a formalism manager
-
FManager()
-
-
addFormalism(Formalism)
- Adds a formalism to the database
-
getFormalism(String)
- Gives the formalism of a given name when
the formalism does not exist returns null
-
getFormalisms()
- Returns an array with the name of all available formalisms.
-
main(String[])
-
FManager
public FManager()
getFormalism
public static Formalism getFormalism(String name)
- Gives the formalism of a given name when
the formalism does not exist returns null
- Parameters:
- name - the name of the formalism
- Returns:
- the formalism
getFormalisms
public static String[] getFormalisms()
- Returns an array with the name of all available formalisms.
- Returns:
- s an array of String.
addFormalism
public static void addFormalism(Formalism fm)
- Adds a formalism to the database
- Parameters:
- fm - is the formalism that is added
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index