net.fortytwo.ripple.libs.graph
Class GraphLibrary

java.lang.Object
  extended by net.fortytwo.ripple.model.Library
      extended by net.fortytwo.ripple.libs.graph.GraphLibrary
Direct Known Subclasses:
ReadOnlyGraphLibrary

public class GraphLibrary
extends Library

A collection of primitives for manipulating data types and RDF graphs.


Field Summary
static String NS_2007_05
           
static String NS_2007_08
           
static String NS_2008_08
           
static String NS_2010_08
           
static String NS_2011_08
           
 
Constructor Summary
GraphLibrary()
           
 
Method Summary
 void load(LibraryLoader.Context context)
           
protected  void load(LibraryLoader.Context context, boolean includePrimitivesWithSideEffects)
           
 
Methods inherited from class net.fortytwo.ripple.model.Library
registerPrimitive, registerPrimitives
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_2011_08

public static final String NS_2011_08
See Also:
Constant Field Values

NS_2010_08

public static final String NS_2010_08
See Also:
Constant Field Values

NS_2008_08

public static final String NS_2008_08
See Also:
Constant Field Values

NS_2007_08

public static final String NS_2007_08
See Also:
Constant Field Values

NS_2007_05

public static final String NS_2007_05
See Also:
Constant Field Values
Constructor Detail

GraphLibrary

public GraphLibrary()
Method Detail

load

public void load(LibraryLoader.Context context)
          throws RippleException
Specified by:
load in class Library
Throws:
RippleException

load

protected void load(LibraryLoader.Context context,
                    boolean includePrimitivesWithSideEffects)
             throws RippleException
Throws:
RippleException


Copyright © 2007-2011 fortytwo.net. All Rights Reserved.