public interface EquivalentRelationships
Modifier and Type | Method and Description |
---|---|
void |
addRelationship(Relationship relationship) |
Relationship |
getActiveRelationship() |
int |
size() |
int size()
void addRelationship(Relationship relationship) throws XBRLException
relationship
- The relationship to add.XBRLException
- if the relationship is not equivalent to
the relationship with the highest priority in the collection.Relationship getActiveRelationship() throws XBRLException
XBRLException