ContainerGraph Class

Defines the base class for Existential Graph controls which represent compound propositions in Logic; this includes the Cut, ConjunctiveEG, and the SheetOfAssertion.

For a list of all members of this type, see ContainerGraph Class Members .

Assembly: EGControlLibrary


EGControlLibrary.ProtoGraph

ContainerGraph

Derived Classes:

ConjunctiveEG

Cut

SheetOfAssertion

Public MustInherit Class ContainerGraph

Inherits EGControlLibrary.ProtoGraph

Implements:

System.ComponentModel.IComponent

System.IDisposable

System.Windows.Forms.IOleControl

System.Windows.Forms.IOleObject

System.Windows.Forms.IOleInPlaceObject

System.Windows.Forms.IOleInPlaceActiveObject

System.Windows.Forms.IOleWindow

System.Windows.Forms.IViewObject

System.Windows.Forms.IViewObject2

System.Windows.Forms.IPersist

System.Windows.Forms.IPersistStreamInit

System.Windows.Forms.IPersistPropertyBag

System.Windows.Forms.IPersistStorage

System.Windows.Forms.IQuickActivate

System.ComponentModel.ISynchronizeInvoke

System.Windows.Forms.IWin32Window

System.Windows.Forms.IContainerControl

Order.IPartiallyComparable

Order.IPartialComparer

Remarks:

ContainerGraph provides code common to Graphs which correspond to compound logical statements, and so contain other Existential Graphs; these are the Cuts (Negation analog), ConjunctiveEG's (Conjunction Analog), and the Sheet of Assertion, which Peirce associates with a propositional representation of the Universe.