Cytoscape 2.7.0 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.command
Interface CyCommandNamespace


public interface CyCommandNamespace

A CyCommandNamespace represents a reservation for a group of CyCommands. A namespace reservation must be secured before a client can register commands to be executed.


Method Summary
 String getNamespaceName()
          Return the string name that is held by this namespace.
 

Method Detail

getNamespaceName

String getNamespaceName()
Return the string name that is held by this namespace.

Returns:
the name reserved by this namespace.

www.cytoscape.org