Author: bblfish
Date: Thu Jun 30 15:41:30 2011
New Revision: 1141579
URL: http://svn.apache.org/viewvc?rev=1141579&view=rev
Log:
CLEREZZA-510: Compromise solution: EzGraphNode extends RichGraphNode, so one
gets the best of both if one wants it without needing to do major surgery just
before a release. Ez is shorter to write, and it contains the Z of clerezza.
Modified:
incubator/clerezza/trunk/parent/rdf.scala.utils/src/main/scala/org/apache/clerezza/rdf/scala/utils/EzGraph.scala
Modified:
incubator/clerezza/trunk/parent/rdf.scala.utils/src/main/scala/org/apache/clerezza/rdf/scala/utils/EzGraph.scala
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.scala.utils/src/main/scala/org/apache/clerezza/rdf/scala/utils/EzGraph.scala?rev=1141579&r1=1141578&r2=1141579&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/rdf.scala.utils/src/main/scala/org/apache/clerezza/rdf/scala/utils/EzGraph.scala
(original)
+++
incubator/clerezza/trunk/parent/rdf.scala.utils/src/main/scala/org/apache/clerezza/rdf/scala/utils/EzGraph.scala
Thu Jun 30 15:41:30 2011
@@ -516,7 +516,7 @@ object EzGraphNode {
/**
* EzGraphNode. Create instances from an EzGraph object. Differnt notations
implementations can be used.
*/
-abstract class EzGraphNode(val ref: NonLiteral, val graph: TripleCollection)
extends GraphNode(ref, graph) {
+abstract class EzGraphNode(val ref: NonLiteral, val graph: TripleCollection)
extends RichGraphNode(ref, graph) {
// lazy val easyGraph = graph match {
// case eg: EzGraph => eg