|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.structure.LinkProxy
wt.epm.structure.DependencyGraph.Dependency
Nested Class Summary |
Nested classes inherited from class wt.epm.structure.LinkProxy |
LinkProxy.Role |
Field Summary | |
private boolean |
required
|
private int |
type
|
Fields inherited from class wt.epm.structure.LinkProxy |
RoleA, RoleB |
Constructor Summary | |
protected |
DependencyGraph.Dependency(ObjectIdentifier parentId,
ObjectIdentifier childId,
ObjectIdentifier objectId,
boolean required,
int type)
|
Method Summary | |
ObjectIdentifier |
getChildId()
|
ObjectIdentifier |
getParentId()
|
int |
getType()
|
boolean |
isRequired()
|
Methods inherited from class wt.epm.structure.LinkProxy |
cacheObjects, cacheRoleObjects, equals, getObject, getObjectId, getRole, getRole, getRoleA, getRoleAObject, getRoleB, getRoleBObject, getRoleObject, getRoleObjects, getRoles, hashCode, isMissingLink, sortByRole |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private boolean required
private int type
Constructor Detail |
protected DependencyGraph.Dependency(ObjectIdentifier parentId, ObjectIdentifier childId, ObjectIdentifier objectId, boolean required, int type) throws WTException
Method Detail |
public ObjectIdentifier getParentId()
public ObjectIdentifier getChildId()
public boolean isRequired()
public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |