Modelers

Uses of Interface
org.topcased.modeler.di.model.SemanticModelBridge

Packages that use SemanticModelBridge
org.topcased.modeler.di.model   
org.topcased.modeler.di.model.util   
 

Uses of SemanticModelBridge in org.topcased.modeler.di.model
 

Subinterfaces of SemanticModelBridge in org.topcased.modeler.di.model
 interface EMFSemanticModelBridge
          A representation of the model object 'EMF Semantic Model Bridge'.
 interface SimpleSemanticModelElement
          A representation of the model object 'Simple Semantic Model Element'
 

Methods in org.topcased.modeler.di.model that return SemanticModelBridge
 SemanticModelBridge DiagramInterchangeFactory.createSemanticModelBridge()
          Returns a new object of class 'Semantic Model Bridge'
 SemanticModelBridge GraphElement.getSemanticModel()
          Returns the value of the 'Semantic Model' containment reference.
 

Methods in org.topcased.modeler.di.model with parameters of type SemanticModelBridge
 void GraphElement.setSemanticModel(SemanticModelBridge value)
          Sets the value of the 'Semantic Model' containment reference
 

Uses of SemanticModelBridge in org.topcased.modeler.di.model.util
 

Methods in org.topcased.modeler.di.model.util with parameters of type SemanticModelBridge
 T DiagramInterchangeSwitch.caseSemanticModelBridge(SemanticModelBridge object)
          Returns the result of interpretting the object as an instance of 'Semantic Model Bridge'.
 


Modelers

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