| Package | Description | 
|---|---|
| org.eclipse.oomph.predicates | The generated EMF API of the predicates model. | 
| org.eclipse.oomph.predicates.impl | The generated EMF implementation of the predicates model. | 
| org.eclipse.oomph.predicates.util | The generated EMF utilities of the predicates model. | 
| org.eclipse.oomph.resources | |
| org.eclipse.oomph.resources.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AndPredicateA representation of the model object 'And Predicate'. | 
| interface  | BuilderPredicateA representation of the model object 'Builder Predicate'. | 
| interface  | CommentPredicateA representation of the model object 'Comment Predicate'. | 
| interface  | FilePredicateA representation of the model object 'File Predicate'. | 
| interface  | LocationPredicateA representation of the model object 'Location Predicate'. | 
| interface  | NamePredicateA representation of the model object 'Name Predicate'. | 
| interface  | NaturePredicateA representation of the model object 'Nature Predicate'. | 
| interface  | NotPredicateA representation of the model object 'Not Predicate'. | 
| interface  | OrPredicateA representation of the model object 'Or Predicate'. | 
| interface  | RepositoryPredicateA representation of the model object 'Repository Predicate'. | 
| Modifier and Type | Method and Description | 
|---|---|
| Predicate | NotPredicate. getOperand()Returns the value of the 'Operand' containment reference. | 
| Modifier and Type | Method and Description | 
|---|---|
| EList<Predicate> | AndPredicate. getOperands()Returns the value of the 'Operands' containment reference list. | 
| EList<Predicate> | OrPredicate. getOperands()Returns the value of the 'Operands' containment reference list. | 
| Modifier and Type | Method and Description | 
|---|---|
| AndPredicate | PredicatesFactory. createAndPredicate(Predicate... operands) | 
| NotPredicate | PredicatesFactory. createNotPredicate(Predicate operand) | 
| OrPredicate | PredicatesFactory. createOrPredicate(Predicate... operands) | 
| void | NotPredicate. setOperand(Predicate value)Sets the value of the ' Operand' containment reference. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndPredicateImplAn implementation of the model object 'And Predicate'. | 
| class  | BuilderPredicateImplAn implementation of the model object 'Builder Predicate'. | 
| class  | CommentPredicateImplAn implementation of the model object 'Comment Predicate'. | 
| class  | FilePredicateImplAn implementation of the model object 'File Predicate'. | 
| class  | LocationPredicateImplAn implementation of the model object 'Location Predicate'. | 
| class  | NamePredicateImplAn implementation of the model object 'Name Predicate'. | 
| class  | NaturePredicateImplAn implementation of the model object 'Nature Predicate'. | 
| class  | NotPredicateImplAn implementation of the model object 'Not Predicate'. | 
| class  | OrPredicateImplAn implementation of the model object 'Or Predicate'. | 
| class  | PredicateImplAn implementation of the model object 'Predicate'. | 
| class  | RepositoryPredicateImplAn implementation of the model object 'Repository Predicate'. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Predicate | NotPredicateImpl. operandThe cached value of the ' Operand' containment reference. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EList<Predicate> | AndPredicateImpl. operandsThe cached value of the ' Operands' containment reference list. | 
| protected EList<Predicate> | OrPredicateImpl. operandsThe cached value of the ' Operands' containment reference list. | 
| Modifier and Type | Method and Description | 
|---|---|
| Predicate | NotPredicateImpl. getOperand() | 
| Modifier and Type | Method and Description | 
|---|---|
| EList<Predicate> | AndPredicateImpl. getOperands() | 
| EList<Predicate> | OrPredicateImpl. getOperands() | 
| Modifier and Type | Method and Description | 
|---|---|
| NotificationChain | NotPredicateImpl. basicSetOperand(Predicate newOperand,
               NotificationChain msgs) | 
| AndPredicate | PredicatesFactoryImpl. createAndPredicate(Predicate... operands) | 
| NotPredicate | PredicatesFactoryImpl. createNotPredicate(Predicate operand) | 
| OrPredicate | PredicatesFactoryImpl. createOrPredicate(Predicate... operands) | 
| void | NotPredicateImpl. setOperand(Predicate newOperand) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | PredicatesSwitch. casePredicate(Predicate object)Returns the result of interpreting the object as an instance of 'Predicate'. | 
| Modifier and Type | Method and Description | 
|---|---|
| EList<Predicate> | SourceLocator. getPredicates()Returns the value of the 'Predicates' containment reference list. | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | ResourcesUtil. matchesPredicates(IProject project,
                 EList<Predicate> predicates) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EList<Predicate> | SourceLocatorImpl. predicatesThe cached value of the ' Predicates' containment reference list. | 
| Modifier and Type | Method and Description | 
|---|---|
| EList<Predicate> | SourceLocatorImpl. getPredicates() | 
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html