Feature Requests item #2705843, was opened at 2009-03-23 12:09
Message generated for change (Tracker Item Submitted) made by elmuerte
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565852&aid=2705843&group_id=82370

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiletime - Core
Group: New Functionality
Status: Open
Priority: 5
Private: No
Submitted By: Michiel Hendriks (elmuerte)
Assigned to: Nobody/Anonymous (nobody)
Summary: Create concerns/classes from scratch

Initial Comment:
asuming there is no existing class RealEmployee

---

concern RealEmployee {
  filtermodule RealEmployeeBehavior {
      internals
          pers: Person;
          empl: Employee;
    inputfilters
      employeeIF: Dispatch = (selector$=empl) {target = empl; };
      PersonIF: Dispatch = (selector $= pers) { target = pers; }

  }
  superimposition {
    filtermodules
      self <- RealEmployeeBehavior;
  }
}

----

This should create a new class with the name RealEmployee which has the defined 
behavior.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=565852&aid=2705843&group_id=82370

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Composestar-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/composestar-developers

Reply via email to