script_editor_GUI
Class VAE_ExternalPort

java.lang.Object
  extended by 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

Field Summary
 VAE_GenericBox box
           
static int INPUT
           
 java.lang.String name
           
static int OUTPUT
           
 int portIndex
           
 int type
           
 
Method Summary
static VAE_ExternalPort buildExternalPort(java.lang.String name, VAE_GenericBox box, int portIndex, int type)
           
 boolean equals(VAE_ExternalPort p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

buildExternalPort

public static VAE_ExternalPort buildExternalPort(java.lang.String name,
                                                 VAE_GenericBox box,
                                                 int portIndex,
                                                 int type)

equals

public boolean equals(VAE_ExternalPort p)