|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.meta2project.model.helper.AnnoHelper
public class AnnoHelper
The annotation helper.
Constructor Summary | |
---|---|
AnnoHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getAnnotationInh(java.util.Collection<OntClass> classes,
java.lang.String name)
Get an annotation value for the classes structures by the name |
static java.lang.String |
getAnnotationInh(OntClass cl,
java.lang.String name)
Get an annotation value for the class stucture by the name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnoHelper()
Method Detail |
---|
public static java.lang.String getAnnotationInh(OntClass cl, java.lang.String name)
cl
- the bottom class of a class structurename
- the annotation name to find
public static java.lang.String getAnnotationInh(java.util.Collection<OntClass> classes, java.lang.String name)
classes
- the bottom classes of class structuresname
- the annotation name to find
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |