Interface Candidates

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    CandidatesImpl

    public interface Candidates
    extends EObject
    A representation of the model object 'Candidates'. Candidates is the root element for specifying a set of solutions of the optimisation (or also any other candidate architecture). It contains one Candidate for each found solution.

    The following features are supported:

    See Also:
    designdecisionPackage.getCandidates()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getCandidate

        EList<Candidate> getCandidate()
        Returns the value of the 'Candidate' containment reference list. The list contents are of type Candidate.

        If the meaning of the 'Candidate' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Candidate' containment reference list.
        See Also:
        designdecisionPackage.getCandidates_Candidate()
        Generated class or method.
        EMF model class or method.
        containment="true" ordered="false"
      • setProblem

        void setProblem​(DecisionSpace value)
        Sets the value of the 'Problem' reference.
        Parameters:
        value - the new value of the 'Problem' reference.
        See Also:
        getProblem()
        Generated class or method.
      • numberOfChoicesMustEqualNumberOfDecisions

        boolean numberOfChoicesMustEqualNumberOfDecisions​(DiagnosticChain diagnostics,
                                                          Map<Object,​Object> context)
        self.candidate->forAll( c | c.choices->size() = self.problem.designdecision->size())
        Parameters:
        diagnostics - The chain of diagnostics to which problems are to be appended.
        context - The cache of context-specific information.
        Generated class or method.
        EMF model class or method.