Package cz.vutbr.fit.layout.model
Interface LogicalAreaTree
-
- All Superinterfaces:
Artifact
- All Known Implementing Classes:
DefaultLogicalAreaTree
public interface LogicalAreaTree extends Artifact
A tree of logical areas.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.rdf4j.model.IRI
getAreaTreeIri()
Gets the IRI of the corresponding area tree.LogicalArea
getRoot()
Obtains the root node of the logical area tree.-
Methods inherited from interface cz.vutbr.fit.layout.model.Artifact
getArtifactType, getCreatedOn, getCreator, getCreatorParams, getIri, getLabel, getMetadata, getParentIri, setIri
-
-
-
-
Method Detail
-
getAreaTreeIri
org.eclipse.rdf4j.model.IRI getAreaTreeIri()
Gets the IRI of the corresponding area tree.- Returns:
- the area tree IRI
-
getRoot
LogicalArea getRoot()
Obtains the root node of the logical area tree.- Returns:
- the root node of the tree of logical areas
-
-