FilterConcept

FilterConcept

Filters based on concept

Constructor

new FilterConcept()

Source:
Example
//Filter concepts that are not of type "myConceptType", including inherited concepts
{
    "concept": "myConceptType",
    "includeOthers": true
}

//Filter concepts that are not of type "myConceptType", excluding inherited concepts
{
    "concept": "myConceptType",
    "includeOthers": false
}