Package cz.vutbr.fit.layout.rdf.model
Class RDFLogicalArea
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.DefaultTreeNode<LogicalArea>
-
- cz.vutbr.fit.layout.impl.DefaultLogicalArea
-
- cz.vutbr.fit.layout.rdf.model.RDFLogicalArea
-
- All Implemented Interfaces:
GenericTreeNode<LogicalArea>
,LogicalArea
,RDFResource
public class RDFLogicalArea extends DefaultLogicalArea implements RDFResource
- Author:
- burgetr
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.rdf4j.model.IRI
iri
-
Constructor Summary
Constructors Constructor Description RDFLogicalArea(org.eclipse.rdf4j.model.IRI iri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.model.IRI
getIri()
Obtains the URI of the resource in the RDF storage.void
setIri(org.eclipse.rdf4j.model.IRI uri)
-
Methods inherited from class cz.vutbr.fit.layout.impl.DefaultLogicalArea
addArea, findArea, getAreaCount, getAreas, getFirstArea, getMainTag, getText, setMainTag, setText, toString
-
Methods inherited from class cz.vutbr.fit.layout.impl.DefaultTreeNode
appendChild, appendChildren, getDepth, getChildAt, getChildCount, getChildren, getIndex, getLeafCount, getNextSibling, getParent, getPreviousSibling, getRoot, childrenChanged, insertChild, isLeaf, isRoot, removeAllChildren, removeChild, removeChild, setParent, setRoot
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.vutbr.fit.layout.model.GenericTreeNode
appendChild, appendChildren, getDepth, getChildAt, getChildCount, getChildren, getIndex, getLeafCount, getNextSibling, getParent, getPreviousSibling, getRoot, childrenChanged, insertChild, isLeaf, isRoot, removeAllChildren, removeChild, removeChild, setParent, setRoot
-
-
-
-
Method Detail
-
getIri
public org.eclipse.rdf4j.model.IRI getIri()
Description copied from interface:RDFResource
Obtains the URI of the resource in the RDF storage.- Specified by:
getIri
in interfaceRDFResource
- Returns:
- the resource URI
-
setIri
public void setIri(org.eclipse.rdf4j.model.IRI uri)
-
-