Ifd:IfdConceptInRelationship

From dev.ifd-library.org

Jump to: navigation, search

The IfdConceptInRelationship class is the class representing IfdConcept in a relationship with other concepts.

Inherited attributes

Additional attributes


Relationship types

Please see IfdConcept for details about the concept types used in the relationships.
  • COLLECTS
A relationship to collect any concepts type into two types of collections; NEST or BAG 
When used in addChildren the concept must be of type NEST or BAG while the children 
can be any of the available concept types.
When used in addParents the concept can be any type while the parents must be of type NEST or BAG. 
  • ASSIGNS_COLLECTIONS
A relationship to assign a collection of type NEST or BAG to any other concept. 
 When used in addChildren the concept can be any type while the parents must be of type NEST or BAG. 
When used in addParents the concept must be of type NEST or BAG while the children 
can be any of the available concept types.
  • ASSOCIATES
  • COMPOSES
  • GROUPS
  • SPECIALIZES
  • ACTS_UPON
  • SEQUENCES
  • DOCUMENTS
  • ASSIGNS_MEASURES
  • ASSIGNS_PROPERTIES
  • ASSIGNS_UNITS
  • ASSIGNS_VALUES
  • ASSIGNS_PROPERTY_WITH_VALUES


Back to the API