Package org.eclipse.lyo.core.query
Interface CompoundTerm
- All Superinterfaces:
SimpleTerm
- All Known Subinterfaces:
WhereClause
Compound term from oslc.where clause.
Note: If top-level compound term, SimpleTerm.property()
will return null
.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.lyo.core.query.SimpleTerm
SimpleTerm.Type
-
Method Summary
Methods inherited from interface org.eclipse.lyo.core.query.SimpleTerm
property, type
-
Method Details
-
children
List<SimpleTerm> children()- Returns:
- immutable list of child simple terms
-