Uses of Interface
org.sintef.mofscript.traceabilitymodel.ProtectedBlock

Packages that use ProtectedBlock
org.sintef.mofscript.traceabilitymodel   
org.sintef.mofscript.traceabilitymodel.impl   
org.sintef.mofscript.traceabilitymodel.util   
 

Uses of ProtectedBlock in org.sintef.mofscript.traceabilitymodel
 

Methods in org.sintef.mofscript.traceabilitymodel that return ProtectedBlock
 ProtectedBlock traceabilitymodelFactory.createProtectedBlock()
          Returns a new object of class 'Protected Block'
 ProtectedBlock TraceableSegment.getOwningBlock()
          Returns the value of the 'Owning Block' container reference.
 

Methods in org.sintef.mofscript.traceabilitymodel with parameters of type ProtectedBlock
 void TraceableSegment.setOwningBlock(ProtectedBlock value)
          Sets the value of the 'Owning Block' container reference
 

Uses of ProtectedBlock in org.sintef.mofscript.traceabilitymodel.impl
 

Classes in org.sintef.mofscript.traceabilitymodel.impl that implement ProtectedBlock
 class ProtectedBlockImpl
          An implementation of the model object 'Protected Block'
 

Methods in org.sintef.mofscript.traceabilitymodel.impl that return ProtectedBlock
 ProtectedBlock traceabilitymodelFactoryImpl.createProtectedBlock()
           
 ProtectedBlock TraceableSegmentImpl.getOwningBlock()
           
 

Methods in org.sintef.mofscript.traceabilitymodel.impl with parameters of type ProtectedBlock
 void TraceableSegmentImpl.setOwningBlock(ProtectedBlock newOwningBlock)
           
 

Uses of ProtectedBlock in org.sintef.mofscript.traceabilitymodel.util
 

Methods in org.sintef.mofscript.traceabilitymodel.util with parameters of type ProtectedBlock
 java.lang.Object traceabilitymodelSwitch.caseProtectedBlock(ProtectedBlock object)
          Returns the result of interpretting the object as an instance of 'Protected Block'