Uses of Interface
org.eclipse.uml2.ProtocolStateMachine

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

Uses of ProtocolStateMachine in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return ProtocolStateMachine
 ProtocolStateMachine UML2Factory.createProtocolStateMachine()
          Returns a new object of class 'Protocol State Machine'
 ProtocolStateMachine ProtocolConformance.getSpecificMachine()
          Returns the value of the 'Specific Machine' container reference.
 ProtocolStateMachine ProtocolConformance.getGeneralMachine()
          Returns the value of the 'General Machine' 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(EClass eClass)
          Creates a ProtocolStateMachine and sets the 'Protocol' containment reference
 

Methods in org.eclipse.uml2 with parameters of type ProtocolStateMachine
 void ProtocolConformance.setSpecificMachine(ProtocolStateMachine value)
          Sets the value of the 'Specific Machine' container reference
 void ProtocolConformance.setGeneralMachine(ProtocolStateMachine value)
          Sets the value of the 'General Machine' 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.util
 

Methods in org.eclipse.uml2.util with parameters of type ProtocolStateMachine
 boolean UML2Validator.validateProtocolStateMachine(ProtocolStateMachine protocolStateMachine, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseProtocolStateMachine(ProtocolStateMachine object)
          Returns the result of interpretting the object as an instance of 'Protocol State Machine'
 


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