Uses of Class
eu.simuline.relana.model.Deficiency
- 
Packages that use Deficiency Package Description eu.simuline.relana.expressions Classes to describe expressions.eu.simuline.relana.model Description for object oriented models in terms of java classes.eu.simuline.relana.parser Classes to parse all file types except xml:CClassParserparse*.cclfiles representing Component Classes,SClassParserparse*.sclfiles representing Service Classes and finallyFormulaParserparse formulae.
- 
- 
Uses of Deficiency in eu.simuline.relana.expressionsFields in eu.simuline.relana.expressions with type parameters of type Deficiency Modifier and Type Field Description private Map<Deficiency,DeficiencyNode>Type. deficiency2orderingMaps declaredDeficiencys ********** (seeSClass.getDeclaredDeficiency2ordering()) to their nodes which determine their predecessors and their successors.private Set<Deficiency>Formula.Comp. maxprivate Set<Deficiency>Type. maxDefsprivate Set<Deficiency>Formula.Comp. minprivate Set<Deficiency>Type. minDefsprivate Set<Deficiency>Formula.Const. valprivate Set<Deficiency>FormulaDecl.Const. valMethods in eu.simuline.relana.expressions that return types with arguments of type Deficiency Modifier and Type Method Description Set<Deficiency>Type. asSet()Returns a copy to be modified without affecting the original of the maximal set of deficiencies of this type.protected Map<Deficiency,DeficiencyNode>Type. copy()Set<Deficiency>Operation.Eval. eval(Set<Set<Deficiency>> param)(package private) abstract Set<Deficiency>Operation.Functor. eval(DeficiencyMap map, Set<Deficiency> defs)(package private) Set<Deficiency>Operation.Functor. eval(Set<Set<Deficiency>> param, DeficiencyMap map)Set<Deficiency>Operation.IntsOp. eval(Set<Set<Deficiency>> param)Set<Deficiency>Operation.Maps. eval(Set<Set<Deficiency>> param)Set<Deficiency>Operation.UnionOp. eval(Set<Set<Deficiency>> param)Set<Deficiency>Type. getCone(Deficiency def)Set<Deficiency>Formula.Comp. getConst()Set<Deficiency>Formula.Const. getConst()abstract Set<Deficiency>Formula. getConst()Returns the constant represented by this formula, if any.Set<Deficiency>Formula.Var. getConst()Map<Deficiency,DeficiencyNode>Type. getDeficiency2ordering()Set<Deficiency>Formula.Comp. getMax()Set<Deficiency>Formula.Const. getMax()abstract Set<Deficiency>Formula. getMax()Set<Deficiency>Formula.Var. getMax()Set<Deficiency>Type. getMax()Set<Deficiency>Formula.Comp. getMin()Set<Deficiency>Formula.Const. getMin()abstract Set<Deficiency>Formula. getMin()Set<Deficiency>Formula.Var. getMin()Set<Deficiency>Type. getMin()Methods in eu.simuline.relana.expressions with parameters of type Deficiency 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)Set<Deficiency>Type. getCone(Deficiency def)booleanType. implies(Deficiency def1, Deficiency def2)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)TypeType. remove(Deficiency def)protected DeficiencyNodeType. remove(Map<Deficiency,DeficiencyNode> def2ord, Deficiency def)TypeType. removeAndAbove(Deficiency def)Returns a copy of this type where the given Deficiency, and all Deficiencies above it are removed.voidType. replace(Deficiency oldDef, Deficiency newDefMin, Deficiency newDefMax, Type type)Method parameters in eu.simuline.relana.expressions with type arguments of type Deficiency Modifier and Type Method Description voidType. addAll(Map<Deficiency,DeficiencyNode> deficiency2ordering)private static Formula.ConstFormula.Const. create(Set<Deficiency> val, Type type)Set<Deficiency>Operation.Eval. eval(Set<Set<Deficiency>> param)(package private) abstract Set<Deficiency>Operation.Functor. eval(DeficiencyMap map, Set<Deficiency> defs)(package private) Set<Deficiency>Operation.Functor. eval(Set<Set<Deficiency>> param, DeficiencyMap map)Set<Deficiency>Operation.IntsOp. eval(Set<Set<Deficiency>> param)Set<Deficiency>Operation.Maps. eval(Set<Set<Deficiency>> param)Set<Deficiency>Operation.UnionOp. eval(Set<Set<Deficiency>> param)static FormulaDeclFormulaDecl. getConst(Type type, Set<Deficiency> val)booleanType. isValid(Set<Deficiency> set)Returns whether the given set of deficiencies is allowed by this type.protected DeficiencyNodeType. remove(Map<Deficiency,DeficiencyNode> def2ord, Deficiency def)Constructor parameters in eu.simuline.relana.expressions with type arguments of type Deficiency Constructor Description Const(Set<Deficiency> val, Type type)Const(Type type, Set<Deficiency> val)Type(Map<Deficiency,DeficiencyNode> deficiency2ordering)
- 
Uses of Deficiency in eu.simuline.relana.modelFields in eu.simuline.relana.model declared as Deficiency Modifier and Type Field Description private DeficiencyFlatCInstance.InstDef. defprivate DeficiencyDeficiencyNode. deficiencyprivate DeficiencyDeficiencySetNode. deficiencyTheDeficiencyto be resolved.private DeficiencySClass. maxDefprivate DeficiencySClass. minDefstatic DeficiencyDeficiency. UNDETFields in eu.simuline.relana.model with type parameters of type Deficiency Modifier and Type Field Description private Map<Deficiency,BigDecimal>ProbDistr. def2probprivate Map<Deficiency,BigDecimal>ProbDistr.Validator. def2probMaps a deficiency which is either minimal or conditional to its probability.private Map<Deficiency,DeficiencyNode>SClass. deficiency2orderingMaps declaredDeficiencys (seeSClass.getDeclaredDeficiency2ordering()) to their nodes which determine their predecessors and their successors.private Set<Deficiency>DeficiencySetNode. deficiencySetThe set of elementaryDeficiencys resolvingDeficiencySetNode.deficiency.private Set<Deficiency>ProbDistr.Validator. degeneratesprivate Set<Deficiency>DeficiencyMap. domainThe elements ofDeficiencyMap.sourcefor whichDeficiencyMap.map(eu.simuline.relana.model.Deficiency)yields a non-null-result.private Map<Deficiency,DeficiencySetNode>ProbDistr.Validator. extOrderingMaps a deficiency to essentially a set of deficiencies it depends on.private Set<Deficiency>DeficiencyMap. idDomThe set of deficiencies mapped identically.private Set<Deficiency>ProbDistr.Validator. invalidsprivate Map<Deficiency,SClass>SClass. oldDef2innerClassesprivate Set<Deficiency>DeficiencyMap. rangeThe elements ofDeficiencyMap.targetfor whichDeficiencyMap.getInverseImage(eu.simuline.relana.model.Deficiency)yields a non-empty result.private Map<Set<Deficiency>,Deficiency>DeficiencyMap. setOfNew2oldThe set of deficiencies all mapped to the same deficiency.private Map<Set<Deficiency>,Deficiency>DeficiencyMap. setOfNew2oldThe set of deficiencies all mapped to the same deficiency.private Map<Set<Deficiency>,Deficiency>MapDecl. setOfNew2oldprivate Map<Set<Deficiency>,Deficiency>MapDecl. setOfNew2oldMethods in eu.simuline.relana.model that return Deficiency Modifier and Type Method Description DeficiencyDeficiencyNode. getDeficiency()DeficiencyDeficiencySetNode. getDeficiency()Returns theDeficiencyto be resolved.DeficiencySClass. getMaxDefic()DeficiencySClass. getMinDefic()DeficiencyDeficiencyMap. map(Deficiency def)Performs the mapping.Methods in eu.simuline.relana.model that return types with arguments of type Deficiency Modifier and Type Method Description Set<Deficiency>DeficiencyMap. cont(Set<Deficiency> defs)Returns the inverse image ofdefsunder this map.Set<Deficiency>DeficiencyMap. cov(Set<Deficiency> defs)Returns the image ofdefsunder this map.(package private) Map<Deficiency,BigDecimal>ProbDistr.Validator. error()(package private) Map<Deficiency,DeficiencyNode>SClass. getDeclaredDeficiency2ordering()Map<Deficiency,SClass>SClass. getDeclaredInnerClasses()Set<Deficiency>DeficiencySetNode. getDeficiencySet()Returns the set of elementaryDeficiencys resolvingDeficiencySetNode.deficiency.(package private) Set<Deficiency>DeficiencyMap. getDomain()Returns the domain of this map.(package private) Set<Deficiency>DeficiencyMap. getInverseImage(Deficiency def)Returns the inverse image of the given deficiency with respect to this map.private static Map<Set<Deficiency>,Deficiency>SClass. getMap(Map<Deficiency,SClass> oldDef2intCls)Converts a map from the overwritten deficiencies to the overwriting classes, to a map from the set of deficiencies in the class back to the original deficiency.private static Map<Set<Deficiency>,Deficiency>SClass. getMap(Map<Deficiency,SClass> oldDef2intCls)Converts a map from the overwritten deficiencies to the overwriting classes, to a map from the set of deficiencies in the class back to the original deficiency.Set<Deficiency>SInstance. getMin()(package private) Set<Deficiency>DeficiencyMap. getRange()Returns the range of this map.static Set<Deficiency>DeficiencyNode. unwrap(Set<DeficiencyNode> defNodes)(package private) Map<Deficiency,BigDecimal>ProbDistr.Validator. warning()(package private) Map<Deficiency,BigDecimal>ProbDistr.Validator. warningError(Set<Deficiency> invOrDeg)Methods in eu.simuline.relana.model with parameters of type Deficiency Modifier and Type Method Description FlatCInstanceFlatCInstance. add(SInstance serv, Deficiency def)Returns theFlatCInstancearising from this one by assuming thatdefoccurs withinserv.(package private) ProbDistrProbDistr. add(Deficiency def)(package private) SInstanceSInstance. add(Deficiency def)Returns theSInstancearising from this one by removingdefin a way that means thatdefoccurs.(package private) DeficiencySetNodeProbDistr.Validator. get(Deficiency def)SClassSClass. getDeclaredInnerClass(Deficiency def)(package private) Set<Deficiency>DeficiencyMap. getInverseImage(Deficiency def)Returns the inverse image of the given deficiency with respect to this map.BigDecimalProbDistr. getProb(Deficiency def)DeficiencyDeficiencyMap. map(Deficiency def)Performs the mapping.(package private) voidProbDistr.Validator. put(Deficiency def, DeficiencySetNode dsn)(package private) voidProbDistr.Validator. put(Deficiency def, BigDecimal prob)FlatCInstanceFlatCInstance. remove(SInstance serv, Deficiency def)Returns theFlatCInstancearising from this one by assuming thatdefdoes not occur withinserv.(package private) ProbDistrProbDistr. remove(Deficiency def)(package private) SInstanceSInstance. remove(Deficiency def)Returns theSInstancearising from this one by removingdefin a way that means thatdefdoes not occur.Method parameters in eu.simuline.relana.model with type arguments of type Deficiency Modifier and Type Method Description private static voidProbDistr. checkIn01(Map<Deficiency,BigDecimal> def2prob)Set<Deficiency>DeficiencyMap. cont(Set<Deficiency> defs)Returns the inverse image ofdefsunder this map.Set<Deficiency>DeficiencyMap. cov(Set<Deficiency> defs)Returns the image ofdefsunder this map.private static Map<Set<Deficiency>,Deficiency>SClass. getMap(Map<Deficiency,SClass> oldDef2intCls)Converts a map from the overwritten deficiencies to the overwriting classes, to a map from the set of deficiencies in the class back to the original deficiency.BigDecimalDeficiencySetNode. getProb(Map<Deficiency,BigDecimal> def2prob)Returns the probability of the wrapped deficiencyDeficiencySetNode.deficiencyif replaced by the setDeficiencySetNode.deficiencySetof deficiencies which are assumed to be independent.(package private) BigDecimalProbDistr.Validator. getProb(Set<Deficiency> defs)static SClassSClass. getSClass(String sName, Package pkg, SClass superClass, Map<Deficiency,SClass> oldDef2innerClasses, Map<Deficiency,DeficiencyNode> def2ord)static DeficiencyMapDeficiencyMap. getSubclassMap(Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target)static DeficiencyMapDeficiencyMap. getSubclassMap(Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target)private ProbDistr.ValidatorProbDistr. init(ProbDistr.Inverter inv, Stack<Deficiency> minDefs, Set<DeficiencyNode> nMinNodes)Describeinitmethod here.(package private) Map<Deficiency,BigDecimal>ProbDistr.Validator. warningError(Set<Deficiency> invOrDeg)Constructors in eu.simuline.relana.model with parameters of type Deficiency Constructor Description DeficiencyNode(Deficiency deficiency)DeficiencyNode(Deficiency deficiency, Set<DeficiencyNode> predecessors, Set<DeficiencyNode> successors)DeficiencySetNode(Deficiency deficiency, Set<Deficiency> deficiencySet)InstDef(SInstance serv, Deficiency def)Constructor parameters in eu.simuline.relana.model with type arguments of type Deficiency Constructor Description DeficiencyMap(Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target, Set<Deficiency> idDom)DeficiencyMap(Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target, Set<Deficiency> idDom)DeficiencyMap(Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target, Set<Deficiency> idDom)DeficiencySetNode(Deficiency deficiency, Set<Deficiency> deficiencySet)MapDecl(boolean isRedeclare, String mapName, Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target, Set<Deficiency> idDom)MapDecl(boolean isRedeclare, String mapName, Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target, Set<Deficiency> idDom)MapDecl(boolean isRedeclare, String mapName, Map<Set<Deficiency>,Deficiency> setOfNew2old, SClass source, SClass target, Set<Deficiency> idDom)ProbDistr(Type type, Map<Deficiency,ProbDistr> old2ProbDistr, Map<Deficiency,BigDecimal> def2prob)ProbDistr(Type type, Map<Deficiency,BigDecimal> def2prob)SClass(String sName, Package pkg, SClass superClass, Map<Deficiency,SClass> oldDef2innerClasses, Map<Deficiency,DeficiencyNode> deficiency2ordering)Validator(Map<Deficiency,BigDecimal> def2prob)
- 
Uses of Deficiency in eu.simuline.relana.parserFields in eu.simuline.relana.parser with type parameters of type Deficiency Modifier and Type Field Description Map<Deficiency,ProbDistr>CClassParser.ReplDistrContext. def2distrMap<Deficiency,BigDecimal>CClassParser.AddProbAllocContext. def2probMap<Deficiency,DeficiencyNode>SClassParser.AddDeficiencyContext. deficiency2orderingMap<Deficiency,DeficiencyNode>SClassParser.AddRelationContext. deficiency2orderingMap<Deficiency,DeficiencyNode>SClassParser.AddRelationsContext. deficiency2orderingMap<Deficiency,DeficiencyNode>SClassParser.GetCheckedDeficienciesContext. deficiency2orderingMap<Deficiency,DeficiencyNode>SClassParser.GetDeficienciesContext. deficiency2orderingSet<Deficiency>CClassParser.AddDefContext. defsSet<Deficiency>CClassParser.AddToIdDomContext. idDomainSet<Deficiency>SClassParser.AddMapContext. newDefsSet<Deficiency>SClassParser.GetCheckedDeficienciesContext. newDefsSet<Deficiency>SClassParser.GetInnerClsContext. newDefsMap<Deficiency,SClass>SClassParser.AddMapContext. old2innerClsMap<Deficiency,SClass>SClassParser.GetInnerClsContext. old2innerClsSet<Deficiency>SClassParser.AddMapContext. oldDefsMap<Deficiency,SClass>SClassParser.AddMapContext. resMap<Set<Deficiency>,Deficiency>CClassParser.Add2DefMapContext. setOfSrc2targMap<Set<Deficiency>,Deficiency>CClassParser.Add2DefMapContext. setOfSrc2targ
 
-