**IDEF’s approach to Object-Oriented Design.** IDEF4 is a method for approaching Object-Oriented Design that was introduced alongside the other IDEF methods ([[IDEF]]). It’s not widely in use in its base form, but serves as a predecessor for things like [[UML]]. It contains many diagrams and datasheets. ![Untitled](Untitled%2060.png) Notably many of the diagrams logically contained under ‘Class Submodel’ are very similar to [[Class Diagrams]]. It also includes things like these: ![Untitled](Untitled%2061.png) And also [[State Diagrams]], like so: ![Untitled](Untitled%2062.png) Interestingly, [[Entity-Relationship Diagrams]] in IDEF4 use a Crow’s Notation, rather than the notation specified in [[IDEF1X]]. ![Untitled](Untitled%2063.png) I don’t intend to ever learn much more about this method. I’ve scrolled through the IDEF4 spec. Good ‘nuff. **** # More ## Source - [IDEF4 - Object-Oriented Design Method - IDEF](https://www.idef.com/idef4-object-oriented-design-method/) ## Related - [[IDEF]] - [[Class Diagrams]] - [[Diagram Types (index)]]