|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContextModelFactory
This interface could be implemented by IdAS context providers so that their
IContextModel instances may be
instantiated.
TODO Add basic implementation to IdAS itself.
| Method Summary | |
|---|---|
IContextModel |
createContextModel(InputStream schema)
Creates IContextModel representation of context's ontology model supplied as the parameter. |
IContextModel |
createContextModel(String schema)
Creates IContextModel representation of context's ontology model supplied as the parameter. |
IContextModel |
createContextModel(URI schema)
Creates IContextModel representation of context's ontology model supplied as the parameter. |
IContextModel |
createContextModel(URL schema)
Creates IContextModel representation of context's ontology model supplied as the parameter. |
| Method Detail |
|---|
IContextModel createContextModel(URI schema)
throws IdASModelException
schema - the URI of context's ontology model's location.
IdASModelException - if model representation coudn't be created.
IContextModel createContextModel(URL schema)
throws IdASModelException
schema - the URL of context's ontology model's location.
IdASModelException - if model representation coudn't be created.
IContextModel createContextModel(String schema)
throws IdASModelException
schema - the String representation of context's ontology model's
location.
IdASModelException - if model representation coudn't be created.
IContextModel createContextModel(InputStream schema)
throws IdASModelException
schema - the InputStream containing of context's ontology model.
IdASModelException - if model representation coudn't be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||