Class Fmi2SimulationEnvironment.Relation

  • All Implemented Interfaces:
    org.intocps.maestro.framework.core.FrameworkVariableInfo, org.intocps.maestro.framework.core.IRelation
    Enclosing class:
    Fmi2SimulationEnvironment

    public static class Fmi2SimulationEnvironment.Relation
    extends java.lang.Object
    implements org.intocps.maestro.framework.core.FrameworkVariableInfo, org.intocps.maestro.framework.core.IRelation
    • Constructor Detail

      • Relation

        public Relation()
    • Method Detail

      • getOrigin

        public org.intocps.maestro.framework.core.IRelation.InternalOrExternal getOrigin()
        Specified by:
        getOrigin in interface org.intocps.maestro.framework.core.IRelation
      • getDirection

        public org.intocps.maestro.framework.core.IRelation.Direction getDirection()
        Specified by:
        getDirection in interface org.intocps.maestro.framework.core.IRelation
      • getTargets

        public java.util.Map<org.intocps.maestro.ast.LexIdentifier,​Fmi2SimulationEnvironment.Variable> getTargets()
        Specified by:
        getTargets in interface org.intocps.maestro.framework.core.IRelation
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object