Class Fmi2SimulationEnvironment.Relation
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation
-
- All Implemented Interfaces:
FrameworkVariableInfo,IRelation
- Enclosing class:
- Fmi2SimulationEnvironment
public static class Fmi2SimulationEnvironment.Relation extends Object implements FrameworkVariableInfo, IRelation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFmi2SimulationEnvironment.Relation.RelationBuilder-
Nested classes/interfaces inherited from interface org.intocps.maestro.framework.core.IRelation
IRelation.Direction, IRelation.InternalOrExternal
-
-
Constructor Summary
Constructors Constructor Description Relation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRelation.DirectiongetDirection()IRelation.InternalOrExternalgetOrigin()Fmi2SimulationEnvironment.VariablegetSource()Map<org.intocps.maestro.ast.LexIdentifier,Fmi2SimulationEnvironment.Variable>getTargets()StringtoString()
-
-
-
Method Detail
-
getOrigin
public IRelation.InternalOrExternal getOrigin()
-
getSource
public Fmi2SimulationEnvironment.Variable getSource()
-
getDirection
public IRelation.Direction getDirection()
- Specified by:
getDirectionin interfaceIRelation
-
getTargets
public Map<org.intocps.maestro.ast.LexIdentifier,Fmi2SimulationEnvironment.Variable> getTargets()
- Specified by:
getTargetsin interfaceIRelation
-
-