Uses of Class
org.coode.manchesterowlsyntax.ManchesterOWLSyntax

Packages that use ManchesterOWLSyntax
org.coode.manchesterowlsyntax   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of ManchesterOWLSyntax in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return ManchesterOWLSyntax
static ManchesterOWLSyntax ManchesterOWLSyntax.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ManchesterOWLSyntax[] ManchesterOWLSyntax.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ManchesterOWLSyntax in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type ManchesterOWLSyntax
 void ManchesterOWLSyntaxFrameRenderer.writeSection(ManchesterOWLSyntax keyword)
           
 void ManchesterOWLSyntaxFrameRenderer.writeSection(ManchesterOWLSyntax keyword, java.util.Set<? extends java.lang.Object> content, java.lang.String delimeter, boolean newline)