edu.mit.stellar.api.structure
Interface NexusManager
- All Superinterfaces:
- NexusFactory
public interface NexusManager
- extends NexusFactory
NexusManager
- Version:
- $Revision: 29988 $, $Date: 2008-02-09 22:10:42 -0500 (Sat, 09 Feb 2008) $
- Author:
- MIT Stellar team
createNexus
NexusM createNexus(java.lang.String path)
createChildNexus
NexusM createChildNexus(NexusM parentNexus,
java.lang.String atPath)
getNexusM
NexusM getNexusM(Nexus nexus)
updateNexus
void updateNexus(NexusM nexus)
deleteNexus
void deleteNexus(Nexus nexus)
moveNexus
void moveNexus(Nexus nexus,
NexusM toParent)
Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.