SysML

Uses of Interface
org.topcased.sysml.BlockProperty

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

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

Methods in org.topcased.modeler.sysml.blockdefinitiondiagram that return BlockProperty
protected  BlockProperty BlockDefCreationUtils.createModelObjectBlockProperty(BlockProperty element)
           
 

Methods in org.topcased.modeler.sysml.blockdefinitiondiagram with parameters of type BlockProperty
protected  GraphElement BlockDefCreationUtils.createGraphElementBlockProperty(BlockProperty element, java.lang.String presentation)
           
protected  BlockProperty BlockDefCreationUtils.createModelObjectBlockProperty(BlockProperty element)
           
 

Uses of BlockProperty in org.topcased.modeler.sysml.internalblockdiagram
 

Methods in org.topcased.modeler.sysml.internalblockdiagram that return BlockProperty
protected  BlockProperty InternalBlockCreationUtils.createModelObjectBlockProperty(BlockProperty element)
           
 

Methods in org.topcased.modeler.sysml.internalblockdiagram with parameters of type BlockProperty
protected  GraphElement InternalBlockCreationUtils.createGraphElementBlockProperty(BlockProperty element, java.lang.String presentation)
           
protected  BlockProperty InternalBlockCreationUtils.createModelObjectBlockProperty(BlockProperty element)
           
 

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

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

Uses of BlockProperty in org.topcased.sysml
 

Subinterfaces of BlockProperty in org.topcased.sysml
 interface ConstraintProperty
          A representation of the model object ' < ?
 interface DistributedProperty
          A representation of the model object ' < ?
 

Methods in org.topcased.sysml that return BlockProperty
 BlockProperty SysMLFactory.createBlockProperty()
          Returns a new object of class 'Block Property'.
 BlockProperty ItemFlow.getItemProperty()
          Returns the value of the 'Item Property' reference
 

Methods in org.topcased.sysml with parameters of type BlockProperty
 void ItemFlow.setItemProperty(BlockProperty value)
          Sets the value of the 'Item Property' reference
 

Uses of BlockProperty in org.topcased.sysml.impl
 

Classes in org.topcased.sysml.impl that implement BlockProperty
 class BlockPropertyImpl
          An implementation of the model object ' < ?
 class ConstraintPropertyImpl
          An implementation of the model object ' < ?
 class DistributedPropertyImpl
          An implementation of the model object ' < ?
 

Fields in org.topcased.sysml.impl declared as BlockProperty
protected  BlockProperty ItemFlowImpl.itemProperty
          The cached value of the 'Item Property' reference
 

Methods in org.topcased.sysml.impl that return BlockProperty
 BlockProperty ItemFlowImpl.basicGetItemProperty()
           
 BlockProperty SysMLFactoryImpl.createBlockProperty()
           
 BlockProperty ItemFlowImpl.getItemProperty()
           
 

Methods in org.topcased.sysml.impl with parameters of type BlockProperty
static void BlockPropertyOperations.setIsNavigable(BlockProperty property, boolean navigable)
           
 void ItemFlowImpl.setItemProperty(BlockProperty newItemProperty)
           
 

Uses of BlockProperty in org.topcased.sysml.tests
 

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

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

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

Uses of BlockProperty in org.topcased.sysml.util
 

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


SysML

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