@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter04ViewingNavigation/BindingOperations.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10, :meta_1_11, :meta_1_12, :meta_1_13, :meta_1_14, :meta_1_15 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'BindingOperations.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Illustrate Viewpoint binding operations (in gory detail!) as described in Chapter 4 concepts. Scene design: a TimeSensor clock drives and IntegerSequencer for each t0/t1/etc. event, and a customized Script node sends bind/unbind events to the correct Viewpoint. Display the browser console to see occurrence of each event.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '5 January 2008' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '4 August 2024' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'BindingOperations.console.txt' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'BindingStackOperations.png' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D for Web Authors, Section 2.5.1, Figure 4.1' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://X3dGraphics.com' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dResources.html' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Copyright Don Brutzman and Leonard Daly 2007' ;
  x3do:name 'rights' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com' ;
  x3do:name 'subject' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter04ViewingNavigation/BindingOperations.x3d' ;
  x3do:name 'identifier' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "BindingOperations.x3d" .
:meta dcterms:description "Illustrate Viewpoint binding operations (in gory detail!) as described in Chapter 4 concepts. Scene design: a TimeSensor clock drives and IntegerSequencer for each t0/t1/etc. event, and a customized Script node sends bind/unbind events to the correct Viewpoint. Display the browser console to see occurrence of each event." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "5 January 2008" .
:meta dcterms:modified "4 August 2024" .
:meta dcterms:reference "BindingOperations.console.txt" .
:meta dcterms:reference "BindingStackOperations.png" .
:meta dcterms:reference "X3D for Web Authors, Section 2.5.1, Figure 4.1" .
:meta dcterms:reference "https://X3dGraphics.com" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dResources.html" .
:meta dcterms:rights "Copyright Don Brutzman and Leonard Daly 2007" .
:meta dcterms:subject "X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter04ViewingNavigation/BindingOperations.x3d" .
:meta dcterms:generator "X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :View1, :View2, :View3, :View4, :Group_2_6, :Transform_2_7 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'BindingOperations.x3d' .
:View1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'View1' ;
  x3do:centerOfRotation ( -6 0 0 ) ;
  x3do:description 'Viewpoint 1' ;
  x3do:position ( -6 0 5 ) .
:View2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'View2' ;
  x3do:centerOfRotation ( -2 0 0 ) ;
  x3do:description 'Viewpoint 2' ;
  x3do:position ( -2 0 5 ) .
:View3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'View3' ;
  x3do:centerOfRotation ( 2 0 0 ) ;
  x3do:description 'Viewpoint 3' ;
  x3do:position ( 2 0 5 ) .
:View4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'View4' ;
  x3do:centerOfRotation ( 6 0 0 ) ;
  x3do:description 'Viewpoint 4' ;
  x3do:position ( 6 0 5 ) .
:Group_2_6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Text1, :Text2, :Text3, :Text4 .
:Text1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_1_1 ;
  x3do:DEF 'Text1' ;
  x3do:translation ( -6 0 0 ) .
:Shape_2_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Text1 ;
  x3do:hasGeometry :Text_2_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_6_1_1_2 .
:Text_2_6_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:hasFontStyle :CenterJustify ;
  x3do:string '"View" "# 1"' .
:CenterJustify a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_1_1_1 ;
  x3do:DEF 'CenterJustify' ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:hasMaterial :Material_2_6_1_1_2_1 .
:Material_2_6_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_1_2 ;
  x3do:diffuseColor ( 1 0 0 ) .
:Text2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_2_1 ;
  x3do:DEF 'Text2' ;
  x3do:translation ( -2 0 0 ) .
:Shape_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Text2 ;
  x3do:hasGeometry :Text_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_6_2_1_2 .
:Text_2_6_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:hasFontStyle :CenterJustify-USE-1 ;
  x3do:string '"View" "# 2"' .
:CenterJustify-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_2_1_1 ;
  owl:sameAs :CenterJustify . # DEF matching this USE
:Appearance_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:hasMaterial :Material_2_6_2_1_2_1 .
:Material_2_6_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_2_1_2 ;
  x3do:diffuseColor ( 0 1 0 ) .
:Text3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_3_1 ;
  x3do:DEF 'Text3' ;
  x3do:translation ( 2 0 0 ) .
:Shape_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Text3 ;
  x3do:hasGeometry :Text_2_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_6_3_1_2 .
:Text_2_6_3_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_3_1 ;
  x3do:hasFontStyle :CenterJustify-USE-2 ;
  x3do:string '"View" "# 3"' .
