Uses of Class
cz.vutbr.fit.layout.rdf.model.RDFArea
-
Packages that use RDFArea Package Description cz.vutbr.fit.layout.rdf.model -
-
Uses of RDFArea in cz.vutbr.fit.layout.rdf.model
Fields in cz.vutbr.fit.layout.rdf.model with type parameters of type RDFArea Modifier and Type Field Description protected Map<org.eclipse.rdf4j.model.IRI,RDFArea>
RDFAreaTree. areaIris
Methods in cz.vutbr.fit.layout.rdf.model that return RDFArea Modifier and Type Method Description RDFArea
RDFAreaTree. findAreaByIri(org.eclipse.rdf4j.model.IRI iri)
Methods in cz.vutbr.fit.layout.rdf.model that return types with arguments of type RDFArea Modifier and Type Method Description Map<org.eclipse.rdf4j.model.IRI,RDFArea>
RDFAreaTree. getAreaIris()
Method parameters in cz.vutbr.fit.layout.rdf.model with type arguments of type RDFArea Modifier and Type Method Description void
RDFAreaTree. setAreaIris(Map<org.eclipse.rdf4j.model.IRI,RDFArea> areaIris)
-