azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

119 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>"
name: "Node<DataT,NodeT>"
nameWithType: "Node<DataT,NodeT>"
summary: "Type represents a node in a <xref uid=\"com.microsoft.azure.management.resources.fluentcore.dag.Graph\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Graph\"></xref>."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **Node<DataT,NodeT>**"
constructors:
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.Node(java.lang.String,DataT)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.Node(String key, DataT data)"
name: "Node(String key, DataT data)"
nameWithType: "Node<DataT,NodeT>.Node(String key, DataT data)"
summary: "Creates a graph node."
parameters:
- description: "unique id of the node"
name: "key"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "data to be stored in the node"
name: "data"
type: "<xref href=\"DataT?alt=DataT&text=DataT\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Node(String key, DataT data)"
desc: "Creates a graph node."
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.addChild(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.addChild(String childKey)"
name: "addChild(String childKey)"
nameWithType: "Node<DataT,NodeT>.addChild(String childKey)"
parameters:
- description: "add a child (neighbour) of this node"
name: "childKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void addChild(String childKey)"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.children()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.children()"
name: "children()"
nameWithType: "Node<DataT,NodeT>.children()"
syntax: "public List<String> children()"
returns:
description: "children (neighbours) of this node"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.data()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.data()"
name: "data()"
nameWithType: "Node<DataT,NodeT>.data()"
syntax: "public DataT data()"
returns:
description: "data stored in this node"
type: "<xref href=\"DataT?alt=DataT&text=DataT\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.hasChildren()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.hasChildren()"
name: "hasChildren()"
nameWithType: "Node<DataT,NodeT>.hasChildren()"
syntax: "public boolean hasChildren()"
returns:
description: "true if this node has any children"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.key()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.key()"
name: "key()"
nameWithType: "Node<DataT,NodeT>.key()"
syntax: "public String key()"
returns:
description: "this node's unique id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.owner()"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.owner()"
name: "owner()"
nameWithType: "Node<DataT,NodeT>.owner()"
syntax: "public Graph<DataT,NodeT> owner()"
returns:
description: "the owner (container) graph of this node."
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.Graph?alt=com.microsoft.azure.management.resources.fluentcore.dag.Graph&text=Graph\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"DataT?alt=DataT&text=DataT\" data-throw-if-not-resolved=\"False\" />,<xref href=\"NodeT?alt=NodeT&text=NodeT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.removeChild(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.removeChild(String childKey)"
name: "removeChild(String childKey)"
nameWithType: "Node<DataT,NodeT>.removeChild(String childKey)"
parameters:
- description: "remove child (neighbour) of this node"
name: "childKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void removeChild(String childKey)"
- uid: "com.microsoft.azure.management.resources.fluentcore.dag.Node.setOwner(com.microsoft.azure.management.resources.fluentcore.dag.Graph<DataT,NodeT>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.dag.Node<DataT,NodeT>.setOwner(Graph<DataT,NodeT> ownerGraph)"
name: "setOwner(Graph<DataT,NodeT> ownerGraph)"
nameWithType: "Node<DataT,NodeT>.setOwner(Graph<DataT,NodeT> ownerGraph)"
summary: "Sets reference to the graph owning this node."
parameters:
- description: "the owning graph"
name: "ownerGraph"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.dag.Graph?alt=com.microsoft.azure.management.resources.fluentcore.dag.Graph&text=Graph\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"DataT?alt=DataT&text=DataT\" data-throw-if-not-resolved=\"False\" />,<xref href=\"NodeT?alt=NodeT&text=NodeT\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public void setOwner(Graph<DataT,NodeT> ownerGraph)"
desc: "Sets reference to the graph owning this node."
type: "class"
typeParameters:
- description: "the type of the data stored in the node"
name: "DataT"
- description: "the type of the node"
name: "NodeT"
desc: "Type represents a node in a <xref uid=\"com.microsoft.azure.management.resources.fluentcore.dag.Graph\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Graph\"></xref>."
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.dag"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4