Uses of Class
eu.simuline.relana.model.SInstance
-
Packages that use SInstance Package Description eu.simuline.relana.expressions Classes to describe expressions.eu.simuline.relana.model Description for object oriented models in terms of java classes. -
-
Uses of SInstance in eu.simuline.relana.expressions
Fields in eu.simuline.relana.expressions declared as SInstance Modifier and Type Field Description private SInstanceFormula.Var. varSMethods in eu.simuline.relana.expressions that return types with arguments of type SInstance Modifier and Type Method Description Set<SInstance>Formula.Comp. getVars()Set<SInstance>Formula.Const. getVars()abstract Set<SInstance>Formula. getVars()Set<SInstance>Formula.Var. getVars()Methods in eu.simuline.relana.expressions with parameters of type SInstance Modifier and Type Method Description abstract FormulaFormula. add(SInstance serv, Deficiency def)FormulaFormula.Comp. add(SInstance serv, Deficiency def)FormulaFormula.Const. add(SInstance serv, Deficiency def)FormulaFormula.Var. add(SInstance serv, Deficiency def)FormulaFormula.Comp. remove(SInstance serv, Deficiency def)FormulaFormula.Const. remove(SInstance serv, Deficiency def)abstract FormulaFormula. remove(SInstance serv, Deficiency def)FormulaFormula.Var. remove(SInstance serv, Deficiency def)FormulaFormula.Comp. substitute(SInstance serv, Formula form)FormulaFormula.Const. substitute(SInstance serv, Formula form)abstract FormulaFormula. substitute(SInstance serv, Formula form)FormulaFormula.Var. substitute(SInstance serv, Formula form)Constructors in eu.simuline.relana.expressions with parameters of type SInstance Constructor Description Var(SInstance varS, String name) -
Uses of SInstance in eu.simuline.relana.model
Fields in eu.simuline.relana.model declared as SInstance Modifier and Type Field Description private SInstanceFlatCInstance.InstDef. servFields in eu.simuline.relana.model with type parameters of type SInstance Modifier and Type Field Description private Map<String,SInstance>CInstance. effectsMaps the names of the effects to their instances.private Map<List<String>,SInstance>FlatCInstance. effectsMaps the names of the effects to their instances.Methods in eu.simuline.relana.model that return SInstance Modifier and Type Method Description (package private) SInstanceSInstance. add(Deficiency def)Returns theSInstancearising from this one by removingdefin a way that means thatdefoccurs.SInstanceCInstance. getEffect(List<String> path)SInstanceFlatCInstance. getEffect(InstanceLocator loc)SInstanceFlatCInstance. getEffect(List<String> path)(package private) SInstanceCClass.SClassDecl. getSInstance()Returns a effect according to this declaration.(package private) SInstanceSInstance. remove(Deficiency def)Returns theSInstancearising from this one by removingdefin a way that means thatdefdoes not occur.(package private) SInstanceSInstance. substitute(SInstance serv, Formula form)Methods in eu.simuline.relana.model that return types with arguments of type SInstance Modifier and Type Method Description (package private) Map<String,SInstance>CInstance. getEffects()(package private) Map<List<String>,SInstance>FlatCInstance. getEffects()Methods in eu.simuline.relana.model with parameters of type SInstance Modifier and Type Method Description FlatCInstanceFlatCInstance. add(SInstance serv, Deficiency def)Returns theFlatCInstancearising from this one by assuming thatdefoccurs withinserv.(package private) voidCInstance. addEffect(String name, SInstance sInst)Adds the given effect under the given name.private FlatCInstance.InstDefFlatCInstance. instDefic(SInstance serv)Maps the given effect which is given by a formula, onto anFlatCInstance.InstDefconsisting of a variable with probability distribution occuring in the formula and its minimal deficiency.FlatCInstanceFlatCInstance. remove(SInstance serv, Deficiency def)Returns theFlatCInstancearising from this one by assuming thatdefdoes not occur withinserv.(package private) FlatCInstanceFlatCInstance. substitute(SInstance serv, Formula form)Returns theFlatCInstancearising from this one by substitutingservbyformin all effects.(package private) SInstanceSInstance. substitute(SInstance serv, Formula form)Constructors in eu.simuline.relana.model with parameters of type SInstance Constructor Description InstDef(SInstance serv, Deficiency def)SInstance(SInstance other)Constructor parameters in eu.simuline.relana.model with type arguments of type SInstance Constructor Description FlatCInstance(Map<List<String>,SInstance> effects)
-