org.oclparser.internal.core.model
Class OclPreCondition

java.lang.Object
  extended byorg.oclparser.internal.core.model.OclElement
      extended byorg.oclparser.internal.core.model.OclPreCondition
All Implemented Interfaces:
IOclElement, IOclPreCondition

public class OclPreCondition
extends OclElement
implements IOclPreCondition

represents an OCL pre condition.


Constructor Summary
OclPreCondition(java.lang.String name, int line, int column, IOclElement parent)
           
 
Methods inherited from class org.oclparser.internal.core.model.OclElement
accept, addChild, getChildren, getColumn, getEndColumn, getEndLine, getLength, getLine, getName, getParent, hasChildren, setColumn, setEndColumn, setEndLine, setLine, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ocleditor.parser.model.IOclElement
accept, addChild, getChildren, getColumn, getEndColumn, getEndLine, getLength, getLine, getName, getParent, hasChildren, setColumn, setEndColumn, setEndLine, setLine
 

Constructor Detail

OclPreCondition

public OclPreCondition(java.lang.String name,
                       int line,
                       int column,
                       IOclElement parent)
Parameters:
name -
line -
column -
parent -