Interface Fmi2Builder.Port
-
- Enclosing interface:
- Fmi2Builder<S,B,E,SETTINGS>
public static interface Fmi2Builder.Port
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFmi2Builder.Port.PortLinkException
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbreakLink()Break the source linkStringgetName()Get the port nameLonggetPortReferenceValue()Get the port reference valuevoidlinkTo(Fmi2Builder.Port... receiver)Link the current port to the receiving port.
-
-
-
Method Detail
-
getName
String getName()
Get the port name- Returns:
-
getPortReferenceValue
Long getPortReferenceValue()
Get the port reference value- Returns:
-
linkTo
void linkTo(Fmi2Builder.Port... receiver) throws Fmi2Builder.Port.PortLinkException
Link the current port to the receiving port. After this the receiving port will resolve its linked value to the value of this port- Parameters:
receiver-- Throws:
Fmi2Builder.Port.PortLinkException
-
breakLink
void breakLink() throws Fmi2Builder.Port.PortLinkExceptionBreak the source link
-
-