Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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

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

Uses of Trigger in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Trigger
  Trigger State. createDeferrableTrigger (java.lang.String name)
          Creates a new Trigger, with the specified ' Name ', and appends it to the ' Deferrable Trigger ' containment reference list
  Trigger BehavioredClassifier. createOwnedTrigger (java.lang.String name)
          Creates a new Trigger, with the specified ' Name ', and appends it to the ' Owned Trigger ' containment reference list
  Trigger UMLFactory. createTrigger ()
          Returns a new object of class 'Trigger'
  Trigger Transition. createTrigger (java.lang.String name)
          Creates a new Trigger, with the specified ' Name ', and appends it to the ' Trigger ' containment reference list
  Trigger AcceptEventAction. createTrigger (java.lang.String name)
          Creates a new Trigger, with the specified ' Name ', and appends it to the ' Trigger ' containment reference list
  Trigger State. getDeferrableTrigger (java.lang.String name)
          Retrieves the first Trigger with the specified ' Name ' from the ' Deferrable Trigger ' containment reference list
  Trigger State. getDeferrableTrigger (java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Trigger with the specified ' Name ' from the ' Deferrable Trigger ' containment reference list
  Trigger BehavioredClassifier. getOwnedTrigger (java.lang.String name)
          Retrieves the first Trigger with the specified ' Name ' from the ' Owned Trigger ' containment reference list
  Trigger BehavioredClassifier. getOwnedTrigger (java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Trigger with the specified ' Name ' from the ' Owned Trigger ' containment reference list
  Trigger ReplyAction. getReplyToCall ()
          Returns the value of the ' Reply To Call ' reference
  Trigger Transition. getTrigger (java.lang.String name)
          Retrieves the first Trigger with the specified ' Name ' from the ' Trigger ' containment reference list
  Trigger AcceptEventAction. getTrigger (java.lang.String name)
          Retrieves the first Trigger with the specified ' Name ' from the ' Trigger ' containment reference list
  Trigger Transition. getTrigger (java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Trigger with the specified ' Name ' from the ' Trigger ' containment reference list
  Trigger AcceptEventAction. getTrigger (java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Trigger with the specified ' Name ' from the ' Trigger ' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Trigger
 org.eclipse.emf.common.util.EList< Trigger> State. getDeferrableTriggers ()
          Returns the value of the ' Deferrable Trigger ' containment reference list.
 org.eclipse.emf.common.util.EList< Trigger> BehavioredClassifier. getOwnedTriggers ()
          Returns the value of the ' Owned Trigger ' containment reference list.
 org.eclipse.emf.common.util.EList< Trigger> Transition. getTriggers ()
          Returns the value of the ' Trigger ' containment reference list.
 org.eclipse.emf.common.util.EList< Trigger> AcceptEventAction. getTriggers ()
          Returns the value of the ' Trigger ' containment reference list.
 

Methods in org.eclipse.uml2.uml with parameters of type Trigger
 void ReplyAction. setReplyToCall ( Trigger value)
          Sets the value of the ' Reply To Call' reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Trigger
  T UMLSwitch. caseTrigger ( Trigger object)
          Returns the result of interpreting the object as an instance of 'Trigger'
 boolean UMLValidator. validateTrigger ( Trigger trigger, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire