SysML

Uses of Interface
org.topcased.sysml.Block

Packages that use Block
org.topcased.modeler.sysml.blockdefinitiondiagram   
org.topcased.modeler.sysml.util   
org.topcased.sysml   
org.topcased.sysml.impl   
org.topcased.sysml.tests   
org.topcased.sysml.util   
 

Uses of Block in org.topcased.modeler.sysml.blockdefinitiondiagram
 

Methods in org.topcased.modeler.sysml.blockdefinitiondiagram that return Block
protected  Block BlockDefCreationUtils.createModelObjectBlock(Block element)
           
 

Methods in org.topcased.modeler.sysml.blockdefinitiondiagram with parameters of type Block
protected  GraphElement BlockDefCreationUtils.createGraphElementBlock(Block element, java.lang.String presentation)
           
protected  Block BlockDefCreationUtils.createModelObjectBlock(Block element)
           
 

Uses of Block in org.topcased.modeler.sysml.util
 

Methods in org.topcased.modeler.sysml.util with parameters of type Block
 java.lang.Object ExactSysMLSwitch.caseBlock(Block object)
          Returns the result of interpretting the object as an exact instance of 'Block'
 

Uses of Block in org.topcased.sysml
 

Subinterfaces of Block in org.topcased.sysml
 interface ConstraintBlock
          A representation of the model object ' < ?
 

Methods in org.topcased.sysml that return Block
 Block SysMLFactory.createBlock()
          Returns a new object of class 'Block'
 

Methods in org.topcased.sysml that return types with arguments of type Block
 EList<Block> PackageSYSML.getOwnedBlocks()
          Returns the value of the 'Owned Blocks' containment reference list.
 

Uses of Block in org.topcased.sysml.impl
 

Classes in org.topcased.sysml.impl that implement Block
 class BlockImpl
          An implementation of the model object ' < ?
 class ConstraintBlockImpl
          An implementation of the model object ' < ?
 

Fields in org.topcased.sysml.impl with type parameters of type Block
protected  EList<Block> PackageSYSMLImpl.ownedBlocks
          The cached value of the 'Owned Blocks' containment reference list
 

Methods in org.topcased.sysml.impl that return Block
 Block SysMLFactoryImpl.createBlock()
           
 

Methods in org.topcased.sysml.impl that return types with arguments of type Block
 EList<Block> PackageSYSMLImpl.getOwnedBlocks()
           
 

Uses of Block in org.topcased.sysml.tests
 

Fields in org.topcased.sysml.tests declared as Block
protected  Block BlockTest.fixture
          The fixture for this Block test case
 

Methods in org.topcased.sysml.tests that return Block
protected  Block BlockTest.getFixture()
          Returns the fixture for this Block test case
 

Methods in org.topcased.sysml.tests with parameters of type Block
protected  void BlockTest.setFixture(Block fixture)
          Sets the fixture for this Block test case
 

Uses of Block in org.topcased.sysml.util
 

Methods in org.topcased.sysml.util with parameters of type Block
 T SysMLSwitch.caseBlock(Block object)
          Returns the result of interpretting the object as an instance of 'Block'
 


SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.