org.eclipse.lyo.core.query
Interface CompoundTerm

All Superinterfaces:
SimpleTerm
All Known Subinterfaces:
WhereClause

public interface CompoundTerm
extends SimpleTerm

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
 List<SimpleTerm> children()
           
 
Methods inherited from interface org.eclipse.lyo.core.query.SimpleTerm
property, type
 

Method Detail

children

List<SimpleTerm> children()
Returns:
immutable list of child simple terms


Copyright © 2014. All Rights Reserved.