Verwendungen von Klasse
ch.nolix.core.document.chainednode.ChainedNode
Package
Beschreibung
The
ch.nolix.core.document.chainednode
package defines a chained
node.The
ch.nolix.system.application.main
package defines a base
application and a base client.-
Verwendungen von ChainedNode in ch.nolix.core.document.chainednode
Modifizierer 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) Modifizierer 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) ModifiziererKonstruktorBeschreibungChainedNode
(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
Modifizierer und TypMethodeBeschreibungprotected final void
Client.runOnCounterpart
(ChainedNode command, ChainedNode... commands) Runs the given commands on the counterpart of the currentClient
.