|
String | getActualString (final String predicate, final HashMap< Integer, Object > parametersMap) throws IllegalTermException |
|
String | getId (final String action) |
|
String[] | getParam (final String action) |
|
|
Class<?> | getClass (final String predicate) |
|
Object | getObject (final String atom) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, InstantiationException |
|
String | getString (final Object obj) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, ObjectNotValidException, IllegalAnnotationException, IllegalTermException |
|
String | registerClass (final Class<?> cl) throws ObjectNotValidException, IllegalAnnotationException |
|
void | unregisterClass (final Class<?> cl) throws IllegalAnnotationException |
|
final Map< String, Class<?> > | predicateClass = new HashMap<>() |
|
final Map< Class<?>, Map< String, Method > > | classSetterMethod = new HashMap<>() |
|
Definition at line 8 of file PDDLMapper.java.
◆ getId()
String it.unical.mat.embasp.languages.pddl.PDDLMapper.getId |
( |
final String |
atom | ) |
|
|
inlineprotected |
◆ getParam()
String [] it.unical.mat.embasp.languages.pddl.PDDLMapper.getParam |
( |
final String |
atom | ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file:
- EmbASP-Java/app/src/main/java/it/unical/mat/embasp/languages/pddl/PDDLMapper.java