org.aksw.commons.util.strings
Class BifContains
java.lang.Object
org.aksw.commons.util.strings.BifContains
public class BifContains
- extends Object
takes a user input search string and makes a string that can be piped into
Filter (bif:contains(?s,'HERE') )
and produce valid output.
currently not so much is implemented, because I needed only the simplest case
and
- Author:
- Sebastian Hellmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BifContains
public BifContains(String search)
isSingle
public boolean isSingle()
- Returns:
- true if no white space
makeWithAnd
public String makeWithAnd()
Copyright © 2012. All Rights Reserved.