de.fuberlin.wiwiss.semmf.taxon
Class Concept

java.lang.Object
  extended by de.fuberlin.wiwiss.semmf.taxon.Concept
Direct Known Subclasses:
BottomConcept, SuperConcept

public class Concept
extends java.lang.Object

A class representing a concept from a concept hierarchy. Each concept is an URI-denoted RDF-Node from an underlying taxonomy.

Version:
1.3 last modified 29.11.2006
Author:
Radoslaw Oldakowski

Field Summary
 char type
          Concept's type (super or bottom).
private  java.lang.String URI
          URI of the concept
 
Constructor Summary
Concept(java.lang.String URI)
          Constructor.
 
Method Summary
 java.lang.String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public char type
Concept's type (super or bottom).


URI

private java.lang.String URI
URI of the concept

Constructor Detail

Concept

public Concept(java.lang.String URI)
Constructor.

Parameters:
URI - the URI which identifies the concept
Method Detail

getURI

public java.lang.String getURI()
Returns:
URI of this concept