public final class EMFPredicates
extends java.lang.Object
predicates
to test for various feature
types.Modifier and Type | Field and Description |
---|---|
static java.util.function.Predicate<EStructuralFeature> |
ATTRIBUTES |
static java.util.function.Predicate<EStructuralFeature> |
CONTAINER_REFERENCES |
static java.util.function.Predicate<EStructuralFeature> |
CONTAINMENT_REFERENCES |
static java.util.function.Predicate<EStructuralFeature> |
CROSS_REFERENCES |
static java.util.function.Predicate<EStructuralFeature> |
REFERENCES |
public static final java.util.function.Predicate<EStructuralFeature> ATTRIBUTES
public static final java.util.function.Predicate<EStructuralFeature> REFERENCES
public static final java.util.function.Predicate<EStructuralFeature> CONTAINER_REFERENCES
public static final java.util.function.Predicate<EStructuralFeature> CROSS_REFERENCES
public static final java.util.function.Predicate<EStructuralFeature> CONTAINMENT_REFERENCES
Copyright (c) 2004-2019 Eike Stepper (Loehne, 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