Z - the generic typepublic static class RelationshipGraphNode.GraphNodeBuildingParameters<Z extends RelationshipGraphNode.Node<Z>>
extends java.lang.Object
| Constructor and Description |
|---|
RelationshipGraphNode.GraphNodeBuildingParameters(XMLElementDefinition concept,
java.util.ArrayList<XBRLRelationship> rels,
boolean bIncludeSelf,
boolean bIncludeFrom,
RelationshipGraphNode.NodeFactory<Z> nf)
Information to build up the graph must be provided as an instance of this class.
|
public RelationshipGraphNode.GraphNodeBuildingParameters(XMLElementDefinition concept, java.util.ArrayList<XBRLRelationship> rels, boolean bIncludeSelf, boolean bIncludeFrom, RelationshipGraphNode.NodeFactory<Z> nf)
concept - the conceptrels - the relsbIncludeSelf - the b include selfbIncludeFrom - the b include fromnf - the nf