xbrl.formula.VariableSetPreconditionRelationship
¶
An xbrl.formula.VariableSetPreconditionRelationship
class represents a variable-set-precondition relationship in the DTS network of relationships.
- class xbrl.formula.VariableSetPreconditionRelationship¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.formula.VariableSetPreconditionRelationship.source¶
Returns an
xbrl.formula.VariableSet
object which represents the source <variable:variableSet> resource of the relationship.
- xbrl.formula.VariableSetPreconditionRelationship.target¶
Returns an
xbrl.formula.Precondition
object which represents the target <variable:precondition> resource of the relationship.
Methods¶
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__