Verwendungen von Schnittstelle
ch.nolix.coreapi.stateapi.staterequestapi.BlanknessRequestable
Packages, die BlanknessRequestable verwenden
Package
Beschreibung
-
Verwendungen von BlanknessRequestable in ch.nolix.core.document.chainednode
Klassen in ch.nolix.core.document.chainednode, die BlanknessRequestable implementierenModifizierer und TypKlasseBeschreibungfinal class
AChainedNode
has the following attributes. -0 or 1 header -an arbitrary number of childChainedNode
s -0 or 1 nextChainedNode
AChainedNode
is not mutable. -
Verwendungen von BlanknessRequestable in ch.nolix.core.document.node
Klassen in ch.nolix.core.document.node, die BlanknessRequestable implementierenModifizierer und TypKlasseBeschreibungclass
AbstractMutableNode<N extends AbstractMutableNode<N>>
class
AbstractNode<N extends AbstractNode<N>>
final class
AFileNode
is a specification that is stored in a file.final class
final class
ANode
is not mutable. -
Verwendungen von BlanknessRequestable in ch.nolix.coreapi.documentapi.chainednodeapi
Unterschnittstellen von BlanknessRequestable in ch.nolix.coreapi.documentapi.chainednodeapiModifizierer und TypSchnittstelleBeschreibunginterface
AIChainedNode
has the following attributes. -0 or 1 header -an arbitrary number of childIChainedNode
s -0 or 1 nextIChainedNode
AIChainedNode
that does not have a header, does not contain attributes and does not have a nextIChainedNode
is blank. -
Verwendungen von BlanknessRequestable in ch.nolix.coreapi.documentapi.nodeapi
Unterschnittstellen von BlanknessRequestable in ch.nolix.coreapi.documentapi.nodeapiModifizierer und TypSchnittstelleBeschreibunginterface
IMutableNode<N extends IMutableNode<N>>
AIMutableNode
is aINode
that is mutable.interface