Uses of Class
de.tuberlin.cs.cis.ocl.example.eval.Person

Packages that use Person
de.tuberlin.cs.cis.ocl.example.eval Provides classes implementing an example instance level of a model.  
 

Uses of Person in de.tuberlin.cs.cis.ocl.example.eval
 

Fields in de.tuberlin.cs.cis.ocl.example.eval declared as Person
 Person Job.employeeA
          Represents the association end employee
 Person Marriage.wifeA
          Represents the association end wife
 Person Marriage.husbandA
          Represents the association end husband
 Person Person.wifeA
          Represents the association end wife
 Person Person.husbandA
          Represents the association end husband
 

Methods in de.tuberlin.cs.cis.ocl.example.eval with parameters of type Person
 void Company.hireEmployee(Person person)
          Represents the Company.hireEmployee(Person) operation