public class FeatureMap extends Object
Feature map
Description:
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
FeatureMap() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(FeatureIdentifier id) |
void |
freezeFeatures() |
int |
getFeatureNum() |
int |
getId(FeatureIdentifier key) |
String |
getIdentifier(int id) |
String |
getName(int id) |
boolean |
isFrozen() |
int |
read(BufferedReader in) |
void |
write(PrintWriter out) |
public boolean isFrozen()
public int getId(FeatureIdentifier key)
public int add(FeatureIdentifier id)
public void freezeFeatures()
public int getFeatureNum()
public void write(PrintWriter out) throws IOException
IOExceptionpublic int read(BufferedReader in) throws IOException
IOExceptionpublic String getIdentifier(int id)
public String getName(int id)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.