de.fhstralsund.vinets.structure
Class PortType

java.lang.Object
  extended by de.fhstralsund.vinets.structure.Types
      extended by de.fhstralsund.vinets.structure.PortType

public class PortType
extends Types


Field Summary
static PortType INPUT
          Edge direction from outside towards the border.
static PortType NEUTRAL
          Both directions possible.
static PortType OUTPUT
          Edge direction away from the border to outside.
 
Constructor Summary
PortType(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class de.fhstralsund.vinets.structure.Types
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INPUT

public static final PortType INPUT
Edge direction from outside towards the border.


OUTPUT

public static final PortType OUTPUT
Edge direction away from the border to outside.


NEUTRAL

public static final PortType NEUTRAL
Both directions possible.

Constructor Detail

PortType

public PortType(java.lang.String s)