Uses of Class
software.aws.awsprototypingsdk.cdkgraph.Node
-
-
Uses of Node in software.aws.awsprototypingsdk.cdkgraph
Subclasses of Node in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Class Description classAppNode(experimental) AppNode defines a cdk App.classCfnResourceNode(experimental) CfnResourceNode defines an L1 cdk resource.classNestedStackNode(experimental) NestedStackNode defines a cdk NestedStack.classOutputNode(experimental) OutputNode defines a cdk CfnOutput resources.classParameterNode(experimental) ParameterNode defines a CfnParameter node.classResourceNode(experimental) ResourceNode class defines a L2 cdk resource construct.classRootNode(experimental) RootNode represents the root of the store tree.classStackNode(experimental) StackNode defines a cdk Stack.classStageNode(experimental) StageNode defines a cdk Stage.Methods in software.aws.awsprototypingsdk.cdkgraph that return Node Modifier and Type Method Description NodeNode. find(INodePredicate predicate)(experimental) Recursively find the nearest sub-node matching predicate.NodeNode. findAncestor(INodePredicate predicate)(experimental) Find nearest ancestor of this node matching given predicate.NodeNode. findAncestor(INodePredicate predicate, Number max)(experimental) Find nearest ancestor of this node matching given predicate.NodeNode. findChild(String id)(experimental) Find child with given id.NodeStore. findNodeByImportArn(Object value)(experimental) Attempts to lookup theNodeassociated with a given *import arn token*.NodeStore. findNodeByLogicalId(StackNode stack, String logicalId)(experimental) Find node within given stack with given logicalId.NodeStore. findNodeByLogicalUniversalId(String uid)(experimental) Find node by universal logicalId (<stack>:<logicalId>).NodeNode. getChild(String id)(experimental) Get child node with given id.NodeNode. getNearestAncestor(Node node)(experimental) Gets the nearest common ancestor shared between this node and another node.NodeStore. getNode(String uuid)(experimental) Get stored node by UUID.default NodeIAppNodeProps. getParent()(experimental) Parent node.default NodeIAppNodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeIAppNodeProps.Jsii$Proxy. getParent()(experimental) Parent node.default NodeICfnResourceNodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeICfnResourceNodeProps.Jsii$Proxy. getParent()(experimental) Parent node.default NodeINestedStackNodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeINestedStackNodeProps.Jsii$Proxy. getParent()(experimental) Parent node.default NodeINodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeINodeProps.Jsii$Proxy. getParent()(experimental) Parent node.default NodeIOutputNodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeIOutputNodeProps.Jsii$Proxy. getParent()(experimental) Parent node.default NodeIParameterNodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeIParameterNodeProps.Jsii$Proxy. getParent()(experimental) Parent node.default NodeIResourceNodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeIResourceNodeProps.Jsii$Proxy. getParent()(experimental) Parent node.default NodeIStackNodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeIStackNodeProps.Jsii$Proxy. getParent()(experimental) Parent node.default NodeITypedNodeProps. getParent()(experimental) Parent node.default NodeITypedNodeProps.Jsii$Default. getParent()(experimental) Parent node.NodeITypedNodeProps.Jsii$Proxy. getParent()(experimental) Parent node.NodeNode. getParent()(experimental) Parent node.NodeEdge. getSource()(experimental) Edge source is the node that defines the edge (tail).default NodeIAttributeReferenceProps.Jsii$Default. getSource()(experimental) Edge source is the node that defines the edge (tail).NodeIAttributeReferenceProps.Jsii$Proxy. getSource()(experimental) Edge source is the node that defines the edge (tail).default NodeIEdgeProps.Jsii$Default. getSource()(experimental) Edge source is the node that defines the edge (tail).NodeIEdgeProps.Jsii$Proxy. getSource()(experimental) Edge source is the node that defines the edge (tail).default NodeIReferenceProps.Jsii$Default. getSource()(experimental) Edge source is the node that defines the edge (tail).NodeIReferenceProps.Jsii$Proxy. getSource()(experimental) Edge source is the node that defines the edge (tail).NodeITypedEdgeProps. getSource()(experimental) Edge source is the node that defines the edge (tail).default NodeITypedEdgeProps.Jsii$Default. getSource()(experimental) Edge source is the node that defines the edge (tail).NodeITypedEdgeProps.Jsii$Proxy. getSource()(experimental) Edge source is the node that defines the edge (tail).NodeEdge. getTarget()(experimental) Edge target is the node being referenced by the source (head).default NodeIAttributeReferenceProps.Jsii$Default. getTarget()(experimental) Edge target is the node being referenced by the source (head).NodeIAttributeReferenceProps.Jsii$Proxy. getTarget()(experimental) Edge target is the node being referenced by the source (head).default NodeIEdgeProps.Jsii$Default. getTarget()(experimental) Edge target is the node being referenced by the source (head).NodeIEdgeProps.Jsii$Proxy. getTarget()(experimental) Edge target is the node being referenced by the source (head).default NodeIReferenceProps.Jsii$Default. getTarget()(experimental) Edge target is the node being referenced by the source (head).NodeIReferenceProps.Jsii$Proxy. getTarget()(experimental) Edge target is the node being referenced by the source (head).NodeITypedEdgeProps. getTarget()(experimental) Edge target is the node being referenced by the source (head).default NodeITypedEdgeProps.Jsii$Default. getTarget()(experimental) Edge target is the node being referenced by the source (head).NodeITypedEdgeProps.Jsii$Proxy. getTarget()(experimental) Edge target is the node being referenced by the source (head).NodeNode. mutateCollapseTo(Node ancestor)(experimental) Collapses this node into an ancestor.NodeRootNode. mutateCollapseTo(Node _ancestor)(experimental) Collapses *this node* into *an ancestor* >RootNodedoes not support this mutation.NodeNode. mutateCollapseToParent()(experimental) Collapses this node into it's parent node.NodeRootNode. mutateCollapseToParent()(experimental) Collapses *this node* into *it's parent node* >RootNodedoes not support this mutation.Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type Node Modifier and Type Method Description List<Node>Node. findAll()(experimental) Return this construct and all of its sub-nodes in the given order.List<Node>Node. findAll(IFindNodeOptions options)(experimental) Return this construct and all of its sub-nodes in the given order.List<Node>RootNode. findAll()(experimental) Return this construct and all of its sub-nodes in the given order.List<Node>RootNode. findAll(IFindNodeOptions options)(experimental) Return this construct and all of its sub-nodes in the given order.List<Node>Node. getChildren()(experimental) Get all direct child nodes.List<Node>Node. getDependedOnBy()(experimental) Get list of Nodes that depend on this node.List<Node>Node. getDependencies()(experimental) Get list of Nodes that this node depends on.List<Node>Store. getNodes()(experimental) Gets all stored nodes.List<Node>Node. getReferencedBy()(experimental) Get list of Nodes that reference this node.List<Node>Node. getReferences()(experimental) Get list of Nodes that this node references.List<Node>Node. getScopes()(experimental) Gets descending ordered list of ancestors from the root.List<Node>Node. getSiblings()(experimental) Get list of siblings of this node.List<Node>Reference. resolveTargets()(experimental) Resolve targets by following potential edge chain.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type Node Modifier and Type Method Description voidNode. addChild(Node node)(experimental) Add child node.voidStore. addNode(Node node)(experimental) Add node to the store.BooleanNode. doesDependOn(Node node)(experimental) Indicates if this node depends on another node.BooleanNode. doesReference(Node node)(experimental) Indicates if this node references another node.NodeNode. getNearestAncestor(Node node)(experimental) Gets the nearest common ancestor shared between this node and another node.BooleanNode. isAncestor(Node ancestor)(experimental) Indicates if a specific node is an ancestor of this node.static BooleanAppNode. isAppNode(Node node)(experimental) Indicates if node is aAppNode.static BooleanCfnResourceNode. isCfnResourceNode(Node node)(experimental) Indicates if a node is aCfnResourceNode.BooleanNode. isChild(Node node)(experimental) Indicates if specific node is a child of this node.static BooleanNestedStackNode. isNestedStackNode(Node node)(experimental) Indicates if node is aNestedStackNode.static BooleanOutputNode. isOutputNode(Node node)(experimental) Indicates if node is anOutputNode.static BooleanParameterNode. isParameterNode(Node node)(experimental) Indicates if node is aParameterNode.static BooleanResourceNode. isResourceNode(Node node)(experimental) Indicates if node is aResourceNode.static BooleanRootNode. isRootNode(Node node)(experimental) Indicates if node is aRootNode.static BooleanStackNode. isStackNode(Node node)(experimental) Indicates if node is aStackNode.static BooleanStageNode. isStageNode(Node node)(experimental) Indicates if node is aStageNode.NodeNode. mutateCollapseTo(Node ancestor)(experimental) Collapses this node into an ancestor.NodeRootNode. mutateCollapseTo(Node _ancestor)(experimental) Collapses *this node* into *an ancestor* >RootNodedoes not support this mutation.voidNestedStackNode. mutateHoist(Node newParent)(experimental) Hoist this node to an ancestor by removing it from its current parent node and in turn moving it to the ancestor.voidNode. mutateHoist(Node newParent)(experimental) Hoist this node to an ancestor by removing it from its current parent node and in turn moving it to the ancestor.voidRootNode. mutateHoist(Node _newParent)(experimental) Hoist this node to an ancestor by removing it from its current parent node and in turn moving it to the ancestor.voidStackNode. mutateHoist(Node newParent)(experimental) Hoist this node to an ancestor by removing it from its current parent node and in turn moving it to the ancestor.voidNode. mutateMove(Node newParent)(experimental) Move this node into a new parent node.BooleanNode. mutateRemoveChild(Node node)(experimental) Remove a child node from this node.BooleanResourceNode. mutateRemoveChild(Node node)(experimental) Remove a child node from this node.BooleanStore. mutateRemoveNode(Node node)(experimental) Remove node from the store.voidEdge. mutateSource(Node node)(experimental) Change the edge source.voidEdge. mutateTarget(Node node)(experimental) Change the edge target.IGraphFilterPlanFocusConfig.BuilderIGraphFilterPlanFocusConfig.Builder. node(Node node)Sets the value ofIGraphFilterPlanFocusConfig.getNode()static StackNodeStackNode. of(Node node)(experimental) Gets theStackNodecontaining a given resource.static StageNodeStageNode. of(Node node)(experimental) Gets theStageNodecontaining a given resource.voidStore. recordImportArn(String arnToken, Node resource)(experimental) Records arn tokens from imported resources (eg:s3.Bucket.fromBucketArn()) that are used for resolving references.voidStore. recordLogicalId(StackNode stack, String logicalId, Node resource)(experimental) Record a universal logicalId to node mapping in the store.
-