Uses of Class
com.knezevic.edaf.v3.repr.grammar.model.Terminal
Packages that use Terminal
-
Uses of Terminal in com.knezevic.edaf.v3.repr.grammar.model
Subclasses of Terminal in com.knezevic.edaf.v3.repr.grammar.modelModifier and TypeClassDescriptionfinal classBoolean literal terminal.final classNumeric literal terminal.final classEphemeral random constant (ERC) terminal definition.final classTerminal that references one executable operator definition.final classVariable reference terminal.Methods in com.knezevic.edaf.v3.repr.grammar.model that return TerminalModifier and TypeMethodDescriptionDerivationTree.TerminalNode.terminal()Returns the value of theterminalrecord component.Constructors in com.knezevic.edaf.v3.repr.grammar.model with parameters of type TerminalModifierConstructorDescriptionTerminalNode(Terminal terminal, Double sampledValue, int depth) Immutable constructor.