edu.udo.cs.miningmart.m4
Interface Roles
- All Known Implementing Classes:
- Roles
public interface Roles
Access to the roles used in M4.
- Version:
- $Id: $
- Author:
- Timm Euler
ROLE_NOROLE
static final java.lang.String ROLE_NOROLE
- See Also:
- Constant Field Values
ROLE_KEY
static final java.lang.String ROLE_KEY
- See Also:
- Constant Field Values
ROLE_LABEL
static final java.lang.String ROLE_LABEL
- See Also:
- Constant Field Values
ROLE_PREDICTOR
static final java.lang.String ROLE_PREDICTOR
- See Also:
- Constant Field Values
ROLES
static final java.lang.String[] ROLES
getIdForName
long getIdForName(java.lang.String name)
- Parameters:
name - the name of a role (case senitive)
- Returns:
- the id representing this role or
0 if not found
getNameForId
java.lang.String getNameForId(long id)
- Parameters:
id - the ID of a role
- Returns:
- the role's name
Copyright © 2001-2005