public interface Equation extends Formule, org.nuiton.topia.persistence.TopiaEntityContextable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CATEGORY |
static String |
PROPERTY_CONTENT |
static String |
PROPERTY_JAVA_INTERFACE |
static String |
PROPERTY_LANGUAGE |
static String |
PROPERTY_NAME |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(Map<String,Object> param) |
double |
evaluate(String name,
Object value,
Object... others) |
String |
getCategory()
Return formule category name.
|
String |
getContent()
Return formule content.
|
Class |
getJavaInterface() |
String |
getLanguage() |
String |
getName()
Return formule name.
|
void |
setCategory(String category) |
void |
setContent(String content) |
void |
setJavaInterface(Class javaInterface) |
void |
setLanguage(String language) |
void |
setName(String name) |
delete, getTopiaContext, setTopiaContext, updateaccept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_NAME
static final String PROPERTY_CONTENT
static final String PROPERTY_CATEGORY
static final String PROPERTY_LANGUAGE
static final String PROPERTY_JAVA_INTERFACE
void setName(String name)
void setContent(String content)
String getContent()
FormulegetContent in interface Formulevoid setCategory(String category)
String getCategory()
FormulegetCategory in interface Formulevoid setLanguage(String language)
String getLanguage()
void setJavaInterface(Class javaInterface)
Class getJavaInterface()
Copyright © 1999-2013 CodeLutin. All Rights Reserved.