Uses of Class
edu.nrao.sss.model.project.ExecutionBlock

Packages that use ExecutionBlock
edu.nrao.sss.model.project Project object model. 
 

Uses of ExecutionBlock in edu.nrao.sss.model.project
 

Methods in edu.nrao.sss.model.project that return ExecutionBlock
 ExecutionBlock ExecutionBlock.clone()
          Returns a copy of this execution block.
static ExecutionBlock ExecutionBlock.fromXml(Reader reader)
          Creates a new execution block based on the XML data read from reader.
static ExecutionBlock ExecutionBlock.fromXml(String xmlFile)
          Creates a new execution block from the XML data in the given file.
 ExecutionBlock ProjectBuilder.makeExecutionBlock()
           
 

Methods in edu.nrao.sss.model.project that return types with arguments of type ExecutionBlock
 List<ExecutionBlock> ExecutionBlockProvider.getAllExecBlocks()
          Returns a list of all execution blocks held by this provider.
 List<ExecutionBlock> SchedulingBlock.getExecutionBlocks()
          Returns a complete collection of this scheduling block's execution blocks.
 



Copyright © 2009. All Rights Reserved.