org.galagosearch.tupleflow.execution
Class ConnectionEndPoint

java.lang.Object
  extended by org.galagosearch.tupleflow.execution.Locatable
      extended by org.galagosearch.tupleflow.execution.ConnectionEndPoint
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ConnectionEndPoint
extends Locatable
implements java.lang.Cloneable, java.io.Serializable

Author:
trevor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.galagosearch.tupleflow.execution.Locatable
location
 
Constructor Summary
ConnectionEndPoint(FileLocation location, java.lang.String stageName, java.lang.String pointName, ConnectionAssignmentType assignment, ConnectionPointType type)
           
ConnectionEndPoint(FileLocation location, java.lang.String stageName, java.lang.String pointName, ConnectionPointType type)
           
 
Method Summary
 ConnectionEndPoint clone()
           
 ConnectionAssignmentType getAssignment()
           
 java.lang.String getPointName()
           
 java.lang.String getStageName()
           
 ConnectionPointType getType()
           
 void setPointName(java.lang.String pointName)
           
 void setStageName(java.lang.String stageName)
           
 java.lang.String toString()
           
 
Methods inherited from class org.galagosearch.tupleflow.execution.Locatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionEndPoint

public ConnectionEndPoint(FileLocation location,
                          java.lang.String stageName,
                          java.lang.String pointName,
                          ConnectionAssignmentType assignment,
                          ConnectionPointType type)

ConnectionEndPoint

public ConnectionEndPoint(FileLocation location,
                          java.lang.String stageName,
                          java.lang.String pointName,
                          ConnectionPointType type)
Method Detail

getStageName

public java.lang.String getStageName()

setStageName

public void setStageName(java.lang.String stageName)

getPointName

public java.lang.String getPointName()

setPointName

public void setPointName(java.lang.String pointName)

getAssignment

public ConnectionAssignmentType getAssignment()

getType

public ConnectionPointType getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public ConnectionEndPoint clone()
Overrides:
clone in class java.lang.Object


Copyright © 2009. All Rights Reserved.