Package io.ciera.runtime.summit.classes
Class Relationship
- java.lang.Object
-
- io.ciera.runtime.summit.classes.Relationship
-
- All Implemented Interfaces:
IRelationship,Comparable<IRelationship>
public class Relationship extends Object implements IRelationship, Comparable<IRelationship>
-
-
Constructor Summary
Constructors Constructor Description Relationship(UniqueId form, UniqueId part)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(IRelationship r)booleanequals(Object obj)UniqueIdgetForm()UniqueIdgetPart()inthashCode()
-
-
-
Method Detail
-
getForm
public UniqueId getForm()
- Specified by:
getFormin interfaceIRelationship
-
getPart
public UniqueId getPart()
- Specified by:
getPartin interfaceIRelationship
-
compareTo
public int compareTo(IRelationship r)
- Specified by:
compareToin interfaceComparable<IRelationship>
-
-