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

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

Uses of Lifeline in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Lifeline
 Lifeline UMLFactory.createLifeline()
          Returns a new object of class 'Lifeline'
 Lifeline InteractionFragment.getCovered(String name)
          Retrieves the first Lifeline with the specified 'Name' from the 'Covered' reference list
 Lifeline InteractionFragment.getCovered(String name, boolean ignoreCase)
          Retrieves the first Lifeline with the specified 'Name' from the 'Covered' reference list
 Lifeline Interaction.createLifeline(String name)
          Creates a new Lifeline, with the specified 'Name', and appends it to the 'Lifeline' containment reference list
 Lifeline Interaction.getLifeline(String name)
          Retrieves the first Lifeline with the specified 'Name' from the 'Lifeline' containment reference list
 Lifeline Interaction.getLifeline(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Lifeline with the specified 'Name' from the 'Lifeline' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Lifeline
 boolean UMLValidator.validateLifeline(Lifeline lifeline, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateLifeline_validateInteractionUsesShareLifeline(Lifeline lifeline, DiagnosticChain diagnostics, Map context)
          Validates the validateInteractionUsesShareLifeline constraint of 'Lifeline'
 boolean UMLValidator.validateLifeline_validateSelectorSpecified(Lifeline lifeline, DiagnosticChain diagnostics, Map context)
          Validates the validateSelectorSpecified constraint of 'Lifeline'
 boolean UMLValidator.validateLifeline_validateSameClassifier(Lifeline lifeline, DiagnosticChain diagnostics, Map context)
          Validates the validateSameClassifier constraint of 'Lifeline'
 Object UMLSwitch.caseLifeline(Lifeline object)
          Returns the result of interpretting the object as an instance of 'Lifeline'
 


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