Package ubic.basecode.ontology.model
Interface InstanceStatement
-
- All Superinterfaces:
CharacteristicStatement
public interface InstanceStatement extends CharacteristicStatement
- Author:
- pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OntologyIndividual
getObject()
-
Methods inherited from interface ubic.basecode.ontology.model.CharacteristicStatement
getProperty, getSubject
-
-
-
-
Method Detail
-
getObject
OntologyIndividual getObject()
- Specified by:
getObject
in interfaceCharacteristicStatement
-
-