Uses of Interface
org.gridlab.gat.io.Endpoint

Packages that use Endpoint
org.gridlab.gat This package contains classes and interfaces which are used throughout the GAT application API. 
 

Uses of Endpoint in org.gridlab.gat
 

Methods in org.gridlab.gat that return Endpoint
static Endpoint GAT.createEndpoint()
          Create an Endpoint for a Pipe using the default GATContext.
static Endpoint GAT.createEndpoint(GATContext gatContext)
          Create an Endpoint for a Pipe using the passed GATContext.
static Endpoint GAT.createEndpoint(GATContext gatContext, Preferences preferences)
          Create an Endpoint for a Pipe using the default GATContext and additional Preferences.
static Endpoint GAT.createEndpoint(Preferences preferences)
          Create an Endpoint for a Pipe using the default GATContext and additional Preferences.