org.tm4j.panckoucke.impl.abstraction.util .SectionNode
Description
A wrapper around an AMNode that represents a Section. This wrapper allows access to the underlying data in form of more readable semantics. This should facilitate the development of code using the Section-Pattern
Inheritance Hierarchy
- java.lang.Object
- SectionNode
| Method Summary | |
|---|---|
| java.util.List | getMatrices() |
| MatrixNode | getMatrixNode() |
| org.tm4j.panckoucke.model.AMNode |
getNode()
return the AMNode that represents this Section
|
Related Topics
Imports
Is Contained By
