Uses of Interface
org.eclipse.uml2.uml.ProtocolStateMachine

Packages that use ProtocolStateMachine
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of ProtocolStateMachine in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ProtocolStateMachine
 ProtocolStateMachine UMLFactory.createProtocolStateMachine()
          Returns a new object of class 'Protocol State Machine'
 ProtocolStateMachine ProtocolConformance.getGeneralMachine()
          Returns the value of the 'General Machine' reference
 ProtocolStateMachine ProtocolConformance.getSpecificMachine()
          Returns the value of the 'Specific Machine' container reference.
 ProtocolStateMachine Port.getProtocol()
          Returns the value of the 'Protocol' reference
 ProtocolStateMachine Interface.getProtocol()
          Returns the value of the 'Protocol' containment reference
 ProtocolStateMachine Interface.createProtocol(String name)
          Creates a new ProtocolStateMachine,with the specified 'Name', and sets the 'Protocol' containment reference
 

Methods in org.eclipse.uml2.uml with parameters of type ProtocolStateMachine
 ProtocolConformance ProtocolStateMachine.createConformance(ProtocolStateMachine generalMachine)
          Creates a new ProtocolConformance, with the specified 'General Machine', and appends it to the 'Conformance' containment reference list
 ProtocolConformance ProtocolStateMachine.getConformance(ProtocolStateMachine generalMachine)
          Retrieves the first ProtocolConformance with the specified 'General Machine' from the 'Conformance' containment reference list
 ProtocolConformance ProtocolStateMachine.getConformance(ProtocolStateMachine generalMachine, boolean createOnDemand)
          Retrieves the first ProtocolConformance with the specified 'General Machine' from the 'Conformance' containment reference list
 void ProtocolConformance.setGeneralMachine(ProtocolStateMachine value)
          Sets the value of the 'General Machine' reference
 void ProtocolConformance.setSpecificMachine(ProtocolStateMachine value)
          Sets the value of the 'Specific Machine' container reference
 void Port.setProtocol(ProtocolStateMachine value)
          Sets the value of the 'Protocol' reference
 void Interface.setProtocol(ProtocolStateMachine value)
          Sets the value of the 'Protocol' containment reference
 

Uses of ProtocolStateMachine in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type ProtocolStateMachine
 boolean UMLValidator.validateProtocolStateMachine(ProtocolStateMachine protocolStateMachine, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateProtocolStateMachine_validateProtocolTransitions(ProtocolStateMachine protocolStateMachine, DiagnosticChain diagnostics, Map context)
          Validates the validateProtocolTransitions constraint of 'Protocol State Machine'
 boolean UMLValidator.validateProtocolStateMachine_validateEntryExitDo(ProtocolStateMachine protocolStateMachine, DiagnosticChain diagnostics, Map context)
          Validates the validateEntryExitDo constraint of 'Protocol State Machine'
 boolean UMLValidator.validateProtocolStateMachine_validateDeepOrShallowHistory(ProtocolStateMachine protocolStateMachine, DiagnosticChain diagnostics, Map context)
          Validates the validateDeepOrShallowHistory constraint of 'Protocol State Machine'
 boolean UMLValidator.validateProtocolStateMachine_validatePortsConnected(ProtocolStateMachine protocolStateMachine, DiagnosticChain diagnostics, Map context)
          Validates the validatePortsConnected constraint of 'Protocol State Machine'
 boolean UMLValidator.validateProtocolStateMachine_validateClassifierContext(ProtocolStateMachine protocolStateMachine, DiagnosticChain diagnostics, Map context)
          Validates the validateClassifierContext constraint of 'Protocol State Machine'
 Object UMLSwitch.caseProtocolStateMachine(ProtocolStateMachine object)
          Returns the result of interpretting the object as an instance of 'Protocol State Machine'
 


Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.