JavaVariableImpl.java revision 25
1ac7c8e9040e0d0b7e9f849e45b94bfe919595a9Timo Sirainenimport org.mindswap.owls.grounding.JavaVariable;
1ac7c8e9040e0d0b7e9f849e45b94bfe919595a9Timo Sirainenimport org.mindswap.owls.vocabulary.MoreGroundings;
b9f564d00b7a115f465ffd6840341c7b8f9bfc8aTimo Sirainenpublic class JavaVariableImpl extends WrappedIndividual implements JavaVariable {
99695d99930b35c2bac85d52e976b44cf8485d83Timo Sirainen return getPropertyAsString(MoreGroundings.javaType);
e42e27fcc497c7b4a5cc0b6ff304abca5ccfcb4fTimo Sirainen return (Parameter) getPropertyAs(MoreGroundings.owlsParameter, Parameter.class);
e42e27fcc497c7b4a5cc0b6ff304abca5ccfcb4fTimo Sirainen public void removeJavaType() {
99695d99930b35c2bac85d52e976b44cf8485d83Timo Sirainen if (hasProperty(MoreGroundings.owlsParameter))
1ac7c8e9040e0d0b7e9f849e45b94bfe919595a9Timo Sirainen removeProperties(MoreGroundings.owlsParameter);
1ac7c8e9040e0d0b7e9f849e45b94bfe919595a9Timo Sirainen public void setOWLSParameter(Parameter parameter) {