Uses of Class
eu.bandm.tscore.model.Expression

Packages that use Expression
eu.bandm.tscore.model Generic score model for denotating time-based sequences of arbitrary events. 
 

Uses of Expression in eu.bandm.tscore.model
 

Subclasses of Expression in eu.bandm.tscore.model
 class Application
           
 class Const
           
 

Fields in eu.bandm.tscore.model declared as Expression
protected  Expression Application.func
           
protected  Expression Param.parsed
           
 

Fields in eu.bandm.tscore.model with type parameters of type Expression
protected  CheckedMap_RD<String,Expression> Application.args
           
static Function<Application,CheckedMap_RD<String,Expression>> Application.get_args
           
static Function<Application,Expression> Application.get_func
           
static Function<Param,Expression> Param.get_parsed
           
 

Methods in eu.bandm.tscore.model with type parameters of type Expression
protected
<T extends Expression>
T
Rewrite.breakLoop(T e0)
           
 

Methods in eu.bandm.tscore.model that return Expression
 Expression Expression.doclone()
           
 Expression Application.get_func()
           
 Expression Param.get_parsed()
           
 Expression Expression.initFrom(Object o0)
           
 

Methods in eu.bandm.tscore.model that return types with arguments of type Expression
 CheckedMap_RD<String,Expression> Application.get_args()
           
 

Methods in eu.bandm.tscore.model with parameters of type Expression
protected  void Rewrite.action(Expression e0)
           
 void Application.put_args(String key0, Expression value)
           
protected  void Rewrite.rewriteFields(Expression clone)
           
 boolean Application.set_func(Expression val)
           
 boolean Param.set_parsed(Expression val)
           
 

Method parameters in eu.bandm.tscore.model with type arguments of type Expression
 boolean Application.set_args(CheckedMap_RD<String,Expression> val)
           
 

Constructors in eu.bandm.tscore.model with parameters of type Expression
Application(Expression func)