Class RelationsPredicates
java.lang.Object
org.intocps.maestro.plugin.initializer.RelationsPredicates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> external()static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> internal()static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation>
-
Constructor Details
-
RelationsPredicates
public RelationsPredicates()
-
-
Method Details
-
external
public static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> external() -
internal
public static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> internal() -
inputToOutput
public static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> inputToOutput() -
inputSource
public static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> inputSource() -
outputSource
public static Predicate<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> outputSource()
-