com.batavia.xbrl.taxonomy.dimension
Interface DimensionalRelationshipSet


public interface DimensionalRelationshipSet

networks of hypercubes with dimensions with domains with domainmembers that can be constructed for each relationship in a network by following the standard XBRL networks of relationships and extended them with the relationships defined by the arcs that 1. are defined in networks of roles that apear in the targetRoles of the main DRS arc 2. and have on their from side a target that is on the to side of the main DRS arc A DRS is rooted by an arc from a primary item concept. hypercubes, dimensions, domains and domainmembers may be combined in DRS were their complete configuration in respect of that DTS is only appropriate for the root primairy concept DRS objects form themselves based on the networks in a DDTS

Copyright 2006 J2R BV, The Netherlands.

Part of Licensed Materials.

www.batavia-xbrl.com

Author:
Ron van Ardenne

Method Summary
 java.util.Collection getHyperCubeItems()
           
 java.util.Collection getHyperCubes()
           
 void validate(BaseSet parentBaseSet, ValidationDocument msgs)
           
 

Method Detail

validate

void validate(BaseSet parentBaseSet,
              ValidationDocument msgs)
Parameters:
msgs -

getHyperCubeItems

java.util.Collection getHyperCubeItems()
Returns:
Returns the hyperCubes.

getHyperCubes

java.util.Collection getHyperCubes()
Returns:
Returns the hyperCubes.