24 package org.lightjason.agentspeak.action.builtin.generic.type;
30 import javax.annotation.Nonnull;
31 import java.util.AbstractMap;
57 protected final Map.Entry<Boolean,
ITerm>
parse( @Nonnull
final String p_value )
63 catch (
final Exception l_exception )
65 return new AbstractMap.SimpleImmutableEntry<>(
false,
CRawTerm.
from( null ) );
action for parsing a integer from string.
final Map.Entry< Boolean, ITerm > parse( @Nonnull final String p_value)
parses the input string
default generic literal class for agent beliefs a literal consists of a functor, an optional list of ...
static final long serialVersionUID
serial id
static< N > CRawTerm< N > from(final N p_value)
factory for a raw term
static ILiteral parse( @Nonnull final String p_literal)
factory
abstract class to define parsing actions
term structure for simple datatypes