org.nodal.model
Interface MapNode
- All Superinterfaces:
- Content, MapContent, Node, NodeContent, TxnMonitorable
- All Known Subinterfaces:
- MapNode.Editor
- All Known Implementing Classes:
- BareMap, MapFilter
- public interface MapNode
- extends MapContent, NodeContent
A NodeContent
object that is known to have MapContent
.
A NodeContent object that has type MapType
can always be cast to Map.
- Author:
- Lee Iverson
- See Also:
MapType
Nested Class Summary |
static interface |
MapNode.Editor
Basic interface for modifying Nodes of type MapType . |
Methods inherited from interface org.nodal.model.Node |
asAnchor, asMapNode, asRecordNode, asSequenceNode, bareNode, capability, content, edit, editRecord, editSequence, history, id, path, repository, type |
editMap
public MapNode.Editor editMap()
- Directly access MapEditor.
- Specified by:
editMap
in interface Node