| |
|
| java.lang.Object org.cougaar.servicediscovery.description.ProviderDescriptionImpl
ProviderDescriptionImpl | public class ProviderDescriptionImpl implements ProviderDescription(Code) | | Implements ProviderDescription
Wraps the Jena parser object ( model) with convenience accessors
At the ProviderDescription level, an OWL ServiceProvider is associated
with a number of ServiceDescriptions (which correspond to OWL ServiceProfiles).
|
Field Summary | |
protected OntModel | model |
Constructor Summary | |
public | ProviderDescriptionImpl() This constructor builds an instance using a OWL file that is expected
to contain at least one service profile and one service provider. |
model | protected OntModel model(Code) | | |
ProviderDescriptionImpl | public ProviderDescriptionImpl()(Code) | | This constructor builds an instance using a OWL file that is expected
to contain at least one service profile and one service provider.
|
getOrganizationType | public String getOrganizationType()(Code) | | |
getProviderDescriptionURI | public String getProviderDescriptionURI()(Code) | | |
parseOWL | public boolean parseOWL(URL serviceProfileURL, String owlFileName)(Code) | | |
writeOWLFiles | public void writeOWLFiles(String outputFileBase)(Code) | | not implemented yet
|
|
|
|