SysML

Uses of Interface
org.topcased.sysml.ModelSYSML

Packages that use ModelSYSML
org.topcased.modeler.sysml.blockdefinitiondiagram.util   
org.topcased.modeler.sysml.internalblockdiagram.util   
org.topcased.modeler.sysml.util   
org.topcased.sysml   
org.topcased.sysml.impl   
org.topcased.sysml.tests   
org.topcased.sysml.util   
 

Uses of ModelSYSML in org.topcased.modeler.sysml.blockdefinitiondiagram.util
 

Methods in org.topcased.modeler.sysml.blockdefinitiondiagram.util with parameters of type ModelSYSML
static java.util.List<?> BlockTools.getAvailablePortType(ModelSYSML model)
          Gets all the 'Type' objects of the model
 

Uses of ModelSYSML in org.topcased.modeler.sysml.internalblockdiagram.util
 

Methods in org.topcased.modeler.sysml.internalblockdiagram.util with parameters of type ModelSYSML
static java.util.List<?> TypeHelper.getAvailablePortType(ModelSYSML model)
          Gets all the 'Type' objects of the model
static java.util.List<?> TypeHelper.getAvailableType(ModelSYSML model)
          Gets all the 'Type' objects of the model
 

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

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

Uses of ModelSYSML in org.topcased.sysml
 

Methods in org.topcased.sysml that return ModelSYSML
 ModelSYSML SysMLFactory.createModelSYSML()
          Returns a new object of class 'Model SYSML'.
 

Uses of ModelSYSML in org.topcased.sysml.impl
 

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

Methods in org.topcased.sysml.impl that return ModelSYSML
 ModelSYSML SysMLFactoryImpl.createModelSYSML()
           
 

Uses of ModelSYSML in org.topcased.sysml.tests
 

Methods in org.topcased.sysml.tests that return ModelSYSML
protected  ModelSYSML ModelSYSMLTest.getFixture()
          Returns the fixture for this Model SYSML test case
 

Uses of ModelSYSML in org.topcased.sysml.util
 

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


SysML

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