|
| MinimalModel (final Set< String > atomList) |
|
Set< String > | getAtomsAsStringList () |
|
Set< Object > | getAtomsAsObjectSet () throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException |
|
A collection of data representing a generic Minimal MinimalModel.
- See also
- HashMap
-
List
◆ MinimalModel()
it.unical.mat.embasp.languages.datalog.MinimalModel.MinimalModel |
( |
final Set< String > |
atomList | ) |
|
|
inline |
◆ getAtomsAsObjectSet()
Set<Object> it.unical.mat.embasp.languages.datalog.MinimalModel.getAtomsAsObjectSet |
( |
| ) |
throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException |
|
inline |
◆ getAtomsAsStringList()
Set<String> it.unical.mat.embasp.languages.datalog.MinimalModel.getAtomsAsStringList |
( |
| ) |
|
|
inline |
Return the current atomStringCollection data
- Returns
- a set of String objects, each representing a different atom of the model
The documentation for this class was generated from the following file:
- embasp-java/app/src/main/java/it/unical/mat/embasp/languages/datalog/MinimalModel.java