Class Fmi2SimulationEnvironment.Relation
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFmi2SimulationEnvironment.Relation.RelationBuilder
-
Constructor Summary
Constructors Constructor Description Relation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.intocps.maestro.framework.core.IRelation.DirectiongetDirection()org.intocps.maestro.framework.core.IRelation.InternalOrExternalgetOrigin()Fmi2SimulationEnvironment.VariablegetSource()java.util.Map<org.intocps.maestro.ast.LexIdentifier,Fmi2SimulationEnvironment.Variable>getTargets()java.lang.StringtoString()
-
-
-
Method Detail
-
getOrigin
public org.intocps.maestro.framework.core.IRelation.InternalOrExternal getOrigin()
- Specified by:
getOriginin interfaceorg.intocps.maestro.framework.core.IRelation
-
getSource
public Fmi2SimulationEnvironment.Variable getSource()
- Specified by:
getSourcein interfaceorg.intocps.maestro.framework.core.IRelation
-
getDirection
public org.intocps.maestro.framework.core.IRelation.Direction getDirection()
- Specified by:
getDirectionin interfaceorg.intocps.maestro.framework.core.IRelation
-
getTargets
public java.util.Map<org.intocps.maestro.ast.LexIdentifier,Fmi2SimulationEnvironment.Variable> getTargets()
- Specified by:
getTargetsin interfaceorg.intocps.maestro.framework.core.IRelation
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-