Interface PDependency
-
- All Superinterfaces:
Dependency<java.lang.Integer>
- All Known Implementing Classes:
PDependencyDataAware,PDependencyImp
public interface PDependency extends Dependency<java.lang.Integer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationTypegetRelationType()voidsetRelationType(RelationType type)-
Methods inherited from interface org.processmining.partialorder.models.dependency.Dependency
getSource, getTarget, isDirect, setDirect
-
-
-
-
Method Detail
-
getRelationType
RelationType getRelationType()
-
setRelationType
void setRelationType(RelationType type)
-
-