pt.ist.fenixframework.dml
Class DomainRelation
java.lang.Object
pt.ist.fenixframework.dml.DomainEntity
pt.ist.fenixframework.dml.DomainClass
pt.ist.fenixframework.dml.DomainRelation
- All Implemented Interfaces:
- Serializable
public class DomainRelation
- extends DomainClass
- See Also:
- Serialized Form
Methods inherited from class pt.ist.fenixframework.dml.DomainClass |
addRoleSlot, addSlot, findRoleSlot, findSlot, getInterfaceNamesIterator, getInterfacesNames, getRoleSlots, getRoleSlotsList, getSlots, getSlotsList, getSuperclass, getSuperclassName, hasSlots, hasSlotWithOption, hasSuperclass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainRelation
public DomainRelation(URL sourceFile,
String name,
DomainRelation superrelation,
List interfaces)
getSuperrelation
public DomainRelation getSuperrelation()
addRole
public void addRole(Role role)
countRoles
public int countRoles()
getRoles
public List<Role> getRoles()
getFirstRole
public Role getFirstRole()
getSecondRole
public Role getSecondRole()
Copyright © 2013. All Rights Reserved.