org.aksw.commons.util.strings
Class BifContains

java.lang.Object
  extended by 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

Constructor Summary
BifContains(String search)
           
 
Method Summary
 boolean isSingle()
           
 String makeWithAnd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BifContains

public BifContains(String search)
Method Detail

isSingle

public boolean isSingle()
Returns:
true if no white space

makeWithAnd

public String makeWithAnd()


Copyright © 2012. All Rights Reserved.