|
| CollectionAPI (const Prim &prim, const Token &name) |
|
bool | validate () |
|
| operator bool () const |
|
void | apply () |
|
Relationship | createExcludesRel () |
|
Relationship | getExcludesRel () const |
|
void | setExcludes (const PathArray &value) |
|
PathArray | getExcludes () const |
|
Attribute | createExpansionRuleAttr (const Value &defaultValue=Value()) |
|
Attribute | getExpansionRuleAttr () const |
|
void | setExpansionRule (const Token &value, fdk::TimeValue time=fdk::defaultTimeValue()) |
|
Token | getExpansionRule (fdk::TimeValue time=fdk::defaultTimeValue()) const |
|
Attribute | createIncludeRootAttr (const Value &defaultValue=Value()) |
|
Attribute | getIncludeRootAttr () const |
|
void | setIncludeRoot (bool value, fdk::TimeValue time=fdk::defaultTimeValue()) |
|
bool | getIncludeRoot (fdk::TimeValue time=fdk::defaultTimeValue()) const |
|
Relationship | createIncludesRel () |
|
Relationship | getIncludesRel () const |
|
void | setIncludes (const PathArray &value) |
|
PathArray | getIncludes () const |
|
Token | getName () const |
|
Attribute | createMembershipExpressionAttr (const Value &defaultValue=Value()) |
|
Attribute | getMembershipExpressionAttr () const |
|
void | setMembershipExpression (const PathExpr &value, fdk::TimeValue time=fdk::defaultTimeValue()) |
|
PathExpr | getMembershipExpression (fdk::TimeValue time=fdk::defaultTimeValue()) const |
|
bool | isInRelationshipsMode () const |
|
bool | isInExpressionMode () const |
|
usg::PathArray | computeIncludedPaths () const |
|