Package org.apache.stanbol.rules.manager.atoms

Examples of org.apache.stanbol.rules.manager.atoms.StringVariableAtom


  final public StringVariableAtom stringVariable() throws ParseException {
  Token t; String var;
    t = jj_consume_token(VARIABLE);
          var=t.image; var=kb.getPrefixURI("var") + var.substring(1);
                                                                                                                try{
                                                                                                                        {if (true) return new StringVariableAtom(new URI(var), false);}
                                                                                                                } catch (URISyntaxException e) {
                                                                                                                        e.printStackTrace();
                                                                                                                        {if (true) return null;}
                                                                                                                }
    throw new Error("Missing return statement in function");
View Full Code Here

TOP

Related Classes of org.apache.stanbol.rules.manager.atoms.StringVariableAtom

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.