Uses of Interface
org.eclipse.mofscript.traceabilitymodel.Block

Packages that use Block
org.eclipse.mofscript.traceabilitymodel   
org.eclipse.mofscript.traceabilitymodel.impl   
org.eclipse.mofscript.traceabilitymodel.util   
 

Uses of Block in org.eclipse.mofscript.traceabilitymodel
 

Methods in org.eclipse.mofscript.traceabilitymodel that return Block
 Block TraceabilitymodelFactory.createBlock()
          Returns a new object of class 'Block'
 

Methods in org.eclipse.mofscript.traceabilitymodel that return types with arguments of type Block
 org.eclipse.emf.common.util.EList<Block> File.getBlocks()
          Returns the value of the 'Blocks' containment reference list.
 

Uses of Block in org.eclipse.mofscript.traceabilitymodel.impl
 

Classes in org.eclipse.mofscript.traceabilitymodel.impl that implement Block
 class BlockImpl
          An implementation of the model object 'Block'
 

Fields in org.eclipse.mofscript.traceabilitymodel.impl with type parameters of type Block
protected  org.eclipse.emf.common.util.EList<Block> FileImpl.blocks
          The cached value of the 'Blocks' containment reference list
 

Methods in org.eclipse.mofscript.traceabilitymodel.impl that return Block
 Block TraceabilitymodelFactoryImpl.createBlock()
           
 

Methods in org.eclipse.mofscript.traceabilitymodel.impl that return types with arguments of type Block
 org.eclipse.emf.common.util.EList<Block> FileImpl.getBlocks()
           
 

Uses of Block in org.eclipse.mofscript.traceabilitymodel.util
 

Methods in org.eclipse.mofscript.traceabilitymodel.util with parameters of type Block
 T TraceabilitymodelSwitch.caseBlock(Block object)
          Returns the result of interpreting the object as an instance of 'Block'