Uses of Class
net.ssehub.easy.integration.common.ModelException
-
Packages that use ModelException Package Description net.ssehub.easy.integration.common Implements the a readable interface to IVML/EAsY.net.ssehub.easy.integration.common.eclipse Implements the a readable interface to IVML/EAsY based on Eclipse.net.ssehub.easy.integration.common.impl Defines the a readable interface to IVML/EAsY. -
-
Uses of ModelException in net.ssehub.easy.integration.common
Methods in net.ssehub.easy.integration.common that throw ModelException Modifier and Type Method Description IConstraintIModel. createConstraint(java.lang.String constraint)Creates a constraint from the given string.IDecisionVariableIModel. getVariable(java.lang.String name)Returns a decision variable by it's (valid IVML) name.protected ProjectIModelAccess. obtainProject(IModelInfo info)Obtains a project. -
Uses of ModelException in net.ssehub.easy.integration.common.eclipse
Methods in net.ssehub.easy.integration.common.eclipse that throw ModelException Modifier and Type Method Description protected ProjectIModelAccess. obtainProject(IModelInfo info)Obtains a project.voidIModelAccess. updateModelInfo(org.eclipse.core.resources.IProject project)Updates the available model information inproject. -
Uses of ModelException in net.ssehub.easy.integration.common.impl
Methods in net.ssehub.easy.integration.common.impl that throw ModelException Modifier and Type Method Description protected voidModel. add(DecisionVariable variable)Adds a decision variable to this model and updates the cached information.protected voidModel. add(CustomDatatype type)Adds a decision custom type to this model and updates the cached information.static java.lang.StringUtil. assertValidIdentifier(java.lang.String identifier)Asserts a valid IVML identifier.IConstraintModel. createConstraint(java.lang.String constraint)IDecisionVariableModel. getVariable(java.lang.String name)Returns a decision variable by it's (valid IVML) name.voidDecisionVariable. setBindingTime(Enum bindingTimes, EnumLiteral bindingTime)Changes the binding time.Constructors in net.ssehub.easy.integration.common.impl that throw ModelException Constructor Description Constraint(java.lang.String constraint, Project project)Creates a new constraint instances, i.e.DecisionVariable(java.lang.String name, IDatatype type, java.lang.String defaultValue, Project parent)Creates a new decision variable.
-