SysML

Uses of Interface
org.topcased.sysml.Trace

Packages that use Trace
org.topcased.modeler.sysml.requirementdiagram   
org.topcased.modeler.sysml.util   
org.topcased.sysml   
org.topcased.sysml.impl   
org.topcased.sysml.tests   
org.topcased.sysml.util   
 

Uses of Trace in org.topcased.modeler.sysml.requirementdiagram
 

Methods in org.topcased.modeler.sysml.requirementdiagram that return Trace
protected  Trace RequirementCreationUtils.createModelObjectTrace(Trace element)
           
 

Methods in org.topcased.modeler.sysml.requirementdiagram with parameters of type Trace
protected  GraphElement RequirementCreationUtils.createGraphElementTrace(Trace element, java.lang.String presentation)
           
protected  Trace RequirementCreationUtils.createModelObjectTrace(Trace element)
           
 

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

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

Uses of Trace in org.topcased.sysml
 

Subinterfaces of Trace in org.topcased.sysml
 interface Copy
          A representation of the model object ' < ?
 interface DeriveReqt
          A representation of the model object ' < ?
 interface Refine
          A representation of the model object ' < ?
 interface Verify
          A representation of the model object ' < ?
 

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

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

Uses of Trace in org.topcased.sysml.impl
 

Classes in org.topcased.sysml.impl that implement Trace
 class CopyImpl
          An implementation of the model object ' < ?
 class DeriveReqtImpl
          An implementation of the model object ' < ?
 class RefineImpl
          An implementation of the model object ' < ?
 class TraceImpl
          An implementation of the model object ' < ?
 class VerifyImpl
          An implementation of the model object ' < ?
 

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

Methods in org.topcased.sysml.impl that return Trace
 Trace SysMLFactoryImpl.createTrace()
           
 

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

Uses of Trace in org.topcased.sysml.tests
 

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

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

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

Uses of Trace in org.topcased.sysml.util
 

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


SysML

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