com.azalient.api.b.trips
Interface ITransportTrip

All Superinterfaces:
Comparable<ITrip>, IActionable, IAssociate, IClippable, IDeletable, IDraggable, IPastable, IRecord, IRouteFinder, ITrip, RecordR, RecordRW, RecordW, SortableData, StoreRecordRW

public interface ITransportTrip
extends IClippable, IPastable, IAssociate, ITrip


Nested Class Summary
static class ITransportTrip.TransportTripSorter
           
 
Field Summary
 
Fields inherited from interface com.azalient.api.ui.clipboard.IClippable
scratch, ZERO
 
Fields inherited from interface com.azalient.api.a.tables.IRecord
DELETED, KEY_SEP, KEY_SEP_CHAR
 
Method Summary
 IStand firstStand()
           
 int routeExitIndex(ITwig link, int trailIndex, ITrail trail, int trailLinkIndex)
           
 IService service()
           
 void store(IStore s)
          This is set store after trip has been created
 
Methods inherited from interface com.azalient.api.ui.clipboard.IClippable
children, getAlt, references, tableName
 
Methods inherited from interface com.azalient.api.ui.clipboard.IDeletable
delete, deleted, name
 
Methods inherited from interface com.azalient.api.ui.clipboard.IPastable
finish, pickables
 
Methods inherited from interface com.azalient.api.ui.clipboard.IAssociate
clip, name, proxy, selected
 
Methods inherited from interface com.azalient.api.ui.clipboard.IDraggable
selected, selectedForDraggingDraw
 
Methods inherited from interface com.azalient.api.ui.clipboard.IActionable
action
 
Methods inherited from interface com.azalient.api.b.trips.ITrip
agent, agent, arrival, behaviour, departure, destination, destination, dna, generateDNA, immediateTargetIndex, matrix, mode, origin, originPlaceIndex, replaceBehaviour, replaceDNA, resetTypeGroupIndex, restoreTypeBehaviour, rewind, tableIndex, travellers, type, ultimateDestinationIndex
 
Methods inherited from interface com.azalient.api.sim.agents.IRouteFinder
arrivesHere, routeExitIndex
 
Methods inherited from interface com.azalient.api.file.StoreRecordRW
canRename, rename, store
 
Methods inherited from interface com.azalient.api.file.RecordR
extraSet, finished, isApplicable, isEditable, set
 
Methods inherited from interface com.azalient.api.a.tables.IRecord
name
 
Methods inherited from interface com.azalient.api.file.RecordW
extraCols, extraGet, extraGetB, extraGetD, extraGetI, extraGetS, extraGetT, get, isVolatile
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

store

void store(IStore s)
This is set store after trip has been created


service

IService service()

firstStand

IStand firstStand()

routeExitIndex

int routeExitIndex(ITwig link,
                   int trailIndex,
                   ITrail trail,
                   int trailLinkIndex)