EmbASP-Java
|
Public Member Functions | |
AnswerSet (final List< String > output) | |
AnswerSet (final List< String > value, final Map< Integer, Integer > weightMap) | |
List< String > | getAnswerSet () |
List< String > | getValue () |
Set< Object > | getAtoms () throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException |
Map< Integer, Integer > | getLevelWeight () |
Map< Integer, Integer > | getWeights () |
String | toString () |
A collection of data representing a generic Answer Set
Definition at line 18 of file AnswerSet.java.
|
inline |
Return the current value data
Definition at line 42 of file AnswerSet.java.
|
inline |
Return atoms stored in atoms
Definition at line 55 of file AnswerSet.java.
|
inline |
Definition at line 78 of file AnswerSet.java.