|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.coode.owlapi.obo.parser.Modifiers
public class Modifiers
Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 03/02/2011
| Constructor Summary | |
|---|---|
Modifiers()
|
|
| Method Summary | |
|---|---|
void |
addModifier(String name,
String value)
Adds a modifier |
Set<String> |
getModifierNames()
Returns the names of modifiers stored in this modifier object |
Set<String> |
getModifierValues(String modifierName)
|
static Modifiers |
parseModifiers(String modifiersList)
Parses a list of modifiers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Modifiers()
| Method Detail |
|---|
public static Modifiers parseModifiers(String modifiersList)
modifiersList - The string representation of a list of modifiers. The representation may or may not
include the surrounding braces (braces will be ignored).
public void addModifier(String name,
String value)
name - The modifier namevalue - The modifier valuepublic Set<String> getModifierNames()
public Set<String> getModifierValues(String modifierName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||