Package ome.xml.model
Class OMEModelImpl
- java.lang.Object
-
- ome.xml.model.OMEModelImpl
-
-
Constructor Summary
Constructors Constructor Description OMEModelImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OMEModelObject
addModelObject(String id, OMEModelObject object)
boolean
addReference(OMEModelObject a, Reference b)
OMEModelObject
getModelObject(String id)
Map<String,OMEModelObject>
getModelObjects()
Map<OMEModelObject,List<Reference>>
getReferences()
OMEModelObject
removeModelObject(String id)
int
resolveReferences()
-
-
-
Method Detail
-
removeModelObject
public OMEModelObject removeModelObject(String id)
- Specified by:
removeModelObject
in interfaceOMEModel
-
addModelObject
public OMEModelObject addModelObject(String id, OMEModelObject object)
- Specified by:
addModelObject
in interfaceOMEModel
-
getModelObject
public OMEModelObject getModelObject(String id)
- Specified by:
getModelObject
in interfaceOMEModel
-
getModelObjects
public Map<String,OMEModelObject> getModelObjects()
- Specified by:
getModelObjects
in interfaceOMEModel
-
addReference
public boolean addReference(OMEModelObject a, Reference b)
- Specified by:
addReference
in interfaceOMEModel
-
getReferences
public Map<OMEModelObject,List<Reference>> getReferences()
- Specified by:
getReferences
in interfaceOMEModel
-
resolveReferences
public int resolveReferences()
- Specified by:
resolveReferences
in interfaceOMEModel
-
-