org.cogchar.api.cinema
Class PathInstanceConfig

java.lang.Object
  extended by org.cogchar.api.cinema.SpatialActionConfig
      extended by org.cogchar.api.cinema.PathInstanceConfig

public class PathInstanceConfig
extends SpatialActionConfig

Holds instances of "Paths" from which we can create Thing MotionPaths/MotionEvents

Author:
Ryan Biggs

Field Summary
 boolean cycle
           
 String directionType
           
 float duration
           
 float[] lookAtDirection
           
 String loopMode
           
 float tension
           
 List<WaypointConfig> waypoints
           
 
Fields inherited from class org.cogchar.api.cinema.SpatialActionConfig
attachedItem, attachedItemType, myLogger, myUri
 
Constructor Summary
PathInstanceConfig(org.appdapter.core.name.Ident item, AttachedItemType itemType, float newDuration, float[] newDirection, List<WaypointConfig> theWaypoints, org.appdapter.core.name.Ident pathUri)
           
PathInstanceConfig(org.appdapter.help.repo.RepoClient qi, org.appdapter.help.repo.Solution solution, org.appdapter.core.name.Ident qGraph)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.cogchar.api.cinema.SpatialActionConfig
pullAttachedItemAndType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

duration

public float duration

directionType

public String directionType

lookAtDirection

public float[] lookAtDirection

tension

public float tension

cycle

public boolean cycle

loopMode

public String loopMode

waypoints

public List<WaypointConfig> waypoints
Constructor Detail

PathInstanceConfig

public PathInstanceConfig(org.appdapter.help.repo.RepoClient qi,
                          org.appdapter.help.repo.Solution solution,
                          org.appdapter.core.name.Ident qGraph)

PathInstanceConfig

public PathInstanceConfig(org.appdapter.core.name.Ident item,
                          AttachedItemType itemType,
                          float newDuration,
                          float[] newDirection,
                          List<WaypointConfig> theWaypoints,
                          org.appdapter.core.name.Ident pathUri)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013. All Rights Reserved.