Ejemplo n.º 1
0
 protected static String getString(Statement s) {
   return AssemblerHelp.getString(s);
 }
Ejemplo n.º 2
0
 protected static String getUniqueString(Resource root, Property property) {
   Statement s = getUniqueStatement(root, property);
   return s == null ? null : AssemblerHelp.getString(s);
 }
Ejemplo n.º 3
0
 protected static Resource getResource(Statement s) {
   return AssemblerHelp.getResource(s);
 }