Package de.unirostock.sems.bives.ds.rdf
Class RDF
- java.lang.Object
-
- de.unirostock.sems.bives.ds.rdf.RDF
-
public class RDF extends Object
The Class RDF representing an RDF subtree.- Author:
- Martin Scharm
-
-
Constructor Summary
Constructors Constructor Description RDF(de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new RDF object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RDFDescription>
getDescriptions()
Gets the descriptions.de.unirostock.sems.xmlutils.ds.DocumentNode
getNode()
Gets the node.
-
-
-
Method Detail
-
getNode
public de.unirostock.sems.xmlutils.ds.DocumentNode getNode()
Gets the node.- Returns:
- the node rooting the RDF block
-
getDescriptions
public List<RDFDescription> getDescriptions()
Gets the descriptions.- Returns:
- the descriptions
-
-