public class Classes extends FumlObject
| Constructor and Description |
|---|
Classes() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttribute(Class_ owner,
String name,
Type type,
VisibilityKind visibility,
boolean isComposite) |
protected void |
addGeneralization(Class_ specific,
Class_ general) |
protected Operation |
addOperation(Class_ owner,
String name,
VisibilityKind visibility) |
protected void |
addParameter(Operation operation,
String name,
ParameterDirectionKind direction,
Type type) |
protected Class_ |
createClass(String name,
boolean isAbstract) |
protected void |
setMultiplicity(MultiplicityElement element,
int lower,
int upper) |
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespaceprotected void addAttribute(Class_ owner, String name, Type type, VisibilityKind visibility, boolean isComposite)
protected Operation addOperation(Class_ owner, String name, VisibilityKind visibility)
protected void addParameter(Operation operation, String name, ParameterDirectionKind direction, Type type)
protected void setMultiplicity(MultiplicityElement element, int lower, int upper)
Copyright © 2016. All rights reserved.