gif gif up gif contents
Nächste Seite: D C++-Klassen der Schnittstelle Vorige Seite: Auswertung der Regeln

C Telos-Modell für die Programmcode-Verwaltung

 

Class CppViewAdmin with 
  attribute
    className : String;
    includes : String;
    inheritance : String;
    friends : String;
    constructors : String;
    destructors : String;
    public : String;
    private : String
end

Class CppMainView with
  attribute
    className : String;
    includes : String;
    inheritance : String;
    friends : String;
    constructors : String;
    destructors : String;
    settype : String;
    membername : String;
    handleInsert : String;
    handleDelete : String;
    public : String;
    private : String
end    

Class CppSubView isA CppMainView end

Class CppAttribute with
  attribute    
    type : String;
    settype : String;
    handleInsert : String;
    handleDelete : String;
    isAttributeOf : CppMainView
end

Class CppViewApi with
  attribute
    itsView : View;
    itsAdmin : CppViewAdmin;
    itsMainView : CppMainView;
    itsSubViews : CppSubView;
    itsAttributes : CppAttribute
end



Christoph Quix
31. Juli 1996