SysML

Uses of Interface
org.topcased.sysml.RequirementDefinition

Packages that use RequirementDefinition
org.topcased.modeler.sysml.util   
org.topcased.sysml   
org.topcased.sysml.impl   
org.topcased.sysml.tests   
org.topcased.sysml.util   
 

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

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

Uses of RequirementDefinition in org.topcased.sysml
 

Methods in org.topcased.sysml that return RequirementDefinition
 RequirementDefinition SysMLFactory.createRequirementDefinition()
          Returns a new object of class 'Requirement Definition'.
 

Methods in org.topcased.sysml that return types with arguments of type RequirementDefinition
 EList<RequirementDefinition> PackageSYSML.getOwnedRequirementDefinition()
          Returns the value of the 'Owned Requirement Definition' containment reference list.
 

Uses of RequirementDefinition in org.topcased.sysml.impl
 

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

Fields in org.topcased.sysml.impl with type parameters of type RequirementDefinition
protected  EList<RequirementDefinition> PackageSYSMLImpl.ownedRequirementDefinition
          The cached value of the 'Owned Requirement Definition' containment reference list
 

Methods in org.topcased.sysml.impl that return RequirementDefinition
 RequirementDefinition SysMLFactoryImpl.createRequirementDefinition()
           
 

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

Uses of RequirementDefinition in org.topcased.sysml.tests
 

Methods in org.topcased.sysml.tests that return RequirementDefinition
protected  RequirementDefinition RequirementDefinitionTest.getFixture()
          Returns the fixture for this Requirement Definition test case.
 

Uses of RequirementDefinition in org.topcased.sysml.util
 

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


SysML

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