SysML

Uses of Interface
org.topcased.sysml.Satisfy

Packages that use Satisfy
org.topcased.modeler.sysml.requirementdiagram   
org.topcased.modeler.sysml.util   
org.topcased.sysml   
org.topcased.sysml.impl   
org.topcased.sysml.tests   
org.topcased.sysml.tools.operations   
org.topcased.sysml.util   
 

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

Methods in org.topcased.modeler.sysml.requirementdiagram that return Satisfy
protected  Satisfy RequirementCreationUtils.createModelObjectSatisfy(Satisfy element)
           
 

Methods in org.topcased.modeler.sysml.requirementdiagram with parameters of type Satisfy
protected  GraphElement RequirementCreationUtils.createGraphElementSatisfy(Satisfy element, java.lang.String presentation)
           
protected  Satisfy RequirementCreationUtils.createModelObjectSatisfy(Satisfy element)
           
 

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

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

Uses of Satisfy in org.topcased.sysml
 

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

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

Uses of Satisfy in org.topcased.sysml.impl
 

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

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

Methods in org.topcased.sysml.impl that return Satisfy
 Satisfy SysMLFactoryImpl.createSatisfy()
           
 

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

Uses of Satisfy in org.topcased.sysml.tests
 

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

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

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

Uses of Satisfy in org.topcased.sysml.tools.operations
 

Methods in org.topcased.sysml.tools.operations that return Satisfy
static Satisfy DesignElementsCoverOperations.addCoveringDesignElement(Requirement requirement, org.eclipse.uml2.uml.NamedElement designElement)
          Add a design element to the design elements satisfying a requirement (i.e add a satisfy link between the design element and the requirement)
 

Uses of Satisfy in org.topcased.sysml.util
 

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


SysML

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