Class BlacklistGenerator3
java.lang.Object
org.biopax.paxtools.pattern.miner.BlacklistGenerator3
This class generates a blacklist for the given model. It uses a list of known ubiquitous molecule names.
- Author:
- Ozgun Babur
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.BlacklistGenerator3(InputStream knownNamesIS) Constructor. -
Method Summary
-
Constructor Details
-
BlacklistGenerator3
Constructor.- Parameters:
knownNamesIS- a special file that lists the known names of ubiquitous unwanted-to-traverse chemicals
-
BlacklistGenerator3
public BlacklistGenerator3()Default Constructor. Uses the blacklisted small molecule names file from the classpath.
-
-
Method Details
-
generateBlacklist
Generates the blacklist.- Parameters:
model- model to use- Returns:
- the blacklist
-