SysML

Uses of Interface
org.topcased.sysml.Unit

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

Methods in org.topcased.modeler.sysml.blockdefinitiondiagram that return Unit
protected  Unit BlockDefCreationUtils.createModelObjectUnit(Unit element)
           
 

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

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

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

Uses of Unit in org.topcased.sysml
 

Methods in org.topcased.sysml that return Unit
 Unit SysMLFactory.createUnit()
          Returns a new object of class 'Unit'
 Unit ValueType.getUnit()
          Returns the value of the ' < ?
 

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

Uses of Unit in org.topcased.sysml.impl
 

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

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

Methods in org.topcased.sysml.impl that return Unit
 Unit ValueTypeImpl.basicGetUnit()
           
 Unit SysMLFactoryImpl.createUnit()
           
 Unit ValueTypeImpl.getUnit()
           
 

Methods in org.topcased.sysml.impl with parameters of type Unit
 void ValueTypeImpl.setUnit(Unit newUnit)
           
 

Uses of Unit in org.topcased.sysml.tests
 

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

Uses of Unit in org.topcased.sysml.util
 

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


SysML

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