public interface AbstractNode extends Element
Each aggregate in a Folder is called a node.
A node corresponds to a Logical View managed by a Business Component.
There are two types of nodes:
- The root node, only one per Folder, is the parent of all the depending nodes. This aggregate does not depend on any other aggregate.
- The childs node; these nodes are categorized as follow:
- The depending node, which is linked to a root node or a depending node by a hierarchical relationship.
- The reference node, which is linked to a root node or a depending node by a referencing relationship.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
LogicalView |
getLogicalView() |
java.lang.String |
getNodeCode() |
Server |
getServer() |
static final java.lang.String copyright
LogicalView getLogicalView()
Logical View managed in the Folder
java.lang.String getNodeCode()
Code of the node in the Folder
Server getServer()
Business Component (Server) managing the Logical View