Exemplo n.º 1
0
        public IfElse()
            : base(Resources.IfElse, Resources.IfElseDesc)
		{
            _condition = new ConnectorSingle(_children, Resources.IfElseCondition, "_condition");
            _if = new ConnectorSingle(_children, Resources.IfElseIf, "_if");
            _else = new ConnectorSingle(_children, Resources.IfElseElse, "_else");
		}
Exemplo n.º 2
0
 public Method()
     : base(Resources.Method, Resources.MethodDesc)
 {
     _Precondition = new ConnectorSingle(_children, Resources.MethodPrecondition, "Precondition");
     _Action       = new ConnectorSingle(_children, Resources.MethodAction, "Action");
     _Effector     = new ConnectorSingle(_children, Resources.MethodEffector, "Effector");
 }
Exemplo n.º 3
0
 public Method()
     : base(Resources.Method, Resources.MethodDesc)
 {
     _Precondition = new ConnectorSingle(_children, Resources.MethodPrecondition, "Precondition");
     _Action = new ConnectorSingle(_children, Resources.MethodAction, "Action");
     _Effector = new ConnectorSingle(_children, Resources.MethodEffector, "Effector");
 }
Exemplo n.º 4
0
 public IfElse()
     : base(Resources.IfElse, Resources.IfElseDesc)
 {
     _condition = new ConnectorSingle(_children, Resources.IfElseCondition, "_condition");
     _if        = new ConnectorSingle(_children, Resources.IfElseIf, "_if");
     _else      = new ConnectorSingle(_children, Resources.IfElseElse, "_else");
 }
Exemplo n.º 5
0
 public Decorator(string label, string description) : base(null, _theBackgroundBrush, _theDraggedBackgroundBrush, label, true, description)
 {
     _genericChildren = new ConnectorSingle(_children, string.Empty, "GenericChildren");
 }
Exemplo n.º 6
0
 public Impulse(string label, string description)
     : base(label, description)
 {
     _signal          = new ConnectorSingle(_children, Resources.Signal, Connector.kInterupt);
     _genericChildren = new ConnectorSingle(_children, string.Empty, Connector.kGeneric);
 }
Exemplo n.º 7
0
 public Selector(string label, string description)
     : base(label, description)
 {
     _interruptChild  = new ConnectorSingle(_children, "", Connector.kInterupt);
     _genericChildren = new ConnectorMultiple(_children, "", Connector.kGeneric, 2, int.MaxValue);
 }
Exemplo n.º 8
0
 protected override void CreateInterruptChild()
 {
     _reinit = new ConnectorSingle(_children, Resources.Reinit, Connector.kInterupt);
 }
Exemplo n.º 9
0
 protected virtual void CreateInterruptChild()
 {
     _interruptChild = new ConnectorSingle(_children, "", Connector.kInterupt);
 }
Exemplo n.º 10
0
 public Method(string label, string description)
     : base(label, description)
 {
     //_Precondition = new ConnectorSingle(_children, Resources.BranchPreconditions, "Precondition");
     _Task = new ConnectorSingle(_children, string.Empty, "Tasks");
 }
Exemplo n.º 11
0
		public DecoratorCountLimit() : base(Resources.DecoratorCountLimit, Resources.DecoratorCountLimitDesc)
		{
            _reinit = new ConnectorSingle(_children, Resources.Reinit, Connector.kInterupt);
		}
Exemplo n.º 12
0
 public Behavior() : base(null, _theBackgroundBrush, _theDraggedBackgroundBrush, string.Empty, false, "BehaviorDesc")
 {
     _genericChildren = new ConnectorSingle(_children, string.Empty, "GenericChildren");
 }
Exemplo n.º 13
0
		public ConditionConnectors(string label, string description) : base(label, description)
		{
			_isTrue= new ConnectorSingle(_children, Resources.ConditionConnectorsTrue, "ConditionTrue");
			_isFalse= new ConnectorSingle(_children, Resources.ConditionConnectorsFalse, "ConditionFalse");
		}