:CenterJustify-USE-2 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_3_1_1 ;
  owl:sameAs :CenterJustify . # DEF matching this USE
:Appearance_2_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_3_1 ;
  x3do:hasMaterial :Material_2_6_3_1_2_1 .
:Material_2_6_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_3_1_2 ;
  x3do:diffuseColor ( 0 0 1 ) .
:Text4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_4_1 ;
  x3do:DEF 'Text4' ;
  x3do:translation ( 6 0 0 ) .
:Shape_2_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Text4 ;
  x3do:hasGeometry :Text_2_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_6_4_1_2 .
:Text_2_6_4_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_4_1 ;
  x3do:hasFontStyle :CenterJustify-USE-3 ;
  x3do:string '"View" "# 4"' .
:CenterJustify-USE-3 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_4_1_1 ;
  owl:sameAs :CenterJustify . # DEF matching this USE
:Appearance_2_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_4_1 ;
  x3do:hasMaterial :Material_2_6_4_1_2_1 .
:Material_2_6_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_4_1_2 .
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ClickToAnimateView, :Shape_2_7_2, :Shape_2_7_3, :TextTouchSensor, :Clock, :TimingSequencer, :BindingSequencerEngine ;
  x3do:hasROUTE :ROUTE_2_7_6, :ROUTE_2_7_8, :ROUTE_2_7_10, :ROUTE_2_7_11, :ROUTE_2_7_12, :ROUTE_2_7_13, :ROUTE_2_7_14, :ROUTE_2_7_15, :ROUTE_2_7_16, :ROUTE_2_7_17, :ROUTE_2_7_18, :ROUTE_2_7_19 ;
  x3do:translation ( 0 -3 8 ) .
:ClickToAnimateView a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_7 ;
  x3do:DEF 'ClickToAnimateView' ;
  x3do:description 'Select animation sequence' ;
  x3do:position ( 0 0 7 ) .
:Shape_2_7_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasGeometry :Text_2_7_2_1 ;
  x3do:hasAppearance :Appearance_2_7_2_2 .
:Text_2_7_2_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_2 ;
  x3do:hasFontStyle :FontStyle_2_7_2_1_1 ;
  x3do:string '"Click here to animate"' .
:FontStyle_2_7_2_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_2_1 ;
  x3do:justify '"MIDDLE" "BEGIN"' .
:Appearance_2_7_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_2 ;
  x3do:hasMaterial :Material_2_7_2_2_1 .
:Material_2_7_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_2_2 ;
  x3do:diffuseColor ( 0.8 0.4 0 ) .
:Shape_2_7_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasGeometry :Box_2_7_3_1 ;
  x3do:hasAppearance :Appearance_2_7_3_2 .
:Box_2_7_3_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_7_3 ;
  x3do:size ( 7 1 0.02 ) .
:Appearance_2_7_3_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_3 ;
  x3do:hasMaterial :Material_2_7_3_2_1 .
:Material_2_7_3_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_3_2 ;
  x3do:transparency 1 .
:TextTouchSensor a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_7 ;
  x3do:DEF 'TextTouchSensor' ;
  x3do:description 'Click to begin animating viewpoint selections' .
:Clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Transform_2_7 ;
  x3do:DEF 'Clock' ;
  x3do:cycleInterval '10' .
:ROUTE_2_7_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'TextTouchSensor' ;
  x3do:toField 'set_startTime' ;
  x3do:toNode 'Clock' .
:TimingSequencer a owl:NamedIndividual, x3do:IntegerSequencer ;
  x3do:hasParent :Transform_2_7 ;
  x3do:DEF 'TimingSequencer' ;
  x3do:key ( 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 1.0 ) ;
  x3do:keyValue ( 0 1 2 3 4 5 6 7 8 10 ) .
