XBRLAPI

A Java API for XBRL


Package org.xbrlapi.networks

Provides XBRLAPI relationship networking classes.

See:
          Description

Interface Summary
Analyser Classes implementing this interface support analysis of persisted relationship information in a data store.
EquivalentRelationships  
Network The network interface combines relationships that are not prohibited and that are not over-ridden and that: have the same link role have the same arc role
Networks The networks interface defines the functionality provided by a collection of individual network objects.
Storer Classes implementing this interface support persistance of relationship information in a data store.
 

Class Summary
AllAnalyserImpl This Analyser returns information based upon all relationships (whether they are active or inactive or prohibited).
AnalyserImpl This Analyser returns information based upon all active relationships.
EquivalentRelationshipsImpl  
NetworkImpl  
NetworksImpl  
NonProhibitedAnalyserImpl This Analyser returns information based upon all relationships that are not expressed by an arc with a use that is prohibited.
StorerImpl  
TreeIterator This iterator iterates over the fragments in a relationship network.
 

Package org.xbrlapi.networks Description

Provides XBRLAPI relationship networking classes.

This package contains implementations of various relationship network classes.

xbrlapi.org Java library providing XBRL functionality

Copyright (C) 2005, Geoffrey Shuetrim (geoff@galexy.net)

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License (http://www.gnu.org/licenses/lgpl.html), or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Get Java XBRL API implementation at SourceForge.net.