|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fuberlin.wiwiss.semmf.taxon.Concept
public class Concept
A class representing a concept from a concept hierarchy. Each concept is an URI-denoted RDF-Node from an underlying taxonomy.
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 |
---|
public char type
private java.lang.String URI
Constructor Detail |
---|
public Concept(java.lang.String URI)
URI
- the URI which identifies the conceptMethod Detail |
---|
public java.lang.String getURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |