SysML

Uses of Interface
org.topcased.sysml.Dimension

Packages that use Dimension
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 Dimension in org.topcased.modeler.sysml.blockdefinitiondiagram
 

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

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

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

Uses of Dimension in org.topcased.sysml
 

Methods in org.topcased.sysml that return Dimension
 Dimension SysMLFactory.createDimension()
          Returns a new object of class 'Dimension'.
 Dimension ValueType.getDimension()
          Returns the value of the 'Dimension' reference
 

Methods in org.topcased.sysml with parameters of type Dimension
 void ValueType.setDimension(Dimension value)
          Sets the value of the 'Dimension' reference
 

Uses of Dimension in org.topcased.sysml.impl
 

Classes in org.topcased.sysml.impl that implement Dimension
 class DimensionImpl
          An implementation of the model object ' < ?
 

Fields in org.topcased.sysml.impl declared as Dimension
protected  Dimension ValueTypeImpl.dimension
          The cached value of the 'Dimension' reference
 

Methods in org.topcased.sysml.impl that return Dimension
 Dimension ValueTypeImpl.basicGetDimension()
           
 Dimension SysMLFactoryImpl.createDimension()
           
 Dimension ValueTypeImpl.getDimension()
           
 

Methods in org.topcased.sysml.impl with parameters of type Dimension
 void ValueTypeImpl.setDimension(Dimension newDimension)
           
 

Uses of Dimension in org.topcased.sysml.tests
 

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

Uses of Dimension in org.topcased.sysml.util
 

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


SysML

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