public abstract class Condition extends Object
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
AndCondition |
and(Condition otherCondition) |
abstract void |
getEClassRequirements(Set<org.eclipse.emf.ecore.EClass> classRequirements) |
abstract boolean |
matches(org.bimserver.emf.IdEObject object) |
public abstract void getEClassRequirements(Set<org.eclipse.emf.ecore.EClass> classRequirements)
public abstract boolean matches(org.bimserver.emf.IdEObject object)
public AndCondition and(Condition otherCondition)
Copyright © 2019 OpenSource BIM. All rights reserved.