SysML

Uses of Interface
org.topcased.sysml.Containment

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

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

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

Methods in org.topcased.modeler.sysml.requirementdiagram that return Containment
protected  Containment RequirementCreationUtils.createModelObjectContainment(Containment element)
           
 

Methods in org.topcased.modeler.sysml.requirementdiagram with parameters of type Containment
protected  GraphElement RequirementCreationUtils.createGraphElementContainment(Containment element, java.lang.String presentation)
           
protected  Containment RequirementCreationUtils.createModelObjectContainment(Containment element)
           
 

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

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

Uses of Containment in org.topcased.sysml
 

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

Methods in org.topcased.sysml that return types with arguments of type Containment
 EList<Containment> Requirement.getOwnedContainment()
          Returns the value of the 'Owned Containment' containment reference list.
 EList<Containment> Block.getOwnedContainment()
          Returns the value of the 'Owned Containment' containment reference list.
 

Uses of Containment in org.topcased.sysml.impl
 

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

Fields in org.topcased.sysml.impl with type parameters of type Containment
protected  EList<Containment> BlockImpl.ownedContainment
          The cached value of the 'Owned Containment' containment reference list
protected  EList<Containment> RequirementImpl.ownedContainment
          The cached value of the 'Owned Containment' containment reference list
 

Methods in org.topcased.sysml.impl that return Containment
 Containment SysMLFactoryImpl.createContainment()
           
 

Methods in org.topcased.sysml.impl that return types with arguments of type Containment
 EList<Containment> BlockImpl.getOwnedContainment()
           
 EList<Containment> RequirementImpl.getOwnedContainment()
           
 

Uses of Containment in org.topcased.sysml.tests
 

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

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

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

Uses of Containment in org.topcased.sysml.util
 

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


SysML

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