iw.model
Interface IWModelElement

All Known Subinterfaces:
DBAgent, DBAxiom, DBDeclarativeRule, DBDerivedRule, DBInferenceEngine, DBInferenceRule, DBLanguage, DBLanguageAxiomSet, DBMethodRule, DBNodeSet, DBOntology, DBOrganization, DBPerson, DBPrimitiveRule, DBPublication, DBQuestion, DBTeam, DBTranslationRule, DBWebSite, IWAgent, IWAxiom, IWDeclarativeRule, IWDerivedRule, IWInferenceEngine, IWInferenceRule, IWLanguage, IWLanguageAxiomSet, IWMethodRule, IWModel, IWNodeSet, IWNodeSetOccur, IWOntology, IWOrganization, IWPerson, IWPrimitiveRule, IWProofElement, IWProvenanceElement, IWPublication, IWQuery, IWQuestion, IWSource, IWTeam, IWTranslationRule, IWWebSite, OWLAgent, OWLAxiom, OWLDeclarativeRule, OWLDerivedRule, OWLInferenceEngine, OWLInferenceRule, OWLLanguage, OWLLanguageAxiomSet, OWLMethodRule, OWLModel, OWLModelElement, OWLNodeSet, OWLOntology, OWLOrganization, OWLPerson, OWLPrimitiveRule, OWLPublication, OWLQuery, OWLQuestion, OWLTeam, OWLTranslationRule, OWLWebSite

public interface IWModelElement

Models PML concepts. Both proof level concepts (IWProofElement) and provenance level concepts (IWProvenanceElement) are derived from IWModelElement.


Method Summary
 java.lang.String getFirstSubmissionDate()
          Returns the first submission date when the model element was first registered in IWBase
 java.lang.String getLastSubmissionDate()
          Returns the last submission date when the model element was first registered in IWBase
 com.hp.hpl.jena.ontology.OntModel getModel()
          PROBLEM
 java.lang.String getURI()
          Returns the URI of the model element
 void setFirstSubmissionDate(java.lang.String newFirstSubmissionDate)
          Sets the first submission date when the model element was first registered in IWBase
 void setLastSubmissionDate(java.lang.String newLastSubmissionDate)
          Sets the last submission date when the model element was first registered in IWBase
 void setModel(com.hp.hpl.jena.ontology.OntModel newModel)
          PROBLEM
 void setURI(java.lang.String newURI)
          Sets the URI of the model element
 

Method Detail

getURI

public java.lang.String getURI()
Returns the URI of the model element

Returns:
the URI of the model element

setURI

public void setURI(java.lang.String newURI)
Sets the URI of the model element

Parameters:
newURI - the new URI of the model element

getFirstSubmissionDate

public java.lang.String getFirstSubmissionDate()
Returns the first submission date when the model element was first registered in IWBase

Returns:
the first submission date when the model element was first registered in IWBase

setFirstSubmissionDate

public void setFirstSubmissionDate(java.lang.String newFirstSubmissionDate)
Sets the first submission date when the model element was first registered in IWBase

Parameters:
newFirstSubmissionDate - the new first submission date when the model element was first registered in IWBase

getLastSubmissionDate

public java.lang.String getLastSubmissionDate()
Returns the last submission date when the model element was first registered in IWBase

Returns:
the last submission date when the model element was first registered in IWBase

setLastSubmissionDate

public void setLastSubmissionDate(java.lang.String newLastSubmissionDate)
Sets the last submission date when the model element was first registered in IWBase

Parameters:
newLastSubmissionDate - the new last submission date when the model element was first registered in IWBase

getModel

public com.hp.hpl.jena.ontology.OntModel getModel()
PROBLEM


setModel

public void setModel(com.hp.hpl.jena.ontology.OntModel newModel)
PROBLEM



Copyright 2006 Inference Web group, All Rights Reserved.