24 package org.lightjason.agentspeak.action.builtin.math.linearprogram;
26 import org.apache.commons.math3.optim.linear.Relationship;
31 import javax.annotation.Nonnull;
32 import java.util.Locale;
60 protected final Relationship
getRelation( @Nonnull
final String p_symbol )
62 switch ( p_symbol.trim().toLowerCase( Locale.ROOT ) )
69 return Relationship.LEQ;
76 return Relationship.GEQ;
82 return Relationship.EQ;
base class of build-in actions for setting name by package/classname (without prefix character) ...
final Relationship getRelation( @Nonnull final String p_symbol)
returns the enum of a relationship by a string value
abstract class for constraint actions
illegal argument exception
static< T > String languagestring(final T p_source, final String p_label, final Object... p_parameter)
returns the language depend string on any object
class for any helper calls
static final long serialVersionUID
serial id