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

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

Uses of Clause in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Clause
 Clause UMLFactory.createClause()
          Returns a new object of class 'Clause'
 Clause ConditionalNode.createClause()
          Creates a new Clause and appends it to the 'Clause' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Clause
 org.eclipse.emf.common.util.EList<Clause> ConditionalNode.getClauses()
          Returns the value of the 'Clause' containment reference list.
 org.eclipse.emf.common.util.EList<Clause> Clause.getPredecessorClauses()
          Returns the value of the 'Predecessor Clause' reference list.
 org.eclipse.emf.common.util.EList<Clause> Clause.getSuccessorClauses()
          Returns the value of the 'Successor Clause' reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Clause
 T UMLSwitch.caseClause(Clause object)
          Returns the result of interpreting the object as an instance of 'Clause'
 boolean UMLValidator.validateClause_validateBodyOutputPins(Clause clause, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateBodyOutputPins constraint of 'Clause'
 boolean UMLValidator.validateClause_validateDeciderOutput(Clause clause, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateDeciderOutput constraint of 'Clause'
 boolean UMLValidator.validateClause_validateTestAndBody(Clause clause, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTestAndBody constraint of 'Clause'
 boolean UMLValidator.validateClause(Clause clause, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.