freemind.modes

Interface MindMapLinkRegistry.ID_UsedState

All Superinterfaces:
MindMapLinkRegistry.ID_BasicState
Known Subinterfaces:
MindMapLinkRegistry.ID_Registered

public static interface MindMapLinkRegistry.ID_UsedState
extends MindMapLinkRegistry.ID_BasicState

This state interface expresses the state that a node has an ID, but is abstract.

Method Summary

MindMapNode
getTarget()

Methods inherited from interface freemind.modes.MindMapLinkRegistry.ID_BasicState

getID, toString

Method Details

getTarget

public MindMapNode getTarget()