Interface OutLink
-
- All Superinterfaces:
Linkable
- All Known Implementing Classes:
Connector,EPICSFwdLink,EPICSInLink,EPICSLinkOut,EPICSLinkOutIn,EPICSOutLink,EPICSVarOutLink,Port,TemplateEPICSMacro
public interface OutLink extends Linkable
Insert the type's description here. Creation date: (29.1.2001 17:50:31)- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTANT_PORT_MODEstatic intEXTERNAL_INPUT_MODEstatic intEXTERNAL_OUTPUT_MODEstatic intINPUT_PORT_MODEstatic intINVISIBLE_MODEstatic intNORMAL_MODEstatic intOUTPUT_PORT_MODE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InLinkgetInput()intgetLeftX()intgetMode()Insert the method's description here.intgetOutX()Insert the method's description here.intgetOutY()Insert the method's description here.intgetQueueCount()Insert the method's description here.intgetRightX()booleanisRight()voidsetInput(InLink input)Insert the method's description here.voidvalidateLink()-
Methods inherited from interface com.cosylab.vdct.graphics.objects.Linkable
disconnect, getID, getLayerID, isConnectable, isDisconnected, setLayerID
-
-
-
-
Field Detail
-
NORMAL_MODE
static final int NORMAL_MODE
- See Also:
- Constant Field Values
-
INVISIBLE_MODE
static final int INVISIBLE_MODE
- See Also:
- Constant Field Values
-
EXTERNAL_OUTPUT_MODE
static final int EXTERNAL_OUTPUT_MODE
- See Also:
- Constant Field Values
-
EXTERNAL_INPUT_MODE
static final int EXTERNAL_INPUT_MODE
- See Also:
- Constant Field Values
-
CONSTANT_PORT_MODE
static final int CONSTANT_PORT_MODE
- See Also:
- Constant Field Values
-
INPUT_PORT_MODE
static final int INPUT_PORT_MODE
- See Also:
- Constant Field Values
-
OUTPUT_PORT_MODE
static final int OUTPUT_PORT_MODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInput
InLink getInput()
- Returns:
- com.cosylab.vdct.graphics.objects.InLink
-
getOutX
int getOutX()
Insert the method's description here. Creation date: (29.1.2001 17:53:09)- Returns:
- int
-
getOutY
int getOutY()
Insert the method's description here. Creation date: (29.1.2001 17:53:18)- Returns:
- int
-
getQueueCount
int getQueueCount()
Insert the method's description here. Creation date: (30.1.2001 14:46:40)- Returns:
- int
-
setInput
void setInput(InLink input)
Insert the method's description here. Creation date: (29.1.2001 17:53:59)- Parameters:
input- input
-
getMode
int getMode()
Insert the method's description here. Creation date: (29.1.2001 17:53:09)- Returns:
- int
-
validateLink
void validateLink()
-
getLeftX
int getLeftX()
- Returns:
- something
-
getRightX
int getRightX()
- Returns:
- something
-
isRight
boolean isRight()
- Returns:
- something
-
-