All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jtelos.StaticHelper
categories
of
attribute categories into a single string listing the categories, each
category separated from the other by a comma.
level
as defined in the interface
Levels
.
commaSeparatedCategories
of comma separated attribute categories, and returns a String array
containing the parsed categories.
telosName
of an attribute (as defined in this
API) given its declarer, categories, label and target.
public static String levelToString(int level)
level
as defined in the interface
Levels
.
public static String categoriesToString(String categories[])
categories
of
attribute categories into a single string listing the categories, each
category separated from the other by a comma.
public static String[] stringToCategories(String commaSeparatedCategories)
commaSeparatedCategories
of comma separated attribute categories, and returns a String array
containing the parsed categories.
public static String telosName(Proposition declarer, String categories[], String label, PropositionOrPrimitive target)
telosName
of an attribute (as defined in this
API) given its declarer, categories, label and target. It should return
the same result as invoking the telosName()
method on the
corresponding attribute.
public static String removeQuotes(String str)
All Packages Class Hierarchy This Package Previous Next Index