Uses of Interface
com.batavia.xbrl.taxonomy.xlink.Arc

Packages that use Arc
com.batavia.xbrl.instance   
com.batavia.xbrl.network   
com.batavia.xbrl.taxonomy   
com.batavia.xbrl.taxonomy.dimension   
com.batavia.xbrl.taxonomy.xlink   
 

Uses of Arc in com.batavia.xbrl.instance
 

Subinterfaces of Arc in com.batavia.xbrl.instance
 interface FootnoteArc
          The footnoteArc element has the same syntax as generic extended link arcs.
 

Uses of Arc in com.batavia.xbrl.network
 

Methods in com.batavia.xbrl.network that return Arc
 Arc NetworkArc.getContent()
           
 

Methods in com.batavia.xbrl.network with parameters of type Arc
 void NetworkArc.setContent(Arc content)
           
 

Uses of Arc in com.batavia.xbrl.taxonomy
 

Subinterfaces of Arc in com.batavia.xbrl.taxonomy
 interface CalculationArc
          The calculationArc element is an [XLINK] arc.
 interface DeclaredArc
          The declared arc interface is to be used for arcs that are contained in declared links.
 interface DefinitionArc
          The definitionArc element is an [XLINK] arc.
 interface LabelArc
          The labelArc element is an [XLINK] arc.
 interface PresentationArc
          The presentationArc element is an [XLINK] arc.
 interface ReferenceArc
          The referenceArc element is an [XLINK] arc.
 

Methods in com.batavia.xbrl.taxonomy that return Arc
 Arc[] TaxonomyCreator.findRelations(Concept parentConcept, Concept childConcept, java.lang.String roleUriUserPurpose, java.lang.String roleUriTechnicalPurpose, XmlAttribute[] relationAttributes)
          Find relations between concepts
If an argument is null, results are not filtered on that argument and all members in a population match.
 

Uses of Arc in com.batavia.xbrl.taxonomy.dimension
 

Methods in com.batavia.xbrl.taxonomy.dimension that return Arc
 Arc[] DimensionalTaxonomyCreator.findDefaultDomainMemberRelations(Item dimensionItem, Item domainMemberItem)
          find default domain member relations
If an argument is null, results are not filtered on that argument and all members in a population match.
 Arc[] DimensionalTaxonomyCreator.findDomainMemberRelations(Item primaryItem, Item hypercubeItem, Item dimensionItem, Item domainItem, Item domainMemberItem, java.lang.String roleUriUserPurpose)
          find domainmember relations for the given baseset
If an argument is null, results are not filtered on that argument and all members in a population match.
 Arc[] DimensionalTaxonomyCreator.findExplicitDimensionDomainRelations(Item primaryItem, Item hypercubeItem, Item dimensionItem, Item domainItem, java.lang.String roleUriUserPurpose)
          find explicit dimension domain relations for the given baseset
If an argument is null, results are not filtered on that argument and all members in a population match.
 Arc[] DimensionalTaxonomyCreator.findHasHypercubeRelations(Item primaryItem, Item hypercubeItem, java.lang.String roleUriUserPurpose, java.lang.String contextElement)
          find has hyper cube relations
If an argument is null, results are not filtered on that argument and all members in a population match.
 Arc[] DimensionalTaxonomyCreator.findHypercubeDimensionRelations(Item primairyItem, Item hypercubeItem, Item dimensionItem, java.lang.String roleUriUserPurpose)
          find relations between the hypercube and dimension in the baseset for the primary item
If an argument is null, results are not filtered on that argument and all members in a population match.
 Arc[] DimensionalTaxonomyCreator.findPrimaryDomainMemberRelations(Item domainItem, Item domainMemberItem, java.lang.String roleUriUserPurpose)
          find primary domain DomainMember relations
If an argument is null, results are not filtered on that argument and all members in a population match.
 Arc Dimension.getRefArc()
           
 

Uses of Arc in com.batavia.xbrl.taxonomy.xlink
 

Methods in com.batavia.xbrl.taxonomy.xlink that return Arc
 Arc ExtendedLink.createArc(java.lang.String xlinkFrom, java.lang.String xlinkTo)
          Create a child Arc and add it to the XbrlElement.
 

Methods in com.batavia.xbrl.taxonomy.xlink with parameters of type Arc
 void ExtendedLink.addArc(Arc aPart)
          Add the given Arc to the collections of Arc elements off this link
 boolean Arc.isDuplicate(Arc other)
          same xlink:from and xlink:to is duplicate
 void ExtendedLink.removeArc(Arc aPart)
          Remove the given Arc from the collections of Arc elements off this link