Exemplo n.º 14
0
 public Query()
     : base(Resources.Query, Resources.QueryDesc)
 {
     _requery = new ConnectorSingle(_children, Resources.Requery, Connector.kInterupt);
 }
Exemplo n.º 15
0
 public Impulse(string label, string description)
     : base(label, description)
 {
     _signal = new ConnectorSingle(_children, Resources.Signal, Connector.kInterupt);
     _genericChildren = new ConnectorSingle(_children, string.Empty, Connector.kGeneric);
 }
Exemplo n.º 16
0
 public Method(string label, string description)
     : base(label, description) {
     //_Precondition = new ConnectorSingle(_children, Resources.BranchPreconditions, "Precondition");
     _Task = new ConnectorSingle(_children, string.Empty, "Tasks");
 }
Exemplo n.º 17
0
        public Query()
            : base(Resources.Query, Resources.QueryDesc)
		{
            _requery = new ConnectorSingle(_children, Resources.Requery, Connector.kInterupt);
		}
Exemplo n.º 18
0
 protected virtual void CreateInterruptChild() {
     _interruptChild = new ConnectorSingle(_children, "", Connector.kInterupt);
 }
Exemplo n.º 19
0
 public Decorator(string label, string description)
     : base(label, description) {
     _genericChildren = new ConnectorSingle(_children, string.Empty, Connector.kGeneric);
 }
Exemplo n.º 20
0
        public WithPrecondition()
            : base(Resources.WithPrecondition, Resources.WithPreconditionDesc)
		{
            _Precondition = new ConnectorSingle(_children, Resources.WithPreconditionPrecondition, "Precondition");
            _Action = new ConnectorSingle(_children, Resources.WithPreconditionAction, "Action");
		}
Exemplo n.º 21
0
 public DecoratorCountLimit() : base(Resources.DecoratorCountLimit, Resources.DecoratorCountLimitDesc)
 {
     _reinit = new ConnectorSingle(_children, Resources.Reinit, Connector.kInterupt);
 }
Exemplo n.º 22
0
 protected override void CreateInterruptChild()
 {
     _reinit = new ConnectorSingle(_children, Resources.Reinit, Connector.kInterupt);
 }
Exemplo n.º 23
0
 public Decorator(string label, string description)
     : base(label, description)
 {
     _genericChildren = new ConnectorSingle(_children, string.Empty, Connector.kGeneric);
 }
Exemplo n.º 24
0
		public Decorator(string label, string description) : base(null, _theBackgroundBrush, _theDraggedBackgroundBrush, label, true, description)
		{
			_genericChildren= new ConnectorSingle(_children, string.Empty, "GenericChildren");
		}
Exemplo n.º 25
0
 public ConditionConnectors(string label, string description)
     : base(label, description)
 {
     _isTrue  = new ConnectorSingle(_children, Resources.ConditionConnectorsTrue, "ConditionTrue");
     _isFalse = new ConnectorSingle(_children, Resources.ConditionConnectorsFalse, "ConditionFalse");
 }
Exemplo n.º 26
0
 public WithPrecondition()
     : base(Resources.WithPrecondition, Resources.WithPreconditionDesc)
 {
     _Precondition = new ConnectorSingle(_children, Resources.WithPreconditionPrecondition, "Precondition");
     _Action       = new ConnectorSingle(_children, Resources.WithPreconditionAction, "Action");
 }
Exemplo n.º 27
0
 public Selector(string label, string description)
     : base(label, description)
 {
     _interruptChild = new ConnectorSingle(_children, "", Connector.kInterupt);
     _genericChildren = new ConnectorMultiple(_children, "", Connector.kGeneric, 2, int.MaxValue);
 }
Exemplo n.º 28
0
		public Behavior() : base(null, _theBackgroundBrush, _theDraggedBackgroundBrush, string.Empty, false, "BehaviorDesc")
		{
			_genericChildren= new ConnectorSingle(_children, string.Empty, "GenericChildren");
		}