Class ExplicitModelDescription


  • public class ExplicitModelDescription
    extends org.intocps.maestro.fmi.ModelDescription
    Proxy interface to a model description that make all assumption about the scalar variables explicit
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.intocps.maestro.fmi.ModelDescription

        org.intocps.maestro.fmi.ModelDescription.BooleanType, org.intocps.maestro.fmi.ModelDescription.Causality, org.intocps.maestro.fmi.ModelDescription.EnumerationType, org.intocps.maestro.fmi.ModelDescription.Initial, org.intocps.maestro.fmi.ModelDescription.Input, org.intocps.maestro.fmi.ModelDescription.IntegerType, org.intocps.maestro.fmi.ModelDescription.LogCategory, org.intocps.maestro.fmi.ModelDescription.ModelDescriptionParseException, org.intocps.maestro.fmi.ModelDescription.RealType, org.intocps.maestro.fmi.ModelDescription.ResourceResolver, org.intocps.maestro.fmi.ModelDescription.ScalarVariable, org.intocps.maestro.fmi.ModelDescription.SimbpleTypeDefinition, org.intocps.maestro.fmi.ModelDescription.StringType, org.intocps.maestro.fmi.ModelDescription.Type, org.intocps.maestro.fmi.ModelDescription.Types, org.intocps.maestro.fmi.ModelDescription.Variability
    • Constructor Summary

      Constructors 
      Constructor Description
      ExplicitModelDescription​(java.io.InputStream inputStream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getDerivatives()  
      java.util.Map<org.intocps.maestro.fmi.ModelDescription.ScalarVariable,​org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getDerivativesMap()  
      java.util.List<org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getInitialUnknowns()  
      java.util.List<org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getOutputs()  
      java.util.List<org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getScalarVariables()  
      • Methods inherited from class org.intocps.maestro.fmi.ModelDescription

        formateNodeWithAtt, getAuthor, getCanBeInstantiatedOnlyOncePerProcess, getCanGetAndSetFmustate, getCanHandleVariableCommunicationStepSize, getCanInterpolateInputs, getCopyright, getFmiVersion, getGenerationDateAndTime, getGenerationTool, getGuid, getLicense, getLogCategories, getMaxOutputDerivativeOrder, getModelDescription, getModelId, getModelVersion, getNeedsExecutionTool, getVariableNamingConvention, getVendorToolName, lookup, lookupSingle, parse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExplicitModelDescription

        public ExplicitModelDescription​(java.io.InputStream inputStream)
                                 throws java.io.IOException,
                                        org.xml.sax.SAXException,
                                        javax.xml.parsers.ParserConfigurationException
        Throws:
        java.io.IOException
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
    • Method Detail

      • getScalarVariables

        public java.util.List<org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getScalarVariables()
                                                                                                   throws java.lang.IllegalAccessException,
                                                                                                          javax.xml.xpath.XPathExpressionException,
                                                                                                          java.lang.reflect.InvocationTargetException
        Overrides:
        getScalarVariables in class org.intocps.maestro.fmi.ModelDescription
        Throws:
        java.lang.IllegalAccessException
        javax.xml.xpath.XPathExpressionException
        java.lang.reflect.InvocationTargetException
      • getOutputs

        public java.util.List<org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getOutputs()
                                                                                           throws java.lang.IllegalAccessException,
                                                                                                  javax.xml.xpath.XPathExpressionException,
                                                                                                  java.lang.reflect.InvocationTargetException
        Overrides:
        getOutputs in class org.intocps.maestro.fmi.ModelDescription
        Throws:
        java.lang.IllegalAccessException
        javax.xml.xpath.XPathExpressionException
        java.lang.reflect.InvocationTargetException
      • getDerivatives

        public java.util.List<org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getDerivatives()
                                                                                               throws java.lang.IllegalAccessException,
                                                                                                      javax.xml.xpath.XPathExpressionException,
                                                                                                      java.lang.reflect.InvocationTargetException
        Overrides:
        getDerivatives in class org.intocps.maestro.fmi.ModelDescription
        Throws:
        java.lang.IllegalAccessException
        javax.xml.xpath.XPathExpressionException
        java.lang.reflect.InvocationTargetException
      • getDerivativesMap

        public java.util.Map<org.intocps.maestro.fmi.ModelDescription.ScalarVariable,​org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getDerivativesMap()
                                                                                                                                                               throws java.lang.IllegalAccessException,
                                                                                                                                                                      javax.xml.xpath.XPathExpressionException,
                                                                                                                                                                      java.lang.reflect.InvocationTargetException
        Overrides:
        getDerivativesMap in class org.intocps.maestro.fmi.ModelDescription
        Throws:
        java.lang.IllegalAccessException
        javax.xml.xpath.XPathExpressionException
        java.lang.reflect.InvocationTargetException
      • getInitialUnknowns

        public java.util.List<org.intocps.maestro.fmi.ModelDescription.ScalarVariable> getInitialUnknowns()
                                                                                                   throws java.lang.IllegalAccessException,
                                                                                                          javax.xml.xpath.XPathExpressionException,
                                                                                                          java.lang.reflect.InvocationTargetException
        Overrides:
        getInitialUnknowns in class org.intocps.maestro.fmi.ModelDescription
        Throws:
        java.lang.IllegalAccessException
        javax.xml.xpath.XPathExpressionException
        java.lang.reflect.InvocationTargetException