SysML

Uses of Interface
org.topcased.sysml.ServicePort

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

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

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

Uses of ServicePort in org.topcased.sysml
 

Methods in org.topcased.sysml that return ServicePort
 ServicePort SysMLFactory.createServicePort()
          Returns a new object of class 'Service Port'.
 

Uses of ServicePort in org.topcased.sysml.impl
 

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

Methods in org.topcased.sysml.impl that return ServicePort
 ServicePort SysMLFactoryImpl.createServicePort()
           
 

Uses of ServicePort in org.topcased.sysml.tests
 

Fields in org.topcased.sysml.tests declared as ServicePort
protected  ServicePort ServicePortTest.fixture
          The fixture for this Service Port test case
 

Methods in org.topcased.sysml.tests that return ServicePort
protected  ServicePort ServicePortTest.getFixture()
          Returns the fixture for this Service Port test case
 

Methods in org.topcased.sysml.tests with parameters of type ServicePort
protected  void ServicePortTest.setFixture(ServicePort fixture)
          Sets the fixture for this Service Port test case
 

Uses of ServicePort in org.topcased.sysml.util
 

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


SysML

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