SAM

Uses of Interface
org.topcased.sam.MultiPort

Packages that use MultiPort
org.topcased.modeler.sam.automatondiagram   
org.topcased.modeler.sam.systemdiagram   
org.topcased.modeler.sam.util   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

Uses of MultiPort in org.topcased.modeler.sam.automatondiagram
 

Methods in org.topcased.modeler.sam.automatondiagram with parameters of type MultiPort
protected  GraphElement AutomCreationUtils.createGraphElementMultiPort(MultiPort element, java.lang.String presentation)
           
 

Uses of MultiPort in org.topcased.modeler.sam.systemdiagram
 

Methods in org.topcased.modeler.sam.systemdiagram with parameters of type MultiPort
protected  GraphElement SystCreationUtils.createGraphElementMultiPort(MultiPort element, java.lang.String presentation)
           
 

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

Methods in org.topcased.modeler.sam.util that return MultiPort
static MultiPort InstancesUtil.createEmptyCopyMultiPort(MultiPort existingPort)
          Creates a new multiport and sets its name to that of the existing port.
 

Methods in org.topcased.modeler.sam.util that return types with arguments of type MultiPort
static java.util.List<MultiPort> InstancesUtil.getListMultiPorts(ModelContent content)
           
 

Methods in org.topcased.modeler.sam.util with parameters of type MultiPort
static MultiPort InstancesUtil.createEmptyCopyMultiPort(MultiPort existingPort)
          Creates a new multiport and sets its name to that of the existing port.
 

Uses of MultiPort in org.topcased.sam
 

Methods in org.topcased.sam that return MultiPort
 MultiPort SAMFactory.createMultiPort()
          Returns a new object of class 'Multi Port'
 MultiPort MultiPort.getIsInstanceOf()
          Returns the value of the 'Is Instance Of' reference
 MultiPort Port.getParentMultiPort()
          Returns the value of the 'Parent Multi Port' reference
 

Methods in org.topcased.sam that return types with arguments of type MultiPort
 EList<MultiPort> ModelContent.getListMultiPort()
          Returns the value of the 'List Multi Port' containment reference list.
 

Methods in org.topcased.sam with parameters of type MultiPort
 void MultiPort.setIsInstanceOf(MultiPort value)
          Sets the value of the 'Is Instance Of' reference
 void Port.setParentMultiPort(MultiPort value)
          Sets the value of the 'Parent Multi Port' reference
 

Uses of MultiPort in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement MultiPort
 class MultiPortImpl
          An implementation of the model object 'Multi Port'.
 

Fields in org.topcased.sam.impl declared as MultiPort
protected  MultiPort MultiPortImpl.isInstanceOf
          The cached value of the 'Is Instance Of' reference
protected  MultiPort PortImpl.parentMultiPort
          The cached value of the 'Parent Multi Port' reference.
 

Fields in org.topcased.sam.impl with type parameters of type MultiPort
protected  EList<MultiPort> ModelContentImpl.listMultiPort
          The cached value of the 'List Multi Port' containment reference list.
 

Methods in org.topcased.sam.impl that return MultiPort
 MultiPort MultiPortImpl.basicGetIsInstanceOf()
           
 MultiPort SAMFactoryImpl.createMultiPort()
           
 MultiPort MultiPortImpl.getIsInstanceOf()
           
 MultiPort PortImpl.getParentMultiPort()
           
 

Methods in org.topcased.sam.impl that return types with arguments of type MultiPort
 EList<MultiPort> ModelContentImpl.getListMultiPort()
           
 

Methods in org.topcased.sam.impl with parameters of type MultiPort
 void MultiPortImpl.setIsInstanceOf(MultiPort newIsInstanceOf)
           
 void PortImpl.setParentMultiPort(MultiPort newParentMultiPort)
           
 

Uses of MultiPort in org.topcased.sam.util
 

Methods in org.topcased.sam.util with parameters of type MultiPort
 T SAMSwitch.caseMultiPort(MultiPort object)
          Returns the result of interpretting the object as an instance of 'Multi Port'.
 


SAM

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