| java.lang.Object org.ontoware.rdfreactor.generator.java.JPackage
JPackage | public class JPackage (Code) | | A JPackage represents a package in Java.
Explicit modelling of packages allows the mapping of different namespaces in RDF to
different Java packages.
A JPackage has a name (typically with dots) and a List of JClass instances,
representing the classes in the package.
author: $Author: xamde $ version: $Id: JPackage.java,v 1.8 2006/06/21 13:24:40 xamde Exp $ |
equals | public boolean equals(Object other)(Code) | | two packages are equal, iff they have the same name. Note: they may have
different classes.
|
isConsistent | public boolean isConsistent()(Code) | | apply consistency checks to this JPackage and all instances
of JClass and JProperty in it.
true if the JPackage and all its parts are consistent |
toReport | public String toReport()(Code) | | generate a verbose report of this JPackage
|
|
|