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

Method Summary
 NexusM createChildNexus(NexusM parentNexus, java.lang.String atPath)
           
 NexusM createNexus(java.lang.String path)
           
 void deleteNexus(Nexus nexus)
           
 NexusM getNexusM(Nexus nexus)
           
 void moveNexus(Nexus nexus, NexusM toParent)
           
 void updateNexus(NexusM nexus)
           
 
Methods inherited from interface edu.mit.stellar.api.structure.NexusFactory
getNexusByPath, getNexusByUUID, nexusExistsAtPath, nexusExistsWithUUID
 

Method Detail

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.