- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/SelectionAction/Atoms/NotAtomByIdAction.def
rb7ff03 r6ba9ba 9 9 class atom; 10 10 11 #include "Parameters/Validators/Specific/AtomIdValidator.hpp" 12 11 13 // i.e. there is an integer with variable name Z that can be found in 12 14 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 13 // "undefine" if no parameters are required, use (NO DEFAULT) for each (undefined) default value15 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 14 16 #define paramtypes (atomId_t) 15 17 #define paramtokens ("unselect-atom-by-id") … … 17 19 #undef paramdefaults 18 20 #define paramreferences (WalkerId) 21 #define paramvalids \ 22 (AtomIdValidator()) 19 23 20 24 #undef statetypes
Note:
See TracChangeset
for help on using the changeset viewer.