script_editor_GUI
Class VAE_ExternalPort
java.lang.Object
script_editor_GUI.VAE_ExternalPort
- All Implemented Interfaces:
- java.io.Serializable
public class VAE_ExternalPort
- extends java.lang.Object
- implements java.io.Serializable
Port externe. Peut etre entrant ou sortant.
- Author:
- Matthieu Courgeon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUTPUT
public static final int OUTPUT
- See Also:
- Constant Field Values
INPUT
public static final int INPUT
- See Also:
- Constant Field Values
name
public java.lang.String name
box
public VAE_GenericBox box
type
public int type
portIndex
public int portIndex
buildExternalPort
public static VAE_ExternalPort buildExternalPort(java.lang.String name,
VAE_GenericBox box,
int portIndex,
int type)
equals
public boolean equals(VAE_ExternalPort p)