Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Operationen auf Graphen
  2. * (allInstancesOfType :: Class -> [Object]) durch EGraph realisiert
  3. * eGet :: Object -> attribute -> BaseType
  4. * eSet :: Object -> attribute -> BaseType -> Object
  5. * eSet :: Object -> reference -> [Object] -> Object
  6. * eGet :: Object -> reference -> [Object]
  7. * allContents :: Object -> [Object]
  8. * eGetSize :: Object -> reference -> Int
  9. * eContainer :: Object -> Object
  10. * eSetContainer :: Object -> Object -> Object
  11. * Javascript-Engine
  12.  
  13. Alles zum Typing:
  14.  
  15. * getEClassifier :: EPackage -> [EClass]
  16. * Classes
  17. * getStructuralFeatures :: EClass -> [EReference | EAttribute]
  18. * isMany :: EReference -> Boolean
  19. * getValue :: EStructuralFeature -> Object | BaseType | [Object]
  20. *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement