CIMKnowledgeGraphSubGraph Class Properties
In This Topic
For a list of all members of this type, see CIMKnowledgeGraphSubGraph members.
Public Properties
| | Name | Description |
 | EntityFilters |
Gets or sets the entity filters of the subgraph.
The entities of the subgraph are the entities included by "include" filters
(or all entities if there is no "include" filter),
except entities excluded by "exclude" filters.
|
 | RelationshipFilters |
Gets or sets the relationship filters of the subgraph.
The relationships of the subgraph are the relationships included by "include" filters
(or all relationships if there is no "include" filter),
except relationships excluded by "exclude" filters and relationships involving at least one entity that is not in the subgraph.
|
Top
See Also