Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.INodePredicate
-
-
Uses of INodePredicate in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of INodePredicate in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description static interfaceINodePredicate.Jsii$DefaultInternal default implementation forINodePredicate.Classes in software.aws.awsprototypingsdk.cdkgraph that implement INodePredicate Modifier and Type Class Description static classINodePredicate.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in software.aws.awsprototypingsdk.cdkgraph that return INodePredicate Modifier and Type Method Description default INodePredicateIGraphFilter. getNode()(experimental) Predicate to match nodes.default INodePredicateIGraphFilter.Jsii$Default. getNode()(experimental) Predicate to match nodes.INodePredicateIGraphFilter.Jsii$Proxy. getNode()(experimental) Predicate to match nodes.default INodePredicateIFindNodeOptions. getPredicate()(experimental) The predicate to match node(s).default INodePredicateIFindNodeOptions.Jsii$Default. getPredicate()(experimental) The predicate to match node(s).INodePredicateIFindNodeOptions.Jsii$Proxy. getPredicate()(experimental) The predicate to match node(s).Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type INodePredicate 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.default voidIFindNodeOptions.Jsii$Default. setPredicate(INodePredicate value)(experimental) The predicate to match node(s).voidIFindNodeOptions.Jsii$Proxy. setPredicate(INodePredicate value)(experimental) The predicate to match node(s).default voidIFindNodeOptions. setPredicate(INodePredicate value)(experimental) The predicate to match node(s).
-