Uses of Class
org.galagosearch.tupleflow.execution.ConnectionPointType

Packages that use ConnectionPointType
org.galagosearch.tupleflow.execution   
 

Uses of ConnectionPointType in org.galagosearch.tupleflow.execution
 

Fields in org.galagosearch.tupleflow.execution declared as ConnectionPointType
 ConnectionPointType StageConnectionPoint.type
           
 

Methods in org.galagosearch.tupleflow.execution that return ConnectionPointType
 ConnectionPointType StageConnectionPoint.getType()
           
 ConnectionPointType ConnectionEndPoint.getType()
           
static ConnectionPointType ConnectionPointType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectionPointType[] ConnectionPointType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.galagosearch.tupleflow.execution with parameters of type ConnectionPointType
static boolean ConnectionPointType.connectable(ConnectionPointType one, ConnectionPointType two)
           
 

Constructors in org.galagosearch.tupleflow.execution with parameters of type ConnectionPointType
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)
           
StageConnectionPoint(ConnectionPointType type, java.lang.String name, Order order)
           
StageConnectionPoint(ConnectionPointType type, java.lang.String name, Order order, FileLocation location)
           
StageConnectionPoint(ConnectionPointType type, java.lang.String name, java.lang.String className, java.lang.String[] order, FileLocation location)
           
StageConnectionPoint(ConnectionPointType type, java.lang.String externalName, java.lang.String internalName, java.lang.String className, java.lang.String[] order, FileLocation location)
           
StageGroupDescription.DataPipeRegion(DataPipe pipe, int start, int end, ConnectionPointType direction)
           
 



Copyright © 2009. All Rights Reserved.