Uses of Class
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection.SearchLogic
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection |
-
Uses of SearchLogic in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection that return SearchLogic Modifier and Type Method Description SearchLogicSearchOption. getSearchLogic()static SearchLogicSearchLogic. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchLogic[]SearchLogic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection with parameters of type SearchLogic Modifier and Type Method Description voidSearchOption. setSearchLogic(SearchLogic searchLogic)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.invert_selection with parameters of type SearchLogic Constructor Description SearchOption(LogicConnection logicalConnection, NodeOrEdge searchNodeOrEdge, String searchAttributePath, String searchAttributeName, String searchAttributeString, int searchAttributeInteger, double searchAttributeDouble, boolean searchAttributeBoolean, SearchType searchType, SearchLogic searchLogic, SearchOperation searchOperation)