Class DefaultLogicalAreaTree

    • Constructor Detail

      • DefaultLogicalAreaTree

        public DefaultLogicalAreaTree​(org.eclipse.rdf4j.model.IRI parentIRI)
      • DefaultLogicalAreaTree

        public DefaultLogicalAreaTree​(org.eclipse.rdf4j.model.IRI parentIRI,
                                      org.eclipse.rdf4j.model.IRI areaTreeIri)
    • Method Detail

      • getArtifactType

        public org.eclipse.rdf4j.model.IRI getArtifactType()
        Description copied from interface: Artifact
        Gets the artifact type.
        Specified by:
        getArtifactType in interface Artifact
        Returns:
        the IRI of the artifact type.
      • getAreaTreeIri

        public org.eclipse.rdf4j.model.IRI getAreaTreeIri()
        Description copied from interface: LogicalAreaTree
        Gets the IRI of the corresponding area tree.
        Specified by:
        getAreaTreeIri in interface LogicalAreaTree
        Returns:
        the area tree IRI
      • setAreaTreeIri

        public void setAreaTreeIri​(org.eclipse.rdf4j.model.IRI areaTreeIri)
      • getRoot

        public LogicalArea getRoot()
        Description copied from interface: LogicalAreaTree
        Obtains the root node of the logical area tree.
        Specified by:
        getRoot in interface LogicalAreaTree
        Returns:
        the root node of the tree of logical areas