SysML

Uses of Interface
org.topcased.sysml.ValueType

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

Methods in org.topcased.modeler.sysml.blockdefinitiondiagram that return ValueType
protected  ValueType BlockDefCreationUtils.createModelObjectValueType(ValueType element)
           
 

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

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

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

Uses of ValueType in org.topcased.sysml
 

Subinterfaces of ValueType in org.topcased.sysml
 interface Dimension
          A representation of the model object ' < ?
 interface Unit
          A representation of the model object ' < ?
 

Methods in org.topcased.sysml that return ValueType
 ValueType SysMLFactory.createValueType()
          Returns a new object of class 'Value Type'.
 

Uses of ValueType in org.topcased.sysml.impl
 

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

Methods in org.topcased.sysml.impl that return ValueType
 ValueType SysMLFactoryImpl.createValueType()
           
 

Uses of ValueType in org.topcased.sysml.tests
 

Fields in org.topcased.sysml.tests declared as ValueType
protected  ValueType ValueTypeTest.fixture
          The fixture for this Value Type test case
 

Methods in org.topcased.sysml.tests that return ValueType
protected  ValueType ValueTypeTest.getFixture()
          Returns the fixture for this Value Type test case
 

Methods in org.topcased.sysml.tests with parameters of type ValueType
protected  void ValueTypeTest.setFixture(ValueType fixture)
          Sets the fixture for this Value Type test case
 

Uses of ValueType in org.topcased.sysml.util
 

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


SysML

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