Package com.sodius.mdw.server.structure
Class Structure
- java.lang.Object
-
- com.sodius.mdw.server.structure.Structure
-
- All Implemented Interfaces:
Disposable
- Direct Known Subclasses:
FilteredStructure
public abstract class Structure extends Object implements Disposable
A structure view of a model, as provided byAbstractStructureProvider
.Clients may subclass this class.
- See Also:
AbstractStructureProvider
-
-
Constructor Summary
Constructors Constructor Description Structure()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<Node>
getChildren(String parentId)
Returns the list of child nodes of the specified parent.abstract List<Node>
getRoots()
Returns the list of root nodes of the structure.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sodius.mdw.server.utils.Disposable
dispose
-
-