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 ChainedNode
static ChainedNode
ChainedNode.fromString
(String string) ChainedNode.getChildNodeAt1BasedIndex
(int index) ChainedNode.getFirstChildNodeWithHeader
(String header) ChainedNode.getNextNode()
ChainedNode.getSingleChildNode()
static ChainedNode
ChainedNode.withChildNodesFromNodes
(INode<?> childNode, INode<?>... childNodes) static ChainedNode
ChainedNode.withChildNodesFromNodes
(Iterable<? extends INode<?>> attributes) Creates a newChainedNode
with the given attributes.static ChainedNode
ChainedNode.withHeader
(String header) static ChainedNode
ChainedNode.withHeaderAndChildNode
(String header, ChainedNode attribute) static ChainedNode
ChainedNode.withHeaderAndChildNode
(String header, INode<?> childNode) static ChainedNode
ChainedNode.withHeaderAndChildNodes
(String header, ChainedNode childNode, ChainedNode... childNodes) static ChainedNode
ChainedNode.withHeaderAndChildNodes
(String header, Iterable<? extends IChainedNode> attributes) static ChainedNode
ChainedNode.withHeaderAndChildNodesFromNodes
(String header, INode<?> childNode, INode<?>... childNodes) Creates a newChainedNode
with the given header and attributes.static ChainedNode
ChainedNode.withHeaderAndChildNodesFromNodes
(String header, Iterable<? extends INode<?>> attributes) Creates a newChainedNode
with the given header and attributes.static ChainedNode
ChainedNode.withHeaderAndNextNode
(String header, ChainedNode nextNode) static ChainedNode
ChainedNode.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 ChainedNode
ChainedNode.withHeaderAndChildNode
(String header, ChainedNode attribute) static ChainedNode
ChainedNode.withHeaderAndChildNodes
(String header, ChainedNode childNode, ChainedNode... childNodes) static ChainedNode
ChainedNode.withHeaderAndNextNode
(String header, ChainedNode nextNode) static ChainedNode
ChainedNode.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 newChainedNode
with 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 void
Client.runOnCounterpart
(ChainedNode command, ChainedNode... commands) Runs the given commands on the counterpart of the currentClient
.