SAM

Uses of Interface
org.topcased.sam.Port

Packages that use Port
org.topcased.modeler.sam.util   
org.topcased.sam   
org.topcased.sam.impl   
org.topcased.sam.util   
 

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

Methods in org.topcased.modeler.sam.util that return Port
static Port InstancesUtil.createEmptyCopyPort(Port existingPort)
          Creates a new empty Port and set its name to that of the existing port.
 

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

Methods in org.topcased.modeler.sam.util with parameters of type Port
static Port InstancesUtil.createEmptyCopyPort(Port existingPort)
          Creates a new empty Port and set its name to that of the existing port.
 

Uses of Port in org.topcased.sam
 

Subinterfaces of Port in org.topcased.sam
 interface ControlPort
          A representation of the model object 'Control Port'.
 interface DataPort
          A representation of the model object 'Data Port'.
 interface InControlPort
          A representation of the model object 'In Control Port'.
 interface InDataPort
          A representation of the model object 'In Data Port'.
 interface InputPort
          A representation of the model object 'Input Port'.
 interface OutControlPort
          A representation of the model object 'Out Control Port'.
 interface OutDataPort
          A representation of the model object 'Out Data Port'.
 interface OutputPort
          A representation of the model object 'Output Port'.
 

Methods in org.topcased.sam that return Port
 Port Port.getIsInstanceOf()
          Returns the value of the 'Is Instance Of' reference
 

Methods in org.topcased.sam that return types with arguments of type Port
 EList<Port> MultiPort.getListPort()
          Returns the value of the 'List Port' containment reference list.
 EList<Port> Automaton.getListPorts()
          Returns the value of the 'List Ports' containment reference list.
 EList<Port> System.getListPorts()
          Returns the value of the 'List Ports' containment reference list.
 

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

Uses of Port in org.topcased.sam.impl
 

Classes in org.topcased.sam.impl that implement Port
 class ControlPortImpl
          An implementation of the model object 'Control Port'.
 class DataPortImpl
          An implementation of the model object 'Data Port'.
 class InControlPortImpl
          An implementation of the model object 'In Control Port'.
 class InDataPortImpl
          An implementation of the model object 'In Data Port'.
 class InputPortImpl
          An implementation of the model object 'Input Port'.
 class OutControlPortImpl
          An implementation of the model object 'Out Control Port'.
 class OutDataPortImpl
          An implementation of the model object 'Out Data Port'.
 class OutputPortImpl
          An implementation of the model object 'Output Port'.
 class PortImpl
          An implementation of the model object 'Port'.
 

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

Fields in org.topcased.sam.impl with type parameters of type Port
protected  EList<Port> MultiPortImpl.listPort
          The cached value of the 'List Port' containment reference list.
protected  EList<Port> SystemImpl.listPorts
          The cached value of the 'List Ports' containment reference list.
protected  EList<Port> AutomatonImpl.listPorts
          The cached value of the 'List Ports' containment reference list.
 

Methods in org.topcased.sam.impl that return Port
 Port PortImpl.basicGetIsInstanceOf()
           
 Port PortImpl.getIsInstanceOf()
           
 

Methods in org.topcased.sam.impl that return types with arguments of type Port
 EList<Port> MultiPortImpl.getListPort()
           
 EList<Port> SystemImpl.getListPorts()
           
 EList<Port> AutomatonImpl.getListPorts()
           
 

Methods in org.topcased.sam.impl with parameters of type Port
 void PortImpl.setIsInstanceOf(Port newIsInstanceOf)
           
 

Uses of Port in org.topcased.sam.util
 

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


SAM

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