| java.lang.Object com.hp.hpl.jena.regression.HyperCube
HyperCube | class HyperCube extends java.lang.Object (Code) | | A theoretical graph for testing purposes.
All nodes are anonymous resources. All edges are labelled
rdf:value.
The basic HyperCube consists of the nodes being the
corners of a hypercube (e.g. in 3D a cube)
with the statements being the edges of the cube, in both
directions. The labels are not present in the model.
This basic graph is then extended, for test purposes
by duplicating a node. Or by adding/deleting an edge between
two nodes.
author: jjc version: Release='$Name: $' Revision='$Revision: 1.7 $' Date='$Date: 2008/01/02 12:07:04 $' |
HyperCube | public HyperCube(int dimension, Model m)(Code) | | Creates new DiHyperCube
|
bitCount | static int bitCount(int i)(Code) | | |
equal | static boolean equal(int a1, int a2, int b1, int b2)(Code) | | |
|
|