org.eclipse.higgins.idas.cp.jena2.impl.filter
Class FilterAssertion
java.lang.Object
org.eclipse.higgins.idas.cp.jena2.impl.filter.FilterAssertion
- All Implemented Interfaces:
- org.eclipse.higgins.idas.api.IFilterAssertion
- Direct Known Subclasses:
- FilterAttributeAssertion, FilterEntityIDAssertion, FilterMetadataAssertion, FilterTypeAssertion
- public abstract class FilterAssertion
- extends Object
- implements org.eclipse.higgins.idas.api.IFilterAssertion
FilterAssertion
public FilterAssertion()
includeSubtypes
public void includeSubtypes(boolean bIncludeSubtypes)
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
includeSubtypes in interface org.eclipse.higgins.idas.api.IFilterAssertion
- Throws:
org.eclipse.higgins.idas.api.IdASException
setComparator
public void setComparator(String comparator)
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
setComparator in interface org.eclipse.higgins.idas.api.IFilterAssertion
- Throws:
org.eclipse.higgins.idas.api.IdASException
setID
public void setID(URI id,
boolean bIncludeSubtypes)
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
setID in interface org.eclipse.higgins.idas.api.IFilterAssertion
- Throws:
org.eclipse.higgins.idas.api.IdASException
setID
public void setID(URI id)
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
setID in interface org.eclipse.higgins.idas.api.IFilterAssertion
- Throws:
org.eclipse.higgins.idas.api.IdASException
init
public abstract void init(FilterContext context)
throws org.eclipse.higgins.idas.api.IdASException
- Parameters:
context -
- Throws:
org.eclipse.higgins.idas.api.IdASException
getCondition
public abstract ICondition getCondition()
throws org.eclipse.higgins.idas.api.IdASException
- Returns:
-
- Throws:
org.eclipse.higgins.idas.api.IdASException