org.processmining.plugins.declare.visualizing
Interface IItem

All Known Implementing Classes:
Constraint, ConstraintDefinition, ConstraintTemplate, Language, LanguageGroup

public interface IItem

Title: DECLARE

Description:

Copyright: Copyright (c) 2006

Company: TU/e

Version:
1.0
Author:
Maja Pesic

Method Summary
 boolean exists(IItem item)
           
 int getMaxId()
           
 IItem withId(int id)
           
 

Method Detail

getMaxId

int getMaxId()

withId

IItem withId(int id)

exists

boolean exists(IItem item)