Project

General

Profile

Revision 6

Added by Willibald K. over 8 years ago

adding methods to query types for their number of elements, fixing an issue with the ActionPrinter

View differences:

OoActionSystemType.java
156 156
	{
157 157
		m_isInSystemDescription = p;
158 158
	}
159

  
160
	@Override
161
	public int valueCount() {
162
		return m_objects.size() + m_derivedObjects.size() + 1;
163
	}
164
	
159 165
}

Also available in: Unified diff