Verwendungen von Klasse
ch.nolix.core.document.chainednode.ChainedNode
Packages, die ChainedNode verwenden
-
Verwendungen von ChainedNode in ch.nolix.core.document.chainednode
Methoden in ch.nolix.core.document.chainednode, die ChainedNode zurückgebenModifizierer und TypMethodeBeschreibungstatic ChainedNodeChainedNode.fromChainedNode(IChainedNode chainedNode) static ChainedNodestatic ChainedNodeChainedNode.fromString(String string) ChainedNode.getChildNodeAtOneBasedIndex(int index) ChainedNode.getFirstChildNodeWithHeader(String header) ChainedNode.getNextNode()ChainedNode.getSingleChildNode()static ChainedNodeChainedNode.withChildNodesFromNodes(INode<?> childNode, INode<?>... childNodes) static ChainedNodeChainedNode.withChildNodesFromNodes(Iterable<? extends INode<?>> attributes) Creates a newChainedNodewith the given attributes.static ChainedNodeChainedNode.withHeader(String header) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, ChainedNode attribute) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, INode<?> childNode) static ChainedNodeChainedNode.withHeaderAndChildNodes(String header, ChainedNode childNode, ChainedNode... childNodes) static ChainedNodeChainedNode.withHeaderAndChildNodes(String header, Iterable<? extends IChainedNode> attributes) static ChainedNodeChainedNode.withHeaderAndChildNodesFromNodes(String header, INode<?> childNode, INode<?>... childNodes) Creates a newChainedNodewith the given header and attributes.static ChainedNodeChainedNode.withHeaderAndChildNodesFromNodes(String header, Iterable<? extends INode<?>> attributes) Creates a newChainedNodewith the given header and attributes.static ChainedNodeChainedNode.withHeaderAndNextNode(String header, ChainedNode nextNode) static ChainedNodeChainedNode.withHeaderAndNextNodeAndChildNodes(String header, ChainedNode nextNode, IChainedNode childNode, IChainedNode... childNodes) Methoden in ch.nolix.core.document.chainednode, die Typen mit Argumenten vom Typ ChainedNode zurückgebenMethoden in ch.nolix.core.document.chainednode mit Parametern vom Typ ChainedNodeModifizierer und TypMethodeBeschreibungstatic ChainedNodeChainedNode.withHeaderAndChildNode(String header, ChainedNode attribute) static ChainedNodeChainedNode.withHeaderAndChildNodes(String header, ChainedNode childNode, ChainedNode... childNodes) static ChainedNodeChainedNode.withHeaderAndNextNode(String header, ChainedNode nextNode) static ChainedNodeChainedNode.withHeaderAndNextNodeAndChildNodes(String header, ChainedNode nextNode, IChainedNode childNode, IChainedNode... childNodes) Konstruktoren in ch.nolix.core.document.chainednode mit Parametern vom Typ ChainedNodeModifiziererKonstruktorBeschreibungChainedNode(String header, Iterable<INode<?>> attributes, ChainedNode nextNode) Creates a newChainedNodewith the given header, attributes and nextNode. -
Verwendungen von ChainedNode in ch.nolix.system.application.main
Methoden in ch.nolix.system.application.main mit Parametern vom Typ ChainedNodeModifizierer und TypMethodeBeschreibungprotected final voidAbstractClient.runOnCounterpart(ChainedNode command, ChainedNode... commands) Runs the given commands on the counterpart of the currentAbstractClient.