:ROUTE_2_7_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'TimingSequencer' .
:BindingSequencerEngine a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasField :field_2_7_9_1, :field_2_7_9_2, :field_2_7_9_3, :field_2_7_9_4, :field_2_7_9_5, :field_2_7_9_6, :field_2_7_9_7, :field_2_7_9_8, :field_2_7_9_9, :field_2_7_9_10, :field_2_7_9_11 ;
  x3do:DEF 'BindingSequencerEngine' ;
  x3do:sourceCode """
ecmascript:

function initialize ()
{
    bindView5 = true;
    Browser.println ('Timing script initialized and ready for activation');
}
function set_timeEvent (inputValue)
{
    if (inputValue == priorInputvalue)
    {
        return; // ignore repeated inputs
    }
    // new value provided
    priorInputvalue = inputValue;
    // Browser.println ('timeEvent inputValue=' + inputValue);
        
    // mimics user execution of Figure 4.1 steps t_0 through t_8
    if (inputValue == 0)
    {
        Browser.println ('===========');
        Browser.println ('time t0');
        bindView1 = true;
    }
    else if (inputValue == 1)
    {
        Browser.println ('===========');
        Browser.println ('time t1');
        bindView2 = true;
    }
    else if (inputValue == 2)
    {
        Browser.println ('===========');
        Browser.println ('time t2');
        bindView3 = true;
    }
    else if (inputValue == 3)
    {
        Browser.println ('===========');
        Browser.println ('time t3');
        bindView3 = false;
    }
    else if (inputValue == 4)
    {
        Browser.println ('===========');
        Browser.println ('time t4');
        bindView1 = true;
    }
    else if (inputValue == 5)
    {
        Browser.println ('===========');
        Browser.println ('time t5');
        bindView2 = false;
    }
    else if (inputValue == 6)
    {
        Browser.println ('===========');
        Browser.println ('time t6');
        bindView1 = false;
    }
    else if (inputValue == 7)
    {
        Browser.println ('===========');
        Browser.println ('time t7');
        bindView4 = true;

    }
    else if (inputValue == 8)
    {
        Browser.println ();
        Browser.println ('===========');
        Browser.println ('time t8, no action, all done');
    }
}

function view1Bound (inputValue)
{
    Browser.println (', view1Bound ' + (inputValue));
    if (priorInputvalue == -1) Browser.println ();
}
function view2Bound (inputValue)
{
    Browser.println (', view2Bound ' + (inputValue));
}
function view3Bound (inputValue)
{
    Browser.println (', view3Bound ' + (inputValue));
}
function view4Bound (inputValue)
{
    Browser.println (', view4Bound ' + (inputValue));
}
function view5Bound (inputValue)
{
    Browser.println (', view5Bound ' + (inputValue));
}
""" .
:field_2_7_9_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_timeEvent' ;
  x3do:type 'SFInt32' .
:field_2_7_9_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'bindView1' ;
  x3do:type 'SFBool' .
:field_2_7_9_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'bindView2' ;
  x3do:type 'SFBool' .
:field_2_7_9_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'bindView3' ;
  x3do:type 'SFBool' .
:field_2_7_9_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'bindView4' ;
  x3do:type 'SFBool' .
:field_2_7_9_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'bindView5' ;
  x3do:type 'SFBool' .
:field_2_7_9_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'view1Bound' ;
  x3do:type 'SFBool' .
:field_2_7_9_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'view2Bound' ;
  x3do:type 'SFBool' .
:field_2_7_9_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'view3Bound' ;
  x3do:type 'SFBool' .
:field_2_7_9_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'view4Bound' ;
  x3do:type 'SFBool' .
:field_2_7_9_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :BindingSequencerEngine ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'priorInputvalue' ;
  x3do:type 'SFInt32' ;
  x3do:value -1 .
:ROUTE_2_7_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'TimingSequencer' ;
  x3do:toField 'set_timeEvent' ;
  x3do:toNode 'BindingSequencerEngine' .
:ROUTE_2_7_11 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'bindView1' ;
  x3do:fromNode 'BindingSequencerEngine' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'View1' .
:ROUTE_2_7_12 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'bindView2' ;
  x3do:fromNode 'BindingSequencerEngine' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'View2' .
:ROUTE_2_7_13 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'bindView3' ;
  x3do:fromNode 'BindingSequencerEngine' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'View3' .
:ROUTE_2_7_14 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'bindView4' ;
  x3do:fromNode 'BindingSequencerEngine' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'View4' .
:ROUTE_2_7_15 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'bindView5' ;
  x3do:fromNode 'BindingSequencerEngine' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'ClickToAnimateView' .
:ROUTE_2_7_16 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'View1' ;
  x3do:toField 'view1Bound' ;
  x3do:toNode 'BindingSequencerEngine' .
:ROUTE_2_7_17 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'View2' ;
  x3do:toField 'view2Bound' ;
  x3do:toNode 'BindingSequencerEngine' .
:ROUTE_2_7_18 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'View3' ;
  x3do:toField 'view3Bound' ;
  x3do:toNode 'BindingSequencerEngine' .
:ROUTE_2_7_19 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'View4' ;
  x3do:toField 'view4Bound' ;
  x3do:toNode 'BindingSequencerEngine' .
