Package de.swa.mmfg
Class CompositionRelationship
java.lang.Object
de.swa.mmfg.CompositionRelationship
public class CompositionRelationship
extends java.lang.Object
data type to represent Composition Relationships
-
Field Summary
Fields Modifier and Type Field Description static intRELATION_ABOVEstatic intRELATION_ATTACHED_TOstatic intRELATION_BEFOREstatic intRELATION_BEHINDstatic intRELATION_DESCRIPTIONstatic intRELATION_DOINGstatic intRELATION_NEXT_TOstatic intRELATION_PART_OFstatic intRELATION_PROPERTYstatic intRELATION_RELATED_TOstatic intRELATION_UNDER -
Constructor Summary
Constructors Constructor Description CompositionRelationship()CompositionRelationship(int type, Node n) -
Method Summary
Modifier and Type Method Description NodegetRelatedObject()intgetType()voidsetRelatedObject(Node relatedObject)voidsetType(int type)
-
Field Details
-
RELATION_NEXT_TO
public static final int RELATION_NEXT_TO- See Also:
- Constant Field Values
-
RELATION_BEFORE
public static final int RELATION_BEFORE- See Also:
- Constant Field Values
-
RELATION_BEHIND
public static final int RELATION_BEHIND- See Also:
- Constant Field Values
-
RELATION_ABOVE
public static final int RELATION_ABOVE- See Also:
- Constant Field Values
-
RELATION_UNDER
public static final int RELATION_UNDER- See Also:
- Constant Field Values
-
RELATION_PART_OF
public static final int RELATION_PART_OF- See Also:
- Constant Field Values
-
RELATION_ATTACHED_TO
public static final int RELATION_ATTACHED_TO- See Also:
- Constant Field Values
-
RELATION_RELATED_TO
public static final int RELATION_RELATED_TO- See Also:
- Constant Field Values
-
RELATION_DOING
public static final int RELATION_DOING- See Also:
- Constant Field Values
-
RELATION_PROPERTY
public static final int RELATION_PROPERTY- See Also:
- Constant Field Values
-
RELATION_DESCRIPTION
public static final int RELATION_DESCRIPTION- See Also:
- Constant Field Values
-
-
Constructor Details
-
CompositionRelationship
public CompositionRelationship() -
CompositionRelationship
-
-
Method Details
-
getType
public int getType() -
setType
public void setType(int type) -
getRelatedObject
-
setRelatedObject
-