Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine some design patterns for composition or decomposition #27

Open
1 task done
CynthiaParr-USDA opened this issue Oct 25, 2015 · 1 comment
Open
1 task done
Assignees

Comments

@CynthiaParr-USDA
Copy link
Collaborator

  • A pattern combining a behavioral act and its function, e.g. locomotion for anti-predation
@CynthiaParr-USDA CynthiaParr-USDA changed the title Determine some design patterns composition or decomposition Determine some design patterns for composition or decomposition Oct 25, 2015
@dosumis
Copy link
Collaborator

dosumis commented Oct 25, 2015

Proposed pattern

pattern_name: behavioral_act_during_behavioral_function

relations:
   'part of': BFO_0000050

var: 'behavioral act'
var: function

name: 
   text: %s during %s
   vars: 
      -  'behavioral act'
      -  function

def: 
   text: "The act of %s during %s" 
   vars: 
     -  'behavioral act'
      -  function

EquivalentTo:
   text: "' %s that 'part of' some %s"
   vars:
       - 'behavioural act'
       - function

e.g.
'running during antipredation behavior'
definition: The act of running during antipredation behavior
EquivalentTo: locomotion that part_of some antipredation behavior

'swallowing during feeding behavior'
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants