SAM

Uses of Interface
org.topcased.sam.ModelContent

Packages that use ModelContent
org.topcased.modeler.sam.editor.outline   
org.topcased.modeler.sam.editor.outline.actions   
org.topcased.modeler.sam.systemdiagram.edit   
org.topcased.modeler.sam.util   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

Uses of ModelContent in org.topcased.modeler.sam.editor.outline
 

Methods in org.topcased.modeler.sam.editor.outline that return ModelContent
 ModelContent InstanciableModel.getModelContent()
           
 

Constructors in org.topcased.modeler.sam.editor.outline with parameters of type ModelContent
InstanciableModel(ModelContent model)
           
 

Uses of ModelContent in org.topcased.modeler.sam.editor.outline.actions
 

Constructors in org.topcased.modeler.sam.editor.outline.actions with parameters of type ModelContent
RemoveInstanceAction(EditingDomain domain, ModelContent modelContent)
           
 

Uses of ModelContent in org.topcased.modeler.sam.systemdiagram.edit
 

Constructors in org.topcased.modeler.sam.systemdiagram.edit with parameters of type ModelContent
OpenReferencedModel(Modeler modeler, ModelContent referencerObject, ModelContent referencedObject)
           
 

Uses of ModelContent in org.topcased.modeler.sam.util
 

Methods in org.topcased.modeler.sam.util that return ModelContent
static ModelContent InstancesUtil.createModelContentCopy(ModelContent model)
          An empty copy of the ModelContent given in parameter.
 

Methods in org.topcased.modeler.sam.util with parameters of type ModelContent
static ModelContent InstancesUtil.createModelContentCopy(ModelContent model)
          An empty copy of the ModelContent given in parameter.
static java.util.List<MultiPort> InstancesUtil.getListMultiPorts(ModelContent content)
           
static java.util.List<Port> InstancesUtil.getListPorts(ModelContent content)
           
static void InstancesUtil.updateAllContents(ModelContent referencer, ModelContent referenced)
          Updates all the ports and multiports of the referencer according to what's found in the referenced.
 

Uses of ModelContent in org.topcased.sam
 

Subinterfaces of ModelContent in org.topcased.sam
 interface Automaton
          A representation of the model object 'Automaton'.
 interface System
          A representation of the model object 'System'.
 

Methods in org.topcased.sam that return ModelContent
 ModelContent Model.getModelContent()
          Returns the value of the 'Model Content' containment reference.
 ModelContent MultiPort.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.topcased.sam that return types with arguments of type ModelContent
 EList<ModelContent> System.getListElements()
          Returns the value of the 'List Elements' containment reference list.
 

Methods in org.topcased.sam with parameters of type ModelContent
 void Model.setModelContent(ModelContent value)
          Sets the value of the 'Model Content' containment reference
 void MultiPort.setParent(ModelContent value)
          Sets the value of the 'Parent' container reference.
 

Uses of ModelContent in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement ModelContent
 class AutomatonImpl
          An implementation of the model object 'Automaton'.
 class ModelContentImpl
          An implementation of the model object 'Model Content'.
 class SystemImpl
          An implementation of the model object 'System'.
 

Fields in org.topcased.sam.impl declared as ModelContent
protected  ModelContent ModelImpl.modelContent
          The cached value of the 'Model Content' containment reference.
 

Fields in org.topcased.sam.impl with type parameters of type ModelContent
protected  EList<ModelContent> SystemImpl.listElements
          The cached value of the 'List Elements' containment reference list.
 

Methods in org.topcased.sam.impl that return ModelContent
 ModelContent ModelImpl.getModelContent()
           
 ModelContent MultiPortImpl.getParent()
           
 

Methods in org.topcased.sam.impl that return types with arguments of type ModelContent
 EList<ModelContent> SystemImpl.getListElements()
           
 

Methods in org.topcased.sam.impl with parameters of type ModelContent
 NotificationChain ModelImpl.basicSetModelContent(ModelContent newModelContent, NotificationChain msgs)
           
 NotificationChain MultiPortImpl.basicSetParent(ModelContent newParent, NotificationChain msgs)
           
 void ModelImpl.setModelContent(ModelContent newModelContent)
           
 void MultiPortImpl.setParent(ModelContent newParent)
           
 

Uses of ModelContent in org.topcased.sam.util
 

Methods in org.topcased.sam.util with parameters of type ModelContent
 T SAMSwitch.caseModelContent(ModelContent object)
          Returns the result of interpretting the object as an instance of 'Model Content'.
 


SAM

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