nl.tudelft.tbm.eeni.owl2java.model.jmodel
Class JBaseRestriction

java.lang.Object
  extended by nl.tudelft.tbm.eeni.owl2java.model.jmodel.JBaseRestriction
All Implemented Interfaces:
IReporting
Direct Known Subclasses:
JAllValuesRestriction, JCardinalityRestriction, JOtherRestriction

public class JBaseRestriction
extends Object
implements IReporting


Constructor Summary
JBaseRestriction(JClass onClass, JProperty onProperty)
           
 
Method Summary
 String getJModelReport()
           
 JClass getOnClass()
           
 JProperty getOnProperty()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBaseRestriction

public JBaseRestriction(JClass onClass,
                        JProperty onProperty)
Method Detail

getJModelReport

public String getJModelReport()
Specified by:
getJModelReport in interface IReporting

getOnProperty

public JProperty getOnProperty()

getOnClass

public JClass getOnClass()


Copyright © 2011. All Rights Reserved.