de.fuberlin.wiwiss.pubby
Class ResourceDescription.ResourceProperty

java.lang.Object
  extended by de.fuberlin.wiwiss.pubby.ResourceDescription.ResourceProperty
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
ResourceDescription

public class ResourceDescription.ResourceProperty
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
ResourceDescription.ResourceProperty(com.hp.hpl.jena.rdf.model.Property predicate, boolean isInverse, java.util.List values, int blankNodeCount)
           
 
Method Summary
 int compareTo(java.lang.Object other)
           
 int getBlankNodeCount()
           
 java.lang.String getLocalName()
           
 java.lang.String getPathPageURL()
           
 java.lang.String getPrefix()
           
 java.lang.String getURI()
           
 java.util.List getValues()
           
 boolean hasPrefix()
           
 boolean isInverse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDescription.ResourceProperty

public ResourceDescription.ResourceProperty(com.hp.hpl.jena.rdf.model.Property predicate,
                                            boolean isInverse,
                                            java.util.List values,
                                            int blankNodeCount)
Method Detail

isInverse

public boolean isInverse()

getURI

public java.lang.String getURI()

hasPrefix

public boolean hasPrefix()

getPrefix

public java.lang.String getPrefix()

getLocalName

public java.lang.String getLocalName()

getValues

public java.util.List getValues()

getBlankNodeCount

public int getBlankNodeCount()

getPathPageURL

public java.lang.String getPathPageURL()

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable