| java.lang.Object de.uka.ilkd.key.casetool.UMLInfo
UMLInfo | public class UMLInfo (Code) | | |
Constructor Summary | |
public | UMLInfo(Services services, ListOfAssociation allAssociations) |
Method Summary | |
public ListOfAssociation | getAssociations(KeYJavaType kjt) Returns all associations with at least one end in the passed type
or one of its supertypes. | public ListOfAssociation | getAssociations(KeYJavaType kjt, String qualifier) Returns all binary associations with at least one end in the passed type,
and whose role name on the other side is the passed string. |
UMLInfo | public UMLInfo(Services services, ListOfAssociation allAssociations)(Code) | | |
getAssociations | public ListOfAssociation getAssociations(KeYJavaType kjt)(Code) | | Returns all associations with at least one end in the passed type
or one of its supertypes.
|
getAssociations | public ListOfAssociation getAssociations(KeYJavaType kjt, String qualifier)(Code) | | Returns all binary associations with at least one end in the passed type,
and whose role name on the other side is the passed string.
|
|